All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
appValidate()
If toBeAdded and owner is Hazard, then add row to HazardPrec.
|
void |
canDelete()
Can the object be deleted ?
This is object specific and should be overridden.
|
void |
delete(long accessModifier)
Mark the object to be deleted depending on the access modifier.
|
MboRemote |
duplicate()
Creates a duplicate Precaution with its related objects.
|
void |
init()
Called by the framework when the Mbo has been constructed and the
MboValues have been initialized.
|
void |
undelete()
Unmark the Mbo for deletion.
|