|
||||||||||
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.AssetComponent
public class AssetComponent
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 |
---|
public AssetComponent()
Method Detail |
---|
public Long getCapitalAssetNumber()
public void setCapitalAssetNumber(Long capitalAssetNumber)
capitalAssetNumber
- The capitalAssetNumber to set.public Integer getComponentNumber()
public void setComponentNumber(Integer componentNumber)
componentNumber
- The componentNumber to set.public String getComponentDescription()
public void setComponentDescription(String componentDescription)
componentDescription
- The componentDescription to set.public String getComponentContactPhoneNumber()
public void setComponentContactPhoneNumber(String componentContactPhoneNumber)
componentContactPhoneNumber
- The componentContactPhoneNumber to set.public String getComponentConditionCode()
public void setComponentConditionCode(String componentConditionCode)
componentConditionCode
- The componentConditionCode to set.public Integer getComponentEstimatedLifetimeLimit()
public void setComponentEstimatedLifetimeLimit(Integer componentEstimatedLifetimeLimit)
componentEstimatedLifetimeLimit
- The componentEstimatedLifetimeLimit to set.public String getComponentManufacturerName()
public void setComponentManufacturerName(String componentManufacturerName)
componentManufacturerName
- The componentManufacturerName to set.public String getComponentManufacturerModelNumber()
public void setComponentManufacturerModelNumber(String componentManufacturerModelNumber)
componentManufacturerModelNumber
- The componentManufacturerModelNumber to set.public String getComponentSerialNumber()
public void setComponentSerialNumber(String componentSerialNumber)
componentSerialNumber
- The componentSerialNumber to set.public String getComponentOrganizationTagNumber()
public void setComponentOrganizationTagNumber(String componentOrganizationTagNumber)
componentOrganizationTagNumber
- The componentOrganizationTagNumber to set.public String getComponentOrganizationText()
public void setComponentOrganizationText(String componentOrganizationText)
componentOrganizationText
- The componentOrganizationText to set.public org.kuali.rice.kns.util.KualiDecimal getComponentReplacementAmount()
public void setComponentReplacementAmount(org.kuali.rice.kns.util.KualiDecimal componentReplacementAmount)
componentReplacementAmount
- The componentReplacementAmount to set.public String getComponentVendorName()
public void setComponentVendorName(String componentVendorName)
componentVendorName
- The componentVendorName to set.public String getComponentWarrantyNumber()
public void setComponentWarrantyNumber(String componentWarrantyNumber)
componentWarrantyNumber
- The componentWarrantyNumber to set.public String getComponentWarrantyPhoneNumber()
public void setComponentWarrantyPhoneNumber(String componentWarrantyPhoneNumber)
componentWarrantyPhoneNumber
- The componentWarrantyPhoneNumber to set.public String getComponentWarrantyContactName()
public void setComponentWarrantyContactName(String componentWarrantyContactName)
componentWarrantyContactName
- The componentWarrantyContactName to set.public String getComponentWarrantyPurchaseOrderNumber()
public void setComponentWarrantyPurchaseOrderNumber(String componentWarrantyPurchaseOrderNumber)
componentWarrantyPurchaseOrderNumber
- The componentWarrantyPurchaseOrderNumber to set.public Date getComponentWarrantyBeginningDate()
public void setComponentWarrantyBeginningDate(Date componentWarrantyBeginningDate)
componentWarrantyBeginningDate
- The componentWarrantyBeginningDate to set.public Date getComponentWarrantyEndingDate()
public void setComponentWarrantyEndingDate(Date componentWarrantyEndingDate)
componentWarrantyEndingDate
- The componentWarrantyEndingDate to set.public String getComponentWarrantyText()
public void setComponentWarrantyText(String componentWarrantyText)
componentWarrantyText
- The componentWarrantyText to set.public String getGovernmentTagNumber()
public void setGovernmentTagNumber(String governmentTagNumber)
governmentTagNumber
- The governmentTagNumber to set.public String getNationalStockNumber()
public void setNationalStockNumber(String nationalStockNumber)
nationalStockNumber
- The nationalStockNumber to set.public Asset getAsset()
public void setAsset(Asset asset)
asset
- The asset to set.public AssetCondition getComponentCondition()
public void setComponentCondition(AssetCondition componentCondition)
componentCondition
- The componentCondition to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |