Inheritance diagram for Rod:
Public Member Functions | |
void | print (String dx) |
Method to print out values of attributes and relationships. | |
Package Functions | |
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. rod ID. | |
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.
|
|
Get "id" attribute value. rod ID |
|
Method to print out values of attributes and relationships.
|