All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
sets field defaults for a new Asset object
|
void |
appValidate()
If assetnum and location are both null, then throw error MustSpecifyAssetnumOrLocation.
|
MboSetRemote |
associateLockOutToTagOut(java.util.Vector lovector,
MboSetRemote tlset)
Given tagout and lockout, create taglock.
|
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 TagOut with its related objects.
|
void |
init()
Called by the framework when the Mbo has been constructed and the
MboValues have been initialized.
|
protected boolean |
skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
void |
undelete()
Unmark the Mbo for deletion.
|