All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
Add a new WarrantyAsset record.
|
void |
appValidate()
Checks to see it an asset or a location or an asset type is present.
|
void |
canDelete()
Can the object be deleted ?
This is object specific and should be overridden.
|
void |
delete(long accessModifier)
Deletes the WARRANTYASSET record and all the related CONTLINEASSET.
|
MboSetRemote |
getMboSet(java.lang.String name)
If the relationship name is CONTLINEASSET, return various sets based on the data in the WarrantyAsset table.
|
void |
init()
Initialize the WarrantyAsset object.
|
void |
propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
undelete()
Deletes the WARRANTYASSET record and all the related CONTLINEASSET.
|