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

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

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

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
AssetOrganization()
          Default constructor.
 
Method Summary
 Asset getAsset()
          Gets the asset attribute.
 Long getCapitalAssetNumber()
          Gets the capitalAssetNumber attribute.
 String getOrganizationAssetTypeIdentifier()
          Gets the organizationAssetTypeIdentifier attribute.
 String getOrganizationTagNumber()
          Gets the organizationTagNumber attribute.
 String getOrganizationText()
          Gets the organizationText attribute.
 void setAsset(Asset asset)
          Deprecated.  
 void setCapitalAssetNumber(Long capitalAssetNumber)
          Sets the capitalAssetNumber attribute.
 void setOrganizationAssetTypeIdentifier(String organizationAssetTypeIdentifier)
          Sets the organizationAssetTypeIdentifier attribute.
 void setOrganizationTagNumber(String organizationTagNumber)
          Sets the organizationTagNumber attribute.
 void setOrganizationText(String organizationText)
          Sets the organizationText 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

AssetOrganization

public AssetOrganization()
Default constructor.

Method Detail

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.

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.

getOrganizationTagNumber

public String getOrganizationTagNumber()
Gets the organizationTagNumber attribute.

Returns:
Returns the organizationTagNumber

setOrganizationTagNumber

public void setOrganizationTagNumber(String organizationTagNumber)
Sets the organizationTagNumber attribute.

Parameters:
organizationTagNumber - The organizationTagNumber to set.

getOrganizationText

public String getOrganizationText()
Gets the organizationText attribute.

Returns:
Returns the organizationText

setOrganizationText

public void setOrganizationText(String organizationText)
Sets the organizationText attribute.

Parameters:
organizationText - The organizationText to set.

getAsset

public Asset getAsset()
Gets the asset attribute.

Returns:
Returns the asset

setAsset

public void setAsset(Asset asset)
Deprecated. 

Sets the asset attribute.

Parameters:
asset - The asset to set.

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.