public class CapitalAssetInformationDetail extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
protected Building |
building |
protected String |
buildingCode |
protected String |
buildingRoomNumber |
protected String |
buildingSubRoomNumber |
protected org.kuali.rice.location.framework.campus.CampusEbo |
campus |
protected String |
campusCode |
protected CapitalAssetInformation |
capitalAssetInformation |
protected Integer |
capitalAssetLineNumber |
protected String |
capitalAssetSerialNumber |
protected String |
capitalAssetTagNumber |
protected String |
documentNumber |
protected Integer |
itemLineNumber |
protected Room |
room |
Constructor and Description |
---|
CapitalAssetInformationDetail() |
Modifier and Type | Method and Description |
---|---|
Building |
getBuilding()
Gets the building attribute.
|
String |
getBuildingCode()
Gets the buildingCode attribute.
|
String |
getBuildingRoomNumber()
Gets the buildingRoomNumber attribute.
|
String |
getBuildingSubRoomNumber()
Gets the buildingSubRoomNumber attribute.
|
org.kuali.rice.location.framework.campus.CampusEbo |
getCampus()
Gets the campus attribute.
|
String |
getCampusCode()
Gets the campusCode attribute.
|
CapitalAssetInformation |
getCapitalAssetInformation()
Gets the capitalAssetInformation attribute.
|
Integer |
getCapitalAssetLineNumber()
Gets the capitalAssetLineNumber attribute.
|
String |
getCapitalAssetSerialNumber()
Gets the capitalAssetSerialNumber attribute.
|
String |
getCapitalAssetTagNumber()
Gets the capitalAssetTagNumber attribute.
|
String |
getDocumentNumber()
Gets the documentNumber attribute.
|
Integer |
getItemLineNumber()
Gets the itemLineNumber attribute.
|
Room |
getRoom()
Gets the room attribute.
|
Map<String,Object> |
getValuesMap()
Returns a map with the primitive field names as the key and the primitive values as the map value.
|
void |
setBuilding(Building building)
Sets the building attribute value.
|
void |
setBuildingCode(String buildingCode)
Sets the buildingCode attribute value.
|
void |
setBuildingRoomNumber(String buildingRoomNumber)
Sets the buildingRoomNumber attribute value.
|
void |
setBuildingSubRoomNumber(String buildingSubRoomNumber)
Sets the buildingSubRoomNumber attribute value.
|
void |
setCampus(org.kuali.rice.location.framework.campus.CampusEbo campus)
Sets the campus attribute value.
|
void |
setCampusCode(String campusCode)
Sets the campusCode attribute value.
|
void |
setCapitalAssetInformation(CapitalAssetInformation capitalAssetInformation)
Sets the capitalAssetInformation attribute value.
|
void |
setCapitalAssetLineNumber(Integer capitalAssetLineNumber)
Sets the capitalAssetLineNumber attribute value.
|
void |
setCapitalAssetSerialNumber(String capitalAssetSerialNumber)
Sets the capitalAssetSerialNumber attribute value.
|
void |
setCapitalAssetTagNumber(String capitalAssetTagNumber)
Sets the capitalAssetTagNumber attribute value.
|
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.
|
void |
setItemLineNumber(Integer itemLineNumber)
Sets the itemLineNumber attribute value.
|
void |
setRoom(Room room)
Sets the room attribute value.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
protected String documentNumber
protected Integer capitalAssetLineNumber
protected Integer itemLineNumber
protected String campusCode
protected String buildingCode
protected String buildingRoomNumber
protected String buildingSubRoomNumber
protected String capitalAssetTagNumber
protected String capitalAssetSerialNumber
protected org.kuali.rice.location.framework.campus.CampusEbo campus
protected CapitalAssetInformation capitalAssetInformation
public CapitalAssetInformationDetail()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public Integer getItemLineNumber()
public void setItemLineNumber(Integer itemLineNumber)
itemLineNumber
- The itemLineNumber to set.public String getCampusCode()
public void setCampusCode(String campusCode)
campusCode
- The campusCode to set.public String getBuildingCode()
public void setBuildingCode(String buildingCode)
buildingCode
- The buildingCode to set.public String getBuildingRoomNumber()
public void setBuildingRoomNumber(String buildingRoomNumber)
buildingRoomNumber
- The buildingRoomNumber to set.public String getCapitalAssetTagNumber()
public void setCapitalAssetTagNumber(String capitalAssetTagNumber)
capitalAssetTagNumber
- The capitalAssetTagNumber to set.public String getCapitalAssetSerialNumber()
public void setCapitalAssetSerialNumber(String capitalAssetSerialNumber)
capitalAssetSerialNumber
- The capitalAssetSerialNumber to set.public org.kuali.rice.location.framework.campus.CampusEbo getCampus()
public void setCampus(org.kuali.rice.location.framework.campus.CampusEbo campus)
campus
- The campus to set.public Building getBuilding()
public void setBuilding(Building building)
building
- The building to set.public void setRoom(Room room)
room
- The room to set.public CapitalAssetInformation getCapitalAssetInformation()
public void setCapitalAssetInformation(CapitalAssetInformation capitalAssetInformation)
capitalAssetInformation
- The capitalAssetInformation to set.public String getBuildingSubRoomNumber()
public void setBuildingSubRoomNumber(String buildingSubRoomNumber)
buildingSubRoomNumber
- The buildingSubRoomNumber to set.public Integer getCapitalAssetLineNumber()
public void setCapitalAssetLineNumber(Integer capitalAssetLineNumber)
capitalAssetLineNumber
- The capitalAssetLineNumber to set.public Map<String,Object> getValuesMap()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.