Methods
Modifier and Type |
Method and Description |
void |
add()
Add a new ContLineAsset record.
|
java.util.Date |
calculateEndDate()
Calculates the end date based on the timeunit and the duration of the
Contract.
|
void |
delete(long accessModifier)
Deletes the CONTLINEASSET record and all the related CONTASSETMETER.
|
MboSetRemote |
getMboSet(java.lang.String name)
If the relationship name is CONTASSETMETER, return various sets based on the data in the ContLineAsset table.
|
void |
init()
Called by the framework when the Mbo has been constructed and the
MboValues have been initialized.
|
void |
propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
undelete()
Undeletes the WARRANTYASSET record and all the related CONTASSETMETER.
|