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. | |
String | get_ipramFile () |
Get "ipramFile" attribute value. | |
void | set_ipramFile (String value) |
Set "ipramFile" attribute value. | |
String | get_idramFile () |
Get "idramFile" attribute value. | |
void | set_idramFile (String value) |
Set "idramFile" attribute value. | |
String | get_extFile () |
Get "extFile" attribute value. | |
void | set_extFile (String value) |
Set "extFile" attribute 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.
DSP code files
Definition at line 31 of file Slave.java.
|
Method to destroy object.
|
|
Get "id" attribute value. slave ID |
|
Method to print out values of attributes and relationships.
|
|
Set "id" attribute value. slave ID |