Inheritance diagram for PowerCrate:
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. | |
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. |
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.
Channels in each power crate
Definition at line 37 of file PowerCrate.java.
|
Method to destroy object.
Implemented in PowerCrate_Impl. |
|
Method to print out values of attributes and relationships.
Implemented in PowerCrate_Impl. Referenced by Power_Impl.print(). |