Methods 
| Modifier and Type | Method and Description | 
| void | add()Add a slaassetloc. | 
| void | canDelete()Can this slaassetloc be deleted?If the owner SLA is active then this slaasstloc object cannot be deleted.
 | 
| void | enableFields()Disable/enable the slaassetloc fields based on the SLA status. | 
| void | init()Initialization routine. | 
| void | setAsset(MboRemote asset)set necessary field values from an asset | 
| void | setAssetNum()Set the siteid and clear the location when assetnum is set. | 
| void | setCopyDefaults()Override to set the required fields after duplicate. | 
| void | setDescription()Helper function that sets the non-persistent description field based on whether an asset or a 
 location is selected. | 
| void | setDescription(MboRemote mbo)Helper function that sets the non-persistent description field from the mbo object passed in from the parameter. | 
| void | setLocation(MboRemote location)set necessary field values from a location | 
| void | setLocationID()Set the siteid and clear the assetnum when location is set. | 
| void | validateAsset(java.lang.String assetNum)Validate if the assetnum is allowed for the current user | 
| void | validateLocation(java.lang.String location)Validate if the location is allowed for the current user |