Inheritance diagram for Crate:
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. | |
Tim | get_tim () |
Get "tim" relationship value. | |
void | set_tim (Tim value) |
Set "tim" relationship value. | |
Rod[] | get_rods () |
Get "rods" relationship value. | |
void | set_rods (Rod[] value) |
Set "rods" 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.
DAQ crate containing one tim and several rods
Definition at line 37 of file Crate.java.
|
Method to destroy object.
Implemented in Crate_Impl. |
|
Get "id" attribute value. crate ID Implemented in Crate_Impl. |
|
Method to print out values of attributes and relationships.
Implemented in Crate_Impl. Referenced by Partition_Impl.print(). |
|
Set "id" attribute value. crate ID Implemented in Crate_Impl. |