Inheritance diagram for Rod:
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. | |
short | get_slot () |
Get "slot" attribute value. | |
void | set_slot (short value) |
Set "slot" attribute value. | |
Slave[] | get_slaves () |
Get "slaves" relationship value. | |
void | set_slaves (Slave[] value) |
Set "slaves" relationship value. | |
RodMUR[] | get_rodMURs () |
Get "rodMURs" relationship value. | |
void | set_rodMURs (RodMUR[] value) |
Set "rodMURs" 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.
SCT rod unit
Definition at line 37 of file Rod.java.
|
Method to destroy object.
Implemented in Rod_Impl. |
|
Get "id" attribute value. rod ID Implemented in Rod_Impl. |
|
Method to print out values of attributes and relationships.
Implemented in Rod_Impl. Referenced by SctRodCrate_Impl.print(), and Crate_Impl.print(). |
|
Set "id" attribute value. rod ID Implemented in Rod_Impl. |