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

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.AssetGlobalDetail
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 AssetGlobalDetail
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
AssetGlobalDetail()
          Default constructor.
 
Method Summary
 Asset getAsset()
          Gets the asset attribute.
 List<AssetGlobalDetail> getAssetGlobalUniqueDetails()
          Gets the assetGlobalUniqueDetails attribute.
 org.kuali.rice.kim.bo.Person getAssetRepresentative()
           
 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.
 String getCapitalAssetDescription()
           
 Long getCapitalAssetNumber()
          Gets the capitalAssetNumber attribute.
 AssetType getCapitalAssetType()
           
 String getCapitalAssetTypeCode()
           
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getGovernmentTagNumber()
          Gets the governmentTagNumber attribute.
 Integer getLocationQuantity()
          Gets the locationQuantity attribute.
 String getManufacturerModelNumber()
           
 String getManufacturerName()
           
 String getNationalStockNumber()
          Gets the nationalStockNumber attribute.
 String getOffCampusAddress()
          Gets the offCampusAddress attribute.
 String getOffCampusCityName()
          Gets the offCampusCityName attribute.
 org.kuali.rice.kns.bo.Country getOffCampusCountry()
          Gets the offCampusCountry attribute.
 String getOffCampusCountryCode()
          Gets the offCampusCountryCode attribute.
 String getOffCampusName()
          Gets the offCampusName attribute.
 org.kuali.rice.kns.bo.State getOffCampusState()
          Gets the offCampusState attribute.
 String getOffCampusStateCode()
          Gets the offCampusStateCode attribute.
 String getOffCampusZipCode()
          Gets the offCampusZipCode attribute.
 String getOrganizationAssetTypeIdentifier()
          Gets the organizationAssetTypeIdentifier attribute.
 String getOrganizationInventoryName()
          Gets the organizationInventoryName attribute.
 String getOrganizationText()
           
 org.kuali.rice.kns.bo.PostalCode getPostalZipCode()
          Gets the postalZipCode attribute.
 String getRepresentativeUniversalIdentifier()
           
 org.kuali.rice.kns.util.KualiDecimal getSeparateSourceAmount()
           
 String getSerialNumber()
          Gets the serialNumber attribute.
 void setAsset(Asset asset)
          Sets the asset attribute value.
 void setAssetGlobalUniqueDetails(List<AssetGlobalDetail> assetGlobalUniqueDetails)
          Sets the assetGlobalUniqueDetails attribute value.
 void setAssetRepresentative(org.kuali.rice.kim.bo.Person assetRepresentative)
           
 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 setCapitalAssetDescription(String capitalAssetDescription)
           
 void setCapitalAssetNumber(Long capitalAssetNumber)
          Sets the capitalAssetNumber attribute.
 void setCapitalAssetType(AssetType capitalAssetType)
           
 void setCapitalAssetTypeCode(String capitalAssetTypeCode)
           
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setGovernmentTagNumber(String governmentTagNumber)
          Sets the governmentTagNumber attribute.
 void setLocationQuantity(Integer locationQuantity)
          Sets the locationQuantity attribute value.
 void setManufacturerModelNumber(String manufacturerModelNumber)
           
 void setManufacturerName(String manufacturerName)
           
 void setNationalStockNumber(String nationalStockNumber)
          Sets the nationalStockNumber attribute.
 void setOffCampusAddress(String offCampusAddress)
          Sets the offCampusAddress attribute.
 void setOffCampusCityName(String offCampusCityName)
          Sets the offCampusCityName attribute.
 void setOffCampusCountry(org.kuali.rice.kns.bo.Country offCampusCountry)
          Deprecated.  
 void setOffCampusCountryCode(String offCampusCountryCode)
          Sets the offCampusCountryCode attribute value.
 void setOffCampusName(String offCampusName)
          Sets the offCampusName attribute value.
 void setOffCampusState(org.kuali.rice.kns.bo.State offCampusState)
          Deprecated.  
 void setOffCampusStateCode(String offCampusStateCode)
          Sets the offCampusStateCode attribute.
 void setOffCampusZipCode(String offCampusZipCode)
          Sets the offCampusZipCode attribute.
 void setOrganizationAssetTypeIdentifier(String organizationAssetTypeIdentifier)
          Sets the organizationAssetTypeIdentifier attribute.
 void setOrganizationInventoryName(String organizationInventoryName)
          Sets the organizationInventoryName attribute.
 void setOrganizationText(String organizationText)
           
 void setPostalZipCode(org.kuali.rice.kns.bo.PostalCode postalZipCode)
          Deprecated.  
 void setRepresentativeUniversalIdentifier(String representativeUniversalIdentifier)
           
 void setSeparateSourceAmount(org.kuali.rice.kns.util.KualiDecimal separateSourceAmount)
           
 void setSerialNumber(String serialNumber)
          Sets the serialNumber 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

AssetGlobalDetail

public AssetGlobalDetail()
Default constructor.

Method Detail

getAssetRepresentative

public org.kuali.rice.kim.bo.Person getAssetRepresentative()

setAssetRepresentative

public void setAssetRepresentative(org.kuali.rice.kim.bo.Person assetRepresentative)

getLocationQuantity

public Integer getLocationQuantity()
Gets the locationQuantity attribute.

Returns:
Returns the locationQuantity.

setLocationQuantity

public void setLocationQuantity(Integer locationQuantity)
Sets the locationQuantity attribute value.

Parameters:
locationQuantity - The locationQuantity to set.

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.

getSerialNumber

public String getSerialNumber()
Gets the serialNumber attribute.

Returns:
Returns the serialNumber

setSerialNumber

public void setSerialNumber(String serialNumber)
Sets the serialNumber attribute.

Parameters:
serialNumber - The serialNumber 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.

getOrganizationInventoryName

public String getOrganizationInventoryName()
Gets the organizationInventoryName attribute.

Returns:
Returns the organizationInventoryName

setOrganizationInventoryName

public void setOrganizationInventoryName(String organizationInventoryName)
Sets the organizationInventoryName attribute.

Parameters:
organizationInventoryName - The organizationInventoryName to set.

getOrganizationAssetTypeIdentifier

public String getOrganizationAssetTypeIdentifier()
Gets the organizationAssetTypeIdentifier attribute.

Returns:
Returns the organizationAssetTypeIdentifier

setOrganizationAssetTypeIdentifier

public void setOrganizationAssetTypeIdentifier(String organizationAssetTypeIdentifier)
Sets the organizationAssetTypeIdentifier attribute.

Parameters:
organizationAssetTypeIdentifier - The organizationAssetTypeIdentifier to set.

getOffCampusAddress

public String getOffCampusAddress()
Gets the offCampusAddress attribute.

Returns:
Returns the offCampusAddress

setOffCampusAddress

public void setOffCampusAddress(String offCampusAddress)
Sets the offCampusAddress attribute.

Parameters:
offCampusAddress - The offCampusAddress to set.

getOffCampusCityName

public String getOffCampusCityName()
Gets the offCampusCityName attribute.

Returns:
Returns the offCampusCityName

setOffCampusCityName

public void setOffCampusCityName(String offCampusCityName)
Sets the offCampusCityName attribute.

Parameters:
offCampusCityName - The offCampusCityName to set.

getOffCampusStateCode

public String getOffCampusStateCode()
Gets the offCampusStateCode attribute.

Returns:
Returns the offCampusStateCode

setOffCampusStateCode

public void setOffCampusStateCode(String offCampusStateCode)
Sets the offCampusStateCode attribute.

Parameters:
offCampusStateCode - The offCampusStateCode to set.

getOffCampusZipCode

public String getOffCampusZipCode()
Gets the offCampusZipCode attribute.

Returns:
Returns the offCampusZipCode

setOffCampusZipCode

public void setOffCampusZipCode(String offCampusZipCode)
Sets the offCampusZipCode attribute.

Parameters:
offCampusZipCode - The offCampusZipCode to set.

getOffCampusCountryCode

public String getOffCampusCountryCode()
Gets the offCampusCountryCode attribute.

Returns:
Returns the offCampusCountryCode.

setOffCampusCountryCode

public void setOffCampusCountryCode(String offCampusCountryCode)
Sets the offCampusCountryCode attribute value.

Parameters:
offCampusCountryCode - The offCampusCountryCode to set.

getOffCampusName

public String getOffCampusName()
Gets the offCampusName attribute.

Returns:
Returns the offCampusName.

setOffCampusName

public void setOffCampusName(String offCampusName)
Sets the offCampusName attribute value.

Parameters:
offCampusName - The offCampusName to set.

getGovernmentTagNumber

public String getGovernmentTagNumber()
Gets the governmentTagNumber attribute.

Returns:
Returns the governmentTagNumber

setGovernmentTagNumber

public void setGovernmentTagNumber(String governmentTagNumber)
Sets the governmentTagNumber attribute.

Parameters:
governmentTagNumber - The governmentTagNumber to set.

getNationalStockNumber

public String getNationalStockNumber()
Gets the nationalStockNumber attribute.

Returns:
Returns the nationalStockNumber

setNationalStockNumber

public void setNationalStockNumber(String nationalStockNumber)
Sets the nationalStockNumber attribute.

Parameters:
nationalStockNumber - The nationalStockNumber 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.

getOffCampusState

public org.kuali.rice.kns.bo.State getOffCampusState()
Gets the offCampusState attribute.

Returns:
Returns the offCampusState.

setOffCampusState

public void setOffCampusState(org.kuali.rice.kns.bo.State offCampusState)
Deprecated. 

Sets the offCampusState attribute value.

Parameters:
offCampusState - The offCampusState to set.

getPostalZipCode

public org.kuali.rice.kns.bo.PostalCode getPostalZipCode()
Gets the postalZipCode attribute.

Returns:
Returns the postalZipCode.

setPostalZipCode

public void setPostalZipCode(org.kuali.rice.kns.bo.PostalCode postalZipCode)
Deprecated. 

Sets the postalZipCode attribute value.

Parameters:
postalZipCode - The postalZipCode to set.

getOffCampusCountry

public org.kuali.rice.kns.bo.Country getOffCampusCountry()
Gets the offCampusCountry attribute.

Returns:
Returns the offCampusCountry.

setOffCampusCountry

public void setOffCampusCountry(org.kuali.rice.kns.bo.Country offCampusCountry)
Deprecated. 

Sets the offCampusCountry attribute value.

Parameters:
offCampusCountry - The offCampusCountry 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.

getAssetGlobalUniqueDetails

public List<AssetGlobalDetail> getAssetGlobalUniqueDetails()
Gets the assetGlobalUniqueDetails attribute.

Returns:
Returns the assetGlobalUniqueDetails.

setAssetGlobalUniqueDetails

public void setAssetGlobalUniqueDetails(List<AssetGlobalDetail> assetGlobalUniqueDetails)
Sets the assetGlobalUniqueDetails attribute value.

Parameters:
assetGlobalUniqueDetails - The assetGlobalUniqueDetails to set.

toStringMapper

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

getCapitalAssetDescription

public String getCapitalAssetDescription()

setCapitalAssetDescription

public void setCapitalAssetDescription(String capitalAssetDescription)

getCapitalAssetTypeCode

public String getCapitalAssetTypeCode()

setCapitalAssetTypeCode

public void setCapitalAssetTypeCode(String capitalAssetTypeCode)

getManufacturerModelNumber

public String getManufacturerModelNumber()

setManufacturerModelNumber

public void setManufacturerModelNumber(String manufacturerModelNumber)

getManufacturerName

public String getManufacturerName()

setManufacturerName

public void setManufacturerName(String manufacturerName)

getOrganizationText

public String getOrganizationText()

getSeparateSourceAmount

public org.kuali.rice.kns.util.KualiDecimal getSeparateSourceAmount()

setSeparateSourceAmount

public void setSeparateSourceAmount(org.kuali.rice.kns.util.KualiDecimal separateSourceAmount)

setOrganizationText

public void setOrganizationText(String organizationText)

getRepresentativeUniversalIdentifier

public String getRepresentativeUniversalIdentifier()

setRepresentativeUniversalIdentifier

public void setRepresentativeUniversalIdentifier(String representativeUniversalIdentifier)

getCapitalAssetType

public AssetType getCapitalAssetType()

setCapitalAssetType

public void setCapitalAssetType(AssetType capitalAssetType)


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