Public Member Functions | |
PowerCrate_Impl () | |
PowerCrate_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_id () |
Get "id" attribute value. | |
void | set_id (short value) |
Set "id" attribute value. | |
PowerChannel[] | get_channels () |
Get "channels" relationship value. | |
void | set_channels (PowerChannel[] value) |
Set "channels" relationship value. | |
PowerCard[] | get_cards () |
Get "cards" relationship value. | |
void | set_cards (PowerCard[] value) |
Set "cards" relationship value. | |
config.ConfigObject | config_object () |
void | print (String dx) |
Method to print out values of attributes and relationships. | |
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_id |
PowerChannel[] | m_channels |
PowerCard[] | m_cards |
Definition at line 24 of file PowerCrate_Impl.java.
|
Method to destroy object.
Implements PowerCrate. Definition at line 211 of file PowerCrate_Impl.java. |
|
Method to print out values of attributes and relationships.
Implements PowerCrate. Definition at line 170 of file PowerCrate_Impl.java. References Channel.print(). Here is the call graph for this function: ![]() |