org.kuali.kfs.fp.businessobject
Class CapitalAssetInformation

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
CapitalAssetInformation()
          Constructs a CapitalAssetInformation.java.
 
Method Summary
 String getCapitalAssetDescription()
           
 List<CapitalAssetInformationDetail> getCapitalAssetInformationDetails()
          Gets the capitalAssetInformationDetails attribute.
 CapitalAssetManagementAsset getCapitalAssetManagementAsset()
          Gets the capitalAssetManagementAsset attribute.
 CapitalAssetManagementAssetType getCapitalAssetManagementAssetType()
          Gets the capitalAssetManagementAssetType attribute.
 String getCapitalAssetManufacturerModelNumber()
           
 String getCapitalAssetManufacturerName()
           
 Long getCapitalAssetNumber()
           
 Integer getCapitalAssetQuantity()
           
 String getCapitalAssetTypeCode()
           
 String getDocumentNumber()
           
 Integer getNextItemLineNumber()
          Gets the nextItemLineNumber attribute.
 Map<String,Object> getValuesMap()
          Returns a map with the primitive field names as the key and the primitive values as the map value.
 VendorDetail getVendorDetail()
          Gets the vendorDetail attribute.
 Integer getVendorDetailAssignedIdentifier()
           
 Integer getVendorHeaderGeneratedIdentifier()
           
 String getVendorName()
          Gets the vendorName attribute.
 void setCapitalAssetDescription(String capitalAssetDescription)
           
 void setCapitalAssetInformationDetails(List<CapitalAssetInformationDetail> capitalAssetInformationDetails)
          Sets the capitalAssetInformationDetails attribute value.
 void setCapitalAssetManagementAsset(CapitalAssetManagementAsset capitalAssetManagementAsset)
          Sets the capitalAssetManagementAsset attribute value.
 void setCapitalAssetManagementAssetType(CapitalAssetManagementAssetType capitalAssetManagementAssetType)
          Deprecated. 
 void setCapitalAssetManufacturerModelNumber(String capitalAssetManufacturerModelNumber)
           
 void setCapitalAssetManufacturerName(String capitalAssetManufacturerName)
           
 void setCapitalAssetNumber(Long capitalAssetNumber)
           
 void setCapitalAssetQuantity(Integer capitalAssetQuantity)
           
 void setCapitalAssetTypeCode(String capitalAssetTypeCode)
           
 void setDocumentNumber(String documentNumber)
           
 void setNextItemLineNumber(Integer nextItemLineNumber)
          Sets the nextItemLineNumber attribute value.
 void setVendorDetail(VendorDetail vendorDetail)
          Deprecated. 
 void setVendorDetailAssignedIdentifier(Integer vendorDetailedAssignedIdentifier)
           
 void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
           
 void setVendorName(String vendorName)
          Sets the vendorName attribute value.
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

CapitalAssetInformation

public CapitalAssetInformation()
Constructs a CapitalAssetInformation.java.

Method Detail

toStringMapper

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

getCapitalAssetDescription

public String getCapitalAssetDescription()

setCapitalAssetDescription

public void setCapitalAssetDescription(String capitalAssetDescription)

getCapitalAssetManufacturerModelNumber

public String getCapitalAssetManufacturerModelNumber()

setCapitalAssetManufacturerModelNumber

public void setCapitalAssetManufacturerModelNumber(String capitalAssetManufacturerModelNumber)

getCapitalAssetManufacturerName

public String getCapitalAssetManufacturerName()

setCapitalAssetManufacturerName

public void setCapitalAssetManufacturerName(String capitalAssetManufacturerName)

getCapitalAssetNumber

public Long getCapitalAssetNumber()

setCapitalAssetNumber

public void setCapitalAssetNumber(Long capitalAssetNumber)

getCapitalAssetQuantity

public Integer getCapitalAssetQuantity()

setCapitalAssetQuantity

public void setCapitalAssetQuantity(Integer capitalAssetQuantity)

getCapitalAssetTypeCode

public String getCapitalAssetTypeCode()

setCapitalAssetTypeCode

public void setCapitalAssetTypeCode(String capitalAssetTypeCode)

getDocumentNumber

public String getDocumentNumber()

setDocumentNumber

public void setDocumentNumber(String documentNumber)

getVendorDetailAssignedIdentifier

public Integer getVendorDetailAssignedIdentifier()

setVendorDetailAssignedIdentifier

public void setVendorDetailAssignedIdentifier(Integer vendorDetailedAssignedIdentifier)

getVendorHeaderGeneratedIdentifier

public Integer getVendorHeaderGeneratedIdentifier()

setVendorHeaderGeneratedIdentifier

public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)

getCapitalAssetManagementAsset

public CapitalAssetManagementAsset getCapitalAssetManagementAsset()
Gets the capitalAssetManagementAsset attribute.

Returns:
Returns the capitalAssetManagementAsset.

setCapitalAssetManagementAsset

public void setCapitalAssetManagementAsset(CapitalAssetManagementAsset capitalAssetManagementAsset)
Sets the capitalAssetManagementAsset attribute value.

Parameters:
capitalAssetManagementAsset - The capitalAssetManagementAsset to set.

getCapitalAssetManagementAssetType

public CapitalAssetManagementAssetType getCapitalAssetManagementAssetType()
Gets the capitalAssetManagementAssetType attribute.

Returns:
Returns the capitalAssetManagementAssetType.

setCapitalAssetManagementAssetType

@Deprecated
public void setCapitalAssetManagementAssetType(CapitalAssetManagementAssetType capitalAssetManagementAssetType)
Deprecated. 

Sets the capitalAssetManagementAssetType attribute value.

Parameters:
capitalAssetManagementAssetType - The capitalAssetManagementAssetType to set.

getVendorDetail

public VendorDetail getVendorDetail()
Gets the vendorDetail attribute.

Returns:
Returns the vendorDetail.

setVendorDetail

@Deprecated
public void setVendorDetail(VendorDetail vendorDetail)
Deprecated. 

Sets the vendorDetail attribute value.

Parameters:
vendorDetail - The vendorDetail to set.

getValuesMap

public Map<String,Object> getValuesMap()
Returns a map with the primitive field names as the key and the primitive values as the map value.

Returns:
Map a map with the primitive field names as the key and the primitive values as the map value.

getVendorName

public String getVendorName()
Gets the vendorName attribute.

Returns:
Returns the vendorName.

setVendorName

public void setVendorName(String vendorName)
Sets the vendorName attribute value.

Parameters:
vendorName - The vendorName to set.

getCapitalAssetInformationDetails

public List<CapitalAssetInformationDetail> getCapitalAssetInformationDetails()
Gets the capitalAssetInformationDetails attribute.

Returns:
Returns the capitalAssetInformationDetails.

setCapitalAssetInformationDetails

public void setCapitalAssetInformationDetails(List<CapitalAssetInformationDetail> capitalAssetInformationDetails)
Sets the capitalAssetInformationDetails attribute value.

Parameters:
capitalAssetInformationDetails - The capitalAssetInformationDetails to set.

getNextItemLineNumber

public Integer getNextItemLineNumber()
Gets the nextItemLineNumber attribute.

Returns:
Returns the nextItemLineNumber.

setNextItemLineNumber

public void setNextItemLineNumber(Integer nextItemLineNumber)
Sets the nextItemLineNumber attribute value.

Parameters:
nextItemLineNumber - The nextItemLineNumber to set.


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