Inheritance diagram for SctRodCrate:
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 SctRodCrate.java.
|
Method to destroy object.
Implemented in SctRodCrate_Impl. |
|
Get "id" attribute value. crate ID Implemented in SctRodCrate_Impl. |
|
Method to print out values of attributes and relationships.
Implemented in SctRodCrate_Impl. |
|
Set "id" attribute value. crate ID Implemented in SctRodCrate_Impl. |