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

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

public class AssetComponent
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
AssetComponent()
          Default constructor.
 
Method Summary
 Asset getAsset()
          Gets the asset attribute.
 Long getCapitalAssetNumber()
          Gets the capitalAssetNumber attribute.
 AssetCondition getComponentCondition()
          Gets the componentCondition attribute.
 String getComponentConditionCode()
          Gets the componentConditionCode attribute.
 String getComponentContactPhoneNumber()
          Gets the componentContactPhoneNumber attribute.
 String getComponentDescription()
          Gets the componentDescription attribute.
 Integer getComponentEstimatedLifetimeLimit()
          Gets the componentEstimatedLifetimeLimit attribute.
 String getComponentManufacturerModelNumber()
          Gets the componentManufacturerModelNumber attribute.
 String getComponentManufacturerName()
          Gets the componentManufacturerName attribute.
 Integer getComponentNumber()
          Gets the componentNumber attribute.
 String getComponentOrganizationTagNumber()
          Gets the componentOrganizationTagNumber attribute.
 String getComponentOrganizationText()
          Gets the componentOrganizationText attribute.
 org.kuali.rice.kns.util.KualiDecimal getComponentReplacementAmount()
          Gets the componentReplacementAmount attribute.
 String getComponentSerialNumber()
          Gets the componentSerialNumber attribute.
 String getComponentVendorName()
          Gets the componentVendorName attribute.
 Date getComponentWarrantyBeginningDate()
          Gets the componentWarrantyBeginningDate attribute.
 String getComponentWarrantyContactName()
          Gets the componentWarrantyContactName attribute.
 Date getComponentWarrantyEndingDate()
          Gets the componentWarrantyEndingDate attribute.
 String getComponentWarrantyNumber()
          Gets the componentWarrantyNumber attribute.
 String getComponentWarrantyPhoneNumber()
          Gets the componentWarrantyPhoneNumber attribute.
 String getComponentWarrantyPurchaseOrderNumber()
          Gets the componentWarrantyPurchaseOrderNumber attribute.
 String getComponentWarrantyText()
          Gets the componentWarrantyText attribute.
 String getGovernmentTagNumber()
          Gets the governmentTagNumber attribute.
 String getNationalStockNumber()
          Gets the nationalStockNumber attribute.
 void setAsset(Asset asset)
          Deprecated.  
 void setCapitalAssetNumber(Long capitalAssetNumber)
          Sets the capitalAssetNumber attribute.
 void setComponentCondition(AssetCondition componentCondition)
          Deprecated.  
 void setComponentConditionCode(String componentConditionCode)
          Sets the componentConditionCode attribute.
 void setComponentContactPhoneNumber(String componentContactPhoneNumber)
          Sets the componentContactPhoneNumber attribute.
 void setComponentDescription(String componentDescription)
          Sets the componentDescription attribute.
 void setComponentEstimatedLifetimeLimit(Integer componentEstimatedLifetimeLimit)
          Sets the componentEstimatedLifetimeLimit attribute.
 void setComponentManufacturerModelNumber(String componentManufacturerModelNumber)
          Sets the componentManufacturerModelNumber attribute.
 void setComponentManufacturerName(String componentManufacturerName)
          Sets the componentManufacturerName attribute.
 void setComponentNumber(Integer componentNumber)
          Sets the componentNumber attribute.
 void setComponentOrganizationTagNumber(String componentOrganizationTagNumber)
          Sets the componentOrganizationTagNumber attribute.
 void setComponentOrganizationText(String componentOrganizationText)
          Sets the componentOrganizationText attribute.
 void setComponentReplacementAmount(org.kuali.rice.kns.util.KualiDecimal componentReplacementAmount)
          Sets the componentReplacementAmount attribute.
 void setComponentSerialNumber(String componentSerialNumber)
          Sets the componentSerialNumber attribute.
 void setComponentVendorName(String componentVendorName)
          Sets the componentVendorName attribute.
 void setComponentWarrantyBeginningDate(Date componentWarrantyBeginningDate)
          Sets the componentWarrantyBeginningDate attribute.
 void setComponentWarrantyContactName(String componentWarrantyContactName)
          Sets the componentWarrantyContactName attribute.
 void setComponentWarrantyEndingDate(Date componentWarrantyEndingDate)
          Sets the componentWarrantyEndingDate attribute.
 void setComponentWarrantyNumber(String componentWarrantyNumber)
          Sets the componentWarrantyNumber attribute.
 void setComponentWarrantyPhoneNumber(String componentWarrantyPhoneNumber)
          Sets the componentWarrantyPhoneNumber attribute.
 void setComponentWarrantyPurchaseOrderNumber(String componentWarrantyPurchaseOrderNumber)
          Sets the componentWarrantyPurchaseOrderNumber attribute.
 void setComponentWarrantyText(String componentWarrantyText)
          Sets the componentWarrantyText attribute.
 void setGovernmentTagNumber(String governmentTagNumber)
          Sets the governmentTagNumber attribute value.
 void setNationalStockNumber(String nationalStockNumber)
          Sets the nationalStockNumber 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

AssetComponent

public AssetComponent()
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.

getComponentNumber

public Integer getComponentNumber()
Gets the componentNumber attribute.

Returns:
Returns the componentNumber

setComponentNumber

public void setComponentNumber(Integer componentNumber)
Sets the componentNumber attribute.

Parameters:
componentNumber - The componentNumber to set.

getComponentDescription

public String getComponentDescription()
Gets the componentDescription attribute.

Returns:
Returns the componentDescription

setComponentDescription

public void setComponentDescription(String componentDescription)
Sets the componentDescription attribute.

Parameters:
componentDescription - The componentDescription to set.

getComponentContactPhoneNumber

public String getComponentContactPhoneNumber()
Gets the componentContactPhoneNumber attribute.

Returns:
Returns the componentContactPhoneNumber

setComponentContactPhoneNumber

public void setComponentContactPhoneNumber(String componentContactPhoneNumber)
Sets the componentContactPhoneNumber attribute.

Parameters:
componentContactPhoneNumber - The componentContactPhoneNumber to set.

getComponentConditionCode

public String getComponentConditionCode()
Gets the componentConditionCode attribute.

Returns:
Returns the componentConditionCode

setComponentConditionCode

public void setComponentConditionCode(String componentConditionCode)
Sets the componentConditionCode attribute.

Parameters:
componentConditionCode - The componentConditionCode to set.

getComponentEstimatedLifetimeLimit

public Integer getComponentEstimatedLifetimeLimit()
Gets the componentEstimatedLifetimeLimit attribute.

Returns:
Returns the componentEstimatedLifetimeLimit

setComponentEstimatedLifetimeLimit

public void setComponentEstimatedLifetimeLimit(Integer componentEstimatedLifetimeLimit)
Sets the componentEstimatedLifetimeLimit attribute.

Parameters:
componentEstimatedLifetimeLimit - The componentEstimatedLifetimeLimit to set.

getComponentManufacturerName

public String getComponentManufacturerName()
Gets the componentManufacturerName attribute.

Returns:
Returns the componentManufacturerName

setComponentManufacturerName

public void setComponentManufacturerName(String componentManufacturerName)
Sets the componentManufacturerName attribute.

Parameters:
componentManufacturerName - The componentManufacturerName to set.

getComponentManufacturerModelNumber

public String getComponentManufacturerModelNumber()
Gets the componentManufacturerModelNumber attribute.

Returns:
Returns the componentManufacturerModelNumber

setComponentManufacturerModelNumber

public void setComponentManufacturerModelNumber(String componentManufacturerModelNumber)
Sets the componentManufacturerModelNumber attribute.

Parameters:
componentManufacturerModelNumber - The componentManufacturerModelNumber to set.

getComponentSerialNumber

public String getComponentSerialNumber()
Gets the componentSerialNumber attribute.

Returns:
Returns the componentSerialNumber

setComponentSerialNumber

public void setComponentSerialNumber(String componentSerialNumber)
Sets the componentSerialNumber attribute.

Parameters:
componentSerialNumber - The componentSerialNumber to set.

getComponentOrganizationTagNumber

public String getComponentOrganizationTagNumber()
Gets the componentOrganizationTagNumber attribute.

Returns:
Returns the componentOrganizationTagNumber

setComponentOrganizationTagNumber

public void setComponentOrganizationTagNumber(String componentOrganizationTagNumber)
Sets the componentOrganizationTagNumber attribute.

Parameters:
componentOrganizationTagNumber - The componentOrganizationTagNumber to set.

getComponentOrganizationText

public String getComponentOrganizationText()
Gets the componentOrganizationText attribute.

Returns:
Returns the componentOrganizationText

setComponentOrganizationText

public void setComponentOrganizationText(String componentOrganizationText)
Sets the componentOrganizationText attribute.

Parameters:
componentOrganizationText - The componentOrganizationText to set.

getComponentReplacementAmount

public org.kuali.rice.kns.util.KualiDecimal getComponentReplacementAmount()
Gets the componentReplacementAmount attribute.

Returns:
Returns the componentReplacementAmount

setComponentReplacementAmount

public void setComponentReplacementAmount(org.kuali.rice.kns.util.KualiDecimal componentReplacementAmount)
Sets the componentReplacementAmount attribute.

Parameters:
componentReplacementAmount - The componentReplacementAmount to set.

getComponentVendorName

public String getComponentVendorName()
Gets the componentVendorName attribute.

Returns:
Returns the componentVendorName

setComponentVendorName

public void setComponentVendorName(String componentVendorName)
Sets the componentVendorName attribute.

Parameters:
componentVendorName - The componentVendorName to set.

getComponentWarrantyNumber

public String getComponentWarrantyNumber()
Gets the componentWarrantyNumber attribute.

Returns:
Returns the componentWarrantyNumber

setComponentWarrantyNumber

public void setComponentWarrantyNumber(String componentWarrantyNumber)
Sets the componentWarrantyNumber attribute.

Parameters:
componentWarrantyNumber - The componentWarrantyNumber to set.

getComponentWarrantyPhoneNumber

public String getComponentWarrantyPhoneNumber()
Gets the componentWarrantyPhoneNumber attribute.

Returns:
Returns the componentWarrantyPhoneNumber

setComponentWarrantyPhoneNumber

public void setComponentWarrantyPhoneNumber(String componentWarrantyPhoneNumber)
Sets the componentWarrantyPhoneNumber attribute.

Parameters:
componentWarrantyPhoneNumber - The componentWarrantyPhoneNumber to set.

getComponentWarrantyContactName

public String getComponentWarrantyContactName()
Gets the componentWarrantyContactName attribute.

Returns:
Returns the componentWarrantyContactName

setComponentWarrantyContactName

public void setComponentWarrantyContactName(String componentWarrantyContactName)
Sets the componentWarrantyContactName attribute.

Parameters:
componentWarrantyContactName - The componentWarrantyContactName to set.

getComponentWarrantyPurchaseOrderNumber

public String getComponentWarrantyPurchaseOrderNumber()
Gets the componentWarrantyPurchaseOrderNumber attribute.

Returns:
Returns the componentWarrantyPurchaseOrderNumber

setComponentWarrantyPurchaseOrderNumber

public void setComponentWarrantyPurchaseOrderNumber(String componentWarrantyPurchaseOrderNumber)
Sets the componentWarrantyPurchaseOrderNumber attribute.

Parameters:
componentWarrantyPurchaseOrderNumber - The componentWarrantyPurchaseOrderNumber to set.

getComponentWarrantyBeginningDate

public Date getComponentWarrantyBeginningDate()
Gets the componentWarrantyBeginningDate attribute.

Returns:
Returns the componentWarrantyBeginningDate

setComponentWarrantyBeginningDate

public void setComponentWarrantyBeginningDate(Date componentWarrantyBeginningDate)
Sets the componentWarrantyBeginningDate attribute.

Parameters:
componentWarrantyBeginningDate - The componentWarrantyBeginningDate to set.

getComponentWarrantyEndingDate

public Date getComponentWarrantyEndingDate()
Gets the componentWarrantyEndingDate attribute.

Returns:
Returns the componentWarrantyEndingDate

setComponentWarrantyEndingDate

public void setComponentWarrantyEndingDate(Date componentWarrantyEndingDate)
Sets the componentWarrantyEndingDate attribute.

Parameters:
componentWarrantyEndingDate - The componentWarrantyEndingDate to set.

getComponentWarrantyText

public String getComponentWarrantyText()
Gets the componentWarrantyText attribute.

Returns:
Returns the componentWarrantyText

setComponentWarrantyText

public void setComponentWarrantyText(String componentWarrantyText)
Sets the componentWarrantyText attribute.

Parameters:
componentWarrantyText - The componentWarrantyText to set.

getGovernmentTagNumber

public String getGovernmentTagNumber()
Gets the governmentTagNumber attribute.

Returns:
Returns the governmentTagNumber.

setGovernmentTagNumber

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

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 value.

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

getComponentCondition

public AssetCondition getComponentCondition()
Gets the componentCondition attribute.

Returns:
Returns the componentCondition

setComponentCondition

public void setComponentCondition(AssetCondition componentCondition)
Deprecated. 

Sets the componentCondition attribute.

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