org.kuali.kfs.module.cam.businessobject
Class AssetLocationGlobalDetail

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase
              extended by org.kuali.kfs.module.cam.businessobject.AssetLocationGlobalDetail
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.GlobalBusinessObjectDetail, org.kuali.rice.kns.bo.PersistableBusinessObject

public class AssetLocationGlobalDetail
extends org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase

Author:
Kuali Nervous System Team (kualidev@oncourse.iu.edu)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AssetLocationGlobalDetail()
          Default constructor.
 
Method Summary
 Asset getAsset()
          Gets the asset attribute.
 Building getBuilding()
          Gets the building attribute.
 String getBuildingCode()
          Gets the buildingCode attribute.
 Room getBuildingRoom()
          Gets the buildingRoom 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.
 String getCampusTagNumber()
          Gets the campusTagNumber attribute.
 Long getCapitalAssetNumber()
          Gets the capitalAssetNumber attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 Map<String,Object> getPrimaryKeys()
          Returns a map of the keys based on the primary key names of the underlying BO and reflecting into this object.
 void setAsset(Asset asset)
          Sets the asset attribute value.
 void setBuilding(Building building)
          Deprecated.  
 void setBuildingCode(String buildingCode)
          Sets the buildingCode attribute.
 void setBuildingRoom(Room buildingRoom)
          Deprecated.  
 void setBuildingRoomNumber(String buildingRoomNumber)
          Sets the buildingRoomNumber attribute.
 void setBuildingSubRoomNumber(String buildingSubRoomNumber)
          Sets the buildingSubRoomNumber attribute.
 void setCampus(org.kuali.rice.kns.bo.Campus campus)
          Deprecated.  
 void setCampusCode(String campusCode)
          Sets the campusCode attribute.
 void setCampusTagNumber(String campusTagNumber)
          Sets the campusTagNumber attribute.
 void setCapitalAssetNumber(Long capitalAssetNumber)
          Sets the capitalAssetNumber attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
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

AssetLocationGlobalDetail

public AssetLocationGlobalDetail()
Default constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Specified by:
getDocumentNumber in interface org.kuali.rice.kns.bo.GlobalBusinessObjectDetail
Overrides:
getDocumentNumber in class org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase
Returns:
Returns the documentNumber

setDocumentNumber

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

Specified by:
setDocumentNumber in interface org.kuali.rice.kns.bo.GlobalBusinessObjectDetail
Overrides:
setDocumentNumber in class org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase
Parameters:
documentNumber - The documentNumber to set.

getCapitalAssetNumber

public Long getCapitalAssetNumber()
Gets the capitalAssetNumber attribute.

Returns:
Returns the capitalAssetNumber

setCapitalAssetNumber

public void setCapitalAssetNumber(Long capitalAssetNumber)
Sets the capitalAssetNumber attribute.

Parameters:
capitalAssetNumber - The capitalAssetNumber to set.

getCampusCode

public String getCampusCode()
Gets the campusCode attribute.

Returns:
Returns the campusCode

setCampusCode

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

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.

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.

Parameters:
buildingRoomNumber - The buildingRoomNumber to set.

getBuildingSubRoomNumber

public String getBuildingSubRoomNumber()
Gets the buildingSubRoomNumber attribute.

Returns:
Returns the buildingSubRoomNumber

setBuildingSubRoomNumber

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

Parameters:
buildingSubRoomNumber - The buildingSubRoomNumber to set.

getCampusTagNumber

public String getCampusTagNumber()
Gets the campusTagNumber attribute.

Returns:
Returns the campusTagNumber

setCampusTagNumber

public void setCampusTagNumber(String campusTagNumber)
Sets the campusTagNumber attribute.

Parameters:
campusTagNumber - The campusTagNumber to set.

getAsset

public Asset getAsset()
Gets the asset attribute.

Returns:
Returns the asset.

setAsset

public void setAsset(Asset asset)
Sets the asset attribute value.

Parameters:
asset - The asset 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)
Deprecated. 

Sets the campus attribute.

Parameters:
campus - The campus to set.

getBuilding

public Building getBuilding()
Gets the building attribute.

Returns:
Returns the building.

setBuilding

public void setBuilding(Building building)
Deprecated. 

Sets the building attribute value.

Parameters:
building - The building to set.

getBuildingRoom

public Room getBuildingRoom()
Gets the buildingRoom attribute.

Returns:
Returns the buildingRoom.

setBuildingRoom

public void setBuildingRoom(Room buildingRoom)
Deprecated. 

Sets the buildingRoom attribute value.

Parameters:
buildingRoom - The buildingRoom to set.

getPrimaryKeys

public Map<String,Object> getPrimaryKeys()
Returns a map of the keys based on the primary key names of the underlying BO and reflecting into this object.


toStringMapper

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


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