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

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.AssetLocationGlobal
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.GlobalBusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class AssetLocationGlobal
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.GlobalBusinessObject

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
AssetLocationGlobal()
          Default constructor.
 
Method Summary
 List<org.kuali.rice.kns.bo.PersistableBusinessObject> generateDeactivationsToPersist()
           
 List<org.kuali.rice.kns.bo.PersistableBusinessObject> generateGlobalChangesToPersist()
          This returns a list of Assets to update
 List<? extends org.kuali.rice.kns.bo.GlobalBusinessObjectDetail> getAllDetailObjects()
           
 List<AssetLocationGlobalDetail> getAssetLocationGlobalDetails()
          Gets the assetLocationGlobalDetails attribute.
 org.kuali.rice.kns.bo.DocumentHeader getDocumentHeader()
          Gets the documentHeader attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 boolean isPersistable()
           
 void setAssetLocationGlobalDetails(List<AssetLocationGlobalDetail> assetLocationGlobalDetails)
          Sets the assetLocationGlobalDetails attribute value.
 void setDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
          Deprecated.  
 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

AssetLocationGlobal

public AssetLocationGlobal()
Default constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Specified by:
getDocumentNumber in interface org.kuali.rice.kns.bo.GlobalBusinessObject
Returns:
Returns the documentNumber

setDocumentNumber

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

Specified by:
setDocumentNumber in interface org.kuali.rice.kns.bo.GlobalBusinessObject
Parameters:
documentNumber - The documentNumber to set.

getDocumentHeader

public org.kuali.rice.kns.bo.DocumentHeader getDocumentHeader()
Gets the documentHeader attribute.

Returns:
Returns the documentHeader.

setDocumentHeader

public void setDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
Deprecated. 

Sets the documentHeader attribute value.

Parameters:
documentHeader - The documentHeader to set.

getAssetLocationGlobalDetails

public List<AssetLocationGlobalDetail> getAssetLocationGlobalDetails()
Gets the assetLocationGlobalDetails attribute.

Returns:
Returns the assetLocationGlobalDetails.

setAssetLocationGlobalDetails

public void setAssetLocationGlobalDetails(List<AssetLocationGlobalDetail> assetLocationGlobalDetails)
Sets the assetLocationGlobalDetails attribute value.

Parameters:
assetLocationGlobalDetails - The assetLocationGlobalDetails to set.

generateDeactivationsToPersist

public List<org.kuali.rice.kns.bo.PersistableBusinessObject> generateDeactivationsToPersist()
Specified by:
generateDeactivationsToPersist in interface org.kuali.rice.kns.bo.GlobalBusinessObject
See Also:
org.kuali.rice.kns.document.GlobalBusinessObject#getGlobalChangesToDelete()

generateGlobalChangesToPersist

public List<org.kuali.rice.kns.bo.PersistableBusinessObject> generateGlobalChangesToPersist()
This returns a list of Assets to update

Specified by:
generateGlobalChangesToPersist in interface org.kuali.rice.kns.bo.GlobalBusinessObject
See Also:
GlobalBusinessObject.generateGlobalChangesToPersist()

isPersistable

public boolean isPersistable()
Specified by:
isPersistable in interface org.kuali.rice.kns.bo.GlobalBusinessObject

getAllDetailObjects

public List<? extends org.kuali.rice.kns.bo.GlobalBusinessObjectDetail> getAllDetailObjects()
Specified by:
getAllDetailObjects in interface org.kuali.rice.kns.bo.GlobalBusinessObject

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.