public class Asset extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements CapitalAssetManagementAsset
| Modifier and Type | Field and Description |
|---|---|
protected String |
buildingCode |
protected String |
buildingRoomNumber |
protected String |
buildingSubRoomNumber |
protected String |
campusCode |
protected String |
campusTagNumber |
protected String |
capitalAssetDescription |
protected Long |
capitalAssetNumber |
protected String |
capitalAssetTypeCode |
protected String |
manufacturerModelNumber |
protected String |
manufacturerName |
protected Integer |
quantity |
protected String |
serialNumber |
protected String |
vendorName |
| Constructor and Description |
|---|
Asset()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildingCode()
Gets the buildingCode attribute.
|
String |
getBuildingRoomNumber()
Gets the buildingRoomNumber attribute.
|
String |
getBuildingSubRoomNumber()
Gets the buildingSubRoomNumber attribute.
|
String |
getCampusCode()
Gets the campusCode attribute.
|
String |
getCampusTagNumber()
Gets the campusTagNumber attribute.
|
String |
getCapitalAssetDescription()
Gets the capitalAssetDescription attribute
|
Long |
getCapitalAssetNumber()
Gets the capitalAssetNumber attribute.
|
String |
getCapitalAssetTypeCode()
Gets the capitalAssetTypeCode attribute.
|
String |
getManufacturerModelNumber()
Gets the manufacturerModelNumber attribute.
|
String |
getManufacturerName()
Gets the manufacturerName attribute.
|
Integer |
getQuantity()
Gets the quantity attribute.
|
String |
getSerialNumber()
Gets the serialNumber attribute.
|
String |
getVendorName()
Gets the vendorName attribute.
|
void |
refresh() |
void |
setBuildingCode(String buildingCode)
Sets the buildingCode attribute.
|
void |
setBuildingRoomNumber(String buildingRoomNumber)
Sets the buildingRoomNumber attribute.
|
void |
setBuildingSubRoomNumber(String buildingSubRoomNumber)
Sets the buildingSubRoomNumber attribute.
|
void |
setCampusCode(String campusCode)
Sets the campusCode attribute.
|
void |
setCampusTagNumber(String campusTagNumber)
Sets the campusTagNumber attribute.
|
void |
setCapitalAssetDescription(String capitalAssetDescription)
Sets the capitalAssetDescription attribute.
|
void |
setCapitalAssetNumber(Long capitalAssetNumber)
Sets the capitalAssetNumber attribute.
|
void |
setCapitalAssetTypeCode(String capitalAssetTypeCode)
Sets the capitalAssetTypeCode attribute.
|
void |
setManufacturerModelNumber(String manufacturerModelNumber)
Sets the manufacturerModelNumber attribute.
|
void |
setManufacturerName(String manufacturerName)
Sets the manufacturerName attribute.
|
void |
setQuantity(Integer quantity) |
void |
setSerialNumber(String serialNumber)
Sets the serialNumber attribute.
|
void |
setVendorName(String vendorName)
Sets the vendorName attribute.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberprotected Long capitalAssetNumber
protected String capitalAssetDescription
protected String capitalAssetTypeCode
protected String vendorName
protected String campusCode
protected String buildingCode
protected String buildingRoomNumber
protected String buildingSubRoomNumber
protected String campusTagNumber
protected String manufacturerName
protected String manufacturerModelNumber
protected String serialNumber
public Asset()
public Long getCapitalAssetNumber()
getCapitalAssetNumber in interface CapitalAssetManagementAssetpublic void setCapitalAssetNumber(Long capitalAssetNumber)
capitalAssetNumber - The capitalAssetNumber to set.public String getCapitalAssetDescription()
getCapitalAssetDescription in interface CapitalAssetManagementAssetpublic void setCapitalAssetDescription(String capitalAssetDescription)
capitalAssetDescription - The capitalAssetDescription to set.public String getCapitalAssetTypeCode()
getCapitalAssetTypeCode in interface CapitalAssetManagementAssetpublic void setCapitalAssetTypeCode(String capitalAssetTypeCode)
capitalAssetTypeCode - The capitalAssetTypeCode to set.public String getVendorName()
getVendorName in interface CapitalAssetManagementAssetpublic void setVendorName(String vendorName)
vendorName - The vendorName to set.public String getCampusCode()
getCampusCode in interface CapitalAssetManagementAssetpublic void setCampusCode(String campusCode)
campusCode - The campusCode to set.public String getBuildingCode()
getBuildingCode in interface CapitalAssetManagementAssetpublic void setBuildingCode(String buildingCode)
buildingCode - The buildingCode to set.public String getBuildingRoomNumber()
getBuildingRoomNumber in interface CapitalAssetManagementAssetpublic void setBuildingRoomNumber(String buildingRoomNumber)
buildingRoomNumber - The buildingRoomNumber to set.public String getBuildingSubRoomNumber()
getBuildingSubRoomNumber in interface CapitalAssetManagementAssetpublic void setBuildingSubRoomNumber(String buildingSubRoomNumber)
buildingSubRoomNumber - The buildingSubRoomNumber to set.public String getCampusTagNumber()
getCampusTagNumber in interface CapitalAssetManagementAssetpublic void setCampusTagNumber(String campusTagNumber)
campusTagNumber - The campusTagNumber to set.public String getManufacturerName()
getManufacturerName in interface CapitalAssetManagementAssetpublic void setManufacturerName(String manufacturerName)
manufacturerName - The manufacturerName to set.public String getManufacturerModelNumber()
getManufacturerModelNumber in interface CapitalAssetManagementAssetpublic void setManufacturerModelNumber(String manufacturerModelNumber)
manufacturerModelNumber - The manufacturerModelNumber to set.public String getSerialNumber()
getSerialNumber in interface CapitalAssetManagementAssetpublic void setSerialNumber(String serialNumber)
serialNumber - The serialNumber to set.public void refresh()
refresh in interface org.kuali.rice.krad.bo.BusinessObjectrefresh in class org.kuali.rice.krad.bo.PersistableBusinessObjectBasepublic Integer getQuantity()
CapitalAssetManagementAssetgetQuantity in interface CapitalAssetManagementAssetpublic void setQuantity(Integer quantity)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.