Inheritance diagram for Power:
Public Member Functions | |
void | print (String dx) |
Method to print out values of attributes and relationships. | |
void | destroy (config.Configuration db) |
Method to destroy object. | |
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. |
The methods can throw several exceptions:
config.NotFoundException
- in case of wrong attribute or relationship name (e.g. in case of database schema modification) config.SystemException
- in case of system problems (communication or implementation database failure, schema modification, object destruction, etc.)
In addition the methods modifying database (set value, destroy object) can throw config.NotAllowedException
exception in case, if there are no write access rights or database is already locked by other process.
Overall class for power supply defaults and crates
Definition at line 37 of file Power.java.
|
Method to destroy object.
Implemented in Power_Impl. |
|
Method to print out values of attributes and relationships.
Implemented in Power_Impl. |