|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.fp.businessobject.CapitalAssetInformationDetail
public class CapitalAssetInformationDetail
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
CapitalAssetInformationDetail()
|
Method Summary | |
---|---|
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.kns.bo.Campus |
getCampus()
Gets the campus attribute. |
String |
getCampusCode()
Gets the campusCode attribute. |
CapitalAssetInformation |
getCapitalAssetInformation()
Gets the capitalAssetInformation 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.kns.bo.Campus 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 |
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. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public CapitalAssetInformationDetail()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
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.kns.bo.Campus getCampus()
public void setCampus(org.kuali.rice.kns.bo.Campus campus)
campus
- The campus to set.public Building getBuilding()
public void setBuilding(Building building)
building
- The building to set.public Room getRoom()
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 Map<String,Object> getValuesMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |