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, setVersionNumber
protected 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 CapitalAssetManagementAsset
public void setCapitalAssetNumber(Long capitalAssetNumber)
capitalAssetNumber
- The capitalAssetNumber to set.public String getCapitalAssetDescription()
getCapitalAssetDescription
in interface CapitalAssetManagementAsset
public void setCapitalAssetDescription(String capitalAssetDescription)
capitalAssetDescription
- The capitalAssetDescription to set.public String getCapitalAssetTypeCode()
getCapitalAssetTypeCode
in interface CapitalAssetManagementAsset
public void setCapitalAssetTypeCode(String capitalAssetTypeCode)
capitalAssetTypeCode
- The capitalAssetTypeCode to set.public String getVendorName()
getVendorName
in interface CapitalAssetManagementAsset
public void setVendorName(String vendorName)
vendorName
- The vendorName to set.public String getCampusCode()
getCampusCode
in interface CapitalAssetManagementAsset
public void setCampusCode(String campusCode)
campusCode
- The campusCode to set.public String getBuildingCode()
getBuildingCode
in interface CapitalAssetManagementAsset
public void setBuildingCode(String buildingCode)
buildingCode
- The buildingCode to set.public String getBuildingRoomNumber()
getBuildingRoomNumber
in interface CapitalAssetManagementAsset
public void setBuildingRoomNumber(String buildingRoomNumber)
buildingRoomNumber
- The buildingRoomNumber to set.public String getBuildingSubRoomNumber()
getBuildingSubRoomNumber
in interface CapitalAssetManagementAsset
public void setBuildingSubRoomNumber(String buildingSubRoomNumber)
buildingSubRoomNumber
- The buildingSubRoomNumber to set.public String getCampusTagNumber()
getCampusTagNumber
in interface CapitalAssetManagementAsset
public void setCampusTagNumber(String campusTagNumber)
campusTagNumber
- The campusTagNumber to set.public String getManufacturerName()
getManufacturerName
in interface CapitalAssetManagementAsset
public void setManufacturerName(String manufacturerName)
manufacturerName
- The manufacturerName to set.public String getManufacturerModelNumber()
getManufacturerModelNumber
in interface CapitalAssetManagementAsset
public void setManufacturerModelNumber(String manufacturerModelNumber)
manufacturerModelNumber
- The manufacturerModelNumber to set.public String getSerialNumber()
getSerialNumber
in interface CapitalAssetManagementAsset
public void setSerialNumber(String serialNumber)
serialNumber
- The serialNumber to set.public void refresh()
refresh
in interface org.kuali.rice.krad.bo.BusinessObject
refresh
in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
public Integer getQuantity()
CapitalAssetManagementAsset
getQuantity
in interface CapitalAssetManagementAsset
public void setQuantity(Integer quantity)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.