|
||||||||||
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.module.cam.businessobject.AssetLocation
public class AssetLocation
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AssetLocation()
Default constructor. |
|
AssetLocation(AssetLocation copiedLocation)
|
|
AssetLocation(Long assetNumber)
|
Method Summary | |
---|---|
Asset |
getAsset()
Gets the asset attribute. |
String |
getAssetLocationCityName()
Gets the assetLocationCityName attribute. |
String |
getAssetLocationContactIdentifier()
Gets the assetLocationContactIdentifier attribute. |
String |
getAssetLocationContactName()
Gets the assetLocationContactName attribute. |
org.kuali.rice.kns.bo.Country |
getAssetLocationCountry()
|
String |
getAssetLocationCountryCode()
Gets the assetLocationCountryCode attribute. |
String |
getAssetLocationInstitutionName()
Gets the assetLocationInstitutionName attribute. |
String |
getAssetLocationPhoneNumber()
Gets the assetLocationPhoneNumber attribute. |
org.kuali.rice.kns.bo.State |
getAssetLocationState()
|
String |
getAssetLocationStateCode()
Gets the assetLocationStateCode attribute. |
String |
getAssetLocationStreetAddress()
Gets the assetLocationStreetAddress attribute. |
AssetLocationType |
getAssetLocationType()
Gets the assetLocationType attribute. |
String |
getAssetLocationTypeCode()
Gets the assetLocationTypeCode attribute. |
String |
getAssetLocationZipCode()
Gets the assetLocationZipCode attribute. |
Long |
getCapitalAssetNumber()
Gets the capitalAssetNumber attribute. |
org.kuali.rice.kns.bo.PostalCode |
getPostalZipCode()
Gets the postalZipCode attribute. |
void |
setAsset(Asset asset)
Deprecated. |
void |
setAssetLocationCityName(String assetLocationCityName)
Sets the assetLocationCityName attribute. |
void |
setAssetLocationContactIdentifier(String assetLocationContactIdentifier)
Sets the assetLocationContactIdentifier attribute. |
void |
setAssetLocationContactName(String assetLocationContactName)
Sets the assetLocationContactName attribute. |
void |
setAssetLocationCountry(org.kuali.rice.kns.bo.Country assetLocationCountry)
|
void |
setAssetLocationCountryCode(String assetLocationCountryCode)
Sets the assetLocationCountryCode attribute. |
void |
setAssetLocationInstitutionName(String assetLocationInstitutionName)
Sets the assetLocationInstitutionName attribute. |
void |
setAssetLocationPhoneNumber(String assetLocationPhoneNumber)
Sets the assetLocationPhoneNumber attribute. |
void |
setAssetLocationState(org.kuali.rice.kns.bo.State assetLocationState)
|
void |
setAssetLocationStateCode(String assetLocationStateCode)
Sets the assetLocationStateCode attribute. |
void |
setAssetLocationStreetAddress(String assetLocationStreetAddress)
Sets the assetLocationStreetAddress attribute. |
void |
setAssetLocationType(AssetLocationType assetLocationType)
Deprecated. |
void |
setAssetLocationTypeCode(String assetLocationTypeCode)
Sets the assetLocationTypeCode attribute. |
void |
setAssetLocationZipCode(String assetLocationZipCode)
Sets the assetLocationZipCode attribute. |
void |
setCapitalAssetNumber(Long capitalAssetNumber)
Sets the capitalAssetNumber attribute. |
void |
setPostalZipCode(org.kuali.rice.kns.bo.PostalCode postalZipCode)
Sets the postalZipCode 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 |
---|
public AssetLocation()
public AssetLocation(Long assetNumber)
public AssetLocation(AssetLocation copiedLocation)
Method Detail |
---|
public Long getCapitalAssetNumber()
public void setCapitalAssetNumber(Long capitalAssetNumber)
capitalAssetNumber
- The capitalAssetNumber to set.public String getAssetLocationTypeCode()
public void setAssetLocationTypeCode(String assetLocationTypeCode)
assetLocationTypeCode
- The assetLocationTypeCode to set.public String getAssetLocationContactName()
public void setAssetLocationContactName(String assetLocationContactName)
assetLocationContactName
- The assetLocationContactName to set.public String getAssetLocationContactIdentifier()
public void setAssetLocationContactIdentifier(String assetLocationContactIdentifier)
assetLocationContactIdentifier
- The assetLocationContactIdentifier to set.public String getAssetLocationInstitutionName()
public void setAssetLocationInstitutionName(String assetLocationInstitutionName)
assetLocationInstitutionName
- The assetLocationInstitutionName to set.public String getAssetLocationPhoneNumber()
public void setAssetLocationPhoneNumber(String assetLocationPhoneNumber)
assetLocationPhoneNumber
- The assetLocationPhoneNumber to set.public String getAssetLocationStreetAddress()
public void setAssetLocationStreetAddress(String assetLocationStreetAddress)
assetLocationStreetAddress
- The assetLocationStreetAddress to set.public String getAssetLocationCityName()
public void setAssetLocationCityName(String assetLocationCityName)
assetLocationCityName
- The assetLocationCityName to set.public String getAssetLocationStateCode()
public void setAssetLocationStateCode(String assetLocationStateCode)
assetLocationStateCode
- The assetLocationStateCode to set.public String getAssetLocationCountryCode()
public void setAssetLocationCountryCode(String assetLocationCountryCode)
assetLocationCountryCode
- The assetLocationCountryCode to set.public String getAssetLocationZipCode()
public void setAssetLocationZipCode(String assetLocationZipCode)
assetLocationZipCode
- The assetLocationZipCode to set.public org.kuali.rice.kns.bo.PostalCode getPostalZipCode()
public void setPostalZipCode(org.kuali.rice.kns.bo.PostalCode postalZipCode)
postalZipCode
- The postalZipCode to set.public Asset getAsset()
public void setAsset(Asset asset)
asset
- The asset to set.public AssetLocationType getAssetLocationType()
public void setAssetLocationType(AssetLocationType assetLocationType)
assetLocationType
- The assetLocationType to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public org.kuali.rice.kns.bo.Country getAssetLocationCountry()
public void setAssetLocationCountry(org.kuali.rice.kns.bo.Country assetLocationCountry)
public org.kuali.rice.kns.bo.State getAssetLocationState()
public void setAssetLocationState(org.kuali.rice.kns.bo.State assetLocationState)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |