Public Member Functions | |
RodMUR_Impl () | |
RodMUR_Impl (config.Configuration db, config.ConfigObject obj) | |
void | init_config_params (config.Configuration db, config.ConfigObject obj) |
String | UID () |
String | class_name () |
void | update (boolean set_non_valid) |
void | unread () |
boolean | is_valid () |
short | get_order () |
void | set_order (short value) |
short | get_id () |
void | set_id (short value) |
Channel[] | get_channels () |
void | set_channels (Channel[] value) |
RodModule[] | get_rodModules () |
void | set_rodModules (RodModule[] value) |
RodRModule[] | get_rodRModules () |
void | set_rodRModules (RodRModule[] value) |
config.ConfigObject | config_object () |
void | print (String dx) |
void | destroy (config.Configuration db) |
Method to destroy object. | |
Private Member Functions | |
void | init () throws config.NotFoundException, config.NotValidException, config.SystemException |
Private Attributes | |
config.Configuration | p_db |
config.ConfigObject | p_obj |
boolean | p_was_read |
boolean | p_is_valid |
String | p_uid |
String | p_class_name |
short | m_order |
short | m_id |
Channel[] | m_channels |
RodModule[] | m_rodModules |
RodRModule[] | m_rodRModules |
Definition at line 26 of file RodMUR_Impl.java.
|
Method to destroy object.
Definition at line 261 of file RodMUR_Impl.java. |