org.kuali.kfs.fp.businessobject
Class CapitalAssetInformationDetail

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.CapitalAssetInformationDetail
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class CapitalAssetInformationDetail
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

See Also:
Serialized Form

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

CapitalAssetInformationDetail

public CapitalAssetInformationDetail()
Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.

Parameters:
documentNumber - The documentNumber to set.

getItemLineNumber

public Integer getItemLineNumber()
Gets the itemLineNumber attribute.

Returns:
Returns the itemLineNumber.

setItemLineNumber

public void setItemLineNumber(Integer itemLineNumber)
Sets the itemLineNumber attribute value.

Parameters:
itemLineNumber - The itemLineNumber to set.

getCampusCode

public String getCampusCode()
Gets the campusCode attribute.

Returns:
Returns the campusCode.

setCampusCode

public void setCampusCode(String campusCode)
Sets the campusCode attribute value.

Parameters:
campusCode - The campusCode to set.

getBuildingCode

public String getBuildingCode()
Gets the buildingCode attribute.

Returns:
Returns the buildingCode.

setBuildingCode

public void setBuildingCode(String buildingCode)
Sets the buildingCode attribute value.

Parameters:
buildingCode - The buildingCode to set.

getBuildingRoomNumber

public String getBuildingRoomNumber()
Gets the buildingRoomNumber attribute.

Returns:
Returns the buildingRoomNumber.

setBuildingRoomNumber

public void setBuildingRoomNumber(String buildingRoomNumber)
Sets the buildingRoomNumber attribute value.

Parameters:
buildingRoomNumber - The buildingRoomNumber to set.

getCapitalAssetTagNumber

public String getCapitalAssetTagNumber()
Gets the capitalAssetTagNumber attribute.

Returns:
Returns the capitalAssetTagNumber.

setCapitalAssetTagNumber

public void setCapitalAssetTagNumber(String capitalAssetTagNumber)
Sets the capitalAssetTagNumber attribute value.

Parameters:
capitalAssetTagNumber - The capitalAssetTagNumber to set.

getCapitalAssetSerialNumber

public String getCapitalAssetSerialNumber()
Gets the capitalAssetSerialNumber attribute.

Returns:
Returns the capitalAssetSerialNumber.

setCapitalAssetSerialNumber

public void setCapitalAssetSerialNumber(String capitalAssetSerialNumber)
Sets the capitalAssetSerialNumber attribute value.

Parameters:
capitalAssetSerialNumber - The capitalAssetSerialNumber to set.

getCampus

public org.kuali.rice.kns.bo.Campus getCampus()
Gets the campus attribute.

Returns:
Returns the campus.

setCampus

public void setCampus(org.kuali.rice.kns.bo.Campus campus)
Sets the campus attribute value.

Parameters:
campus - The campus to set.

getBuilding

public Building getBuilding()
Gets the building attribute.

Returns:
Returns the building.

setBuilding

public void setBuilding(Building building)
Sets the building attribute value.

Parameters:
building - The building to set.

getRoom

public Room getRoom()
Gets the room attribute.

Returns:
Returns the room.

setRoom

public void setRoom(Room room)
Sets the room attribute value.

Parameters:
room - The room to set.

getCapitalAssetInformation

public CapitalAssetInformation getCapitalAssetInformation()
Gets the capitalAssetInformation attribute.

Returns:
Returns the capitalAssetInformation.

setCapitalAssetInformation

public void setCapitalAssetInformation(CapitalAssetInformation capitalAssetInformation)
Sets the capitalAssetInformation attribute value.

Parameters:
capitalAssetInformation - The capitalAssetInformation to set.

getBuildingSubRoomNumber

public String getBuildingSubRoomNumber()
Gets the buildingSubRoomNumber attribute.

Returns:
Returns the buildingSubRoomNumber.

setBuildingSubRoomNumber

public void setBuildingSubRoomNumber(String buildingSubRoomNumber)
Sets the buildingSubRoomNumber attribute value.

Parameters:
buildingSubRoomNumber - The buildingSubRoomNumber to set.

getValuesMap

public Map<String,Object> getValuesMap()
Returns a map with the primitive field names as the key and the primitive values as the map value.

Returns:
Map a map with the primitive field names as the key and the primitive values as the map value.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.