

Public Member Functions | |
| Power_Impl () | |
| Power_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 () |
| PowerParam[] | get_defaults () |
| Get "defaults" relationship value. | |
| void | set_defaults (PowerParam[] value) |
| Set "defaults" relationship value. | |
| PowerCrate[] | get_crates () |
| Get "crates" relationship value. | |
| void | set_crates (PowerCrate[] value) |
| Set "crates" 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 |
| PowerParam[] | m_defaults |
| PowerCrate[] | m_crates |
Definition at line 24 of file Power_Impl.java.
|
|
Method to destroy object.
Implements Power. Definition at line 197 of file Power_Impl.java. |
|
|
Method to print out values of attributes and relationships.
Implements Power. Definition at line 157 of file Power_Impl.java. References PowerCrate.print(). Here is the call graph for this function: ![]() |
1.4.6