Public Member Functions | |
SctRodCrate_Impl () | |
SctRodCrate_Impl (config.Configuration db, config.ConfigObject obj) | |
void | init_config_params (config.Configuration db, config.ConfigObject obj) |
String | UID () |
String | class_name () |
void | update (boolean set_non_valid) |
void | unread () |
boolean | is_valid () |
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. | |
config.ConfigObject | config_object () |
void | print (String dx) |
Method to print out values of attributes and relationships. | |
void | destroy (config.Configuration db) |
Method to destroy object. | |
Private Member Functions | |
void | init () throws config.NotFoundException, config.NotValidException, config.SystemException |
Private Attributes | |
config.Configuration | p_db |
config.ConfigObject | p_obj |
boolean | p_was_read |
boolean | p_is_valid |
String | p_uid |
String | p_class_name |
short | m_id |
Tim | m_tim |
Rod[] | m_rods |
Definition at line 24 of file SctRodCrate_Impl.java.
|
Method to destroy object.
Implements SctRodCrate. Definition at line 197 of file SctRodCrate_Impl.java. |
|
Get "id" attribute value. crate ID Implements SctRodCrate. Definition at line 122 of file SctRodCrate_Impl.java. |
|
Method to print out values of attributes and relationships.
Implements SctRodCrate. Definition at line 160 of file SctRodCrate_Impl.java. References Rod.print(). Here is the call graph for this function: ![]() |
|
Set "id" attribute value. crate ID Implements SctRodCrate. Definition at line 127 of file SctRodCrate_Impl.java. |