|
||||||||||
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.AssetRepairHistory
public class AssetRepairHistory
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AssetRepairHistory()
Default constructor. |
Method Summary | |
---|---|
Asset |
getAsset()
Gets the asset attribute. |
Long |
getCapitalAssetNumber()
Gets the capitalAssetNumber attribute. |
Date |
getEstimatedRepairDate()
Gets the estimatedRepairDate attribute. |
Date |
getIncidentDate()
Gets the incidentDate attribute. |
String |
getProblemDescription()
Gets the problemDescription attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getRepairAmount()
Gets the repairAmount attribute. |
String |
getRepairContactName()
Gets the repairContactName attribute. |
Date |
getRepairDate()
Gets the repairDate attribute. |
String |
getRepairNoteText()
Gets the repairNoteText attribute. |
String |
getRepairSolutionDescription()
Gets the repairSolutionDescription attribute. |
void |
setAsset(Asset asset)
Deprecated. |
void |
setCapitalAssetNumber(Long capitalAssetNumber)
Sets the capitalAssetNumber attribute. |
void |
setEstimatedRepairDate(Date estimatedRepairDate)
Sets the estimatedRepairDate attribute. |
void |
setIncidentDate(Date incidentDate)
Sets the incidentDate attribute. |
void |
setProblemDescription(String problemDescription)
Sets the problemDescription attribute. |
void |
setRepairAmount(org.kuali.rice.kns.util.KualiDecimal repairAmount)
Sets the repairAmount attribute. |
void |
setRepairContactName(String repairContactName)
Sets the repairContactName attribute. |
void |
setRepairDate(Date repairDate)
Sets the repairDate attribute. |
void |
setRepairNoteText(String repairNoteText)
Sets the repairNoteText attribute. |
void |
setRepairSolutionDescription(String repairSolutionDescription)
Sets the repairSolutionDescription 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 |
---|
public AssetRepairHistory()
Method Detail |
---|
public Long getCapitalAssetNumber()
public void setCapitalAssetNumber(Long capitalAssetNumber)
capitalAssetNumber
- The capitalAssetNumber to set.public Date getIncidentDate()
public void setIncidentDate(Date incidentDate)
incidentDate
- The incidentDate to set.public String getProblemDescription()
public void setProblemDescription(String problemDescription)
problemDescription
- The problemDescription to set.public String getRepairContactName()
public void setRepairContactName(String repairContactName)
repairContactName
- The repairContactName to set.public String getRepairNoteText()
public void setRepairNoteText(String repairNoteText)
repairNoteText
- The repairNoteText to set.public Date getEstimatedRepairDate()
public void setEstimatedRepairDate(Date estimatedRepairDate)
estimatedRepairDate
- The estimatedRepairDate to set.public Date getRepairDate()
public void setRepairDate(Date repairDate)
repairDate
- The repairDate to set.public org.kuali.rice.kns.util.KualiDecimal getRepairAmount()
public void setRepairAmount(org.kuali.rice.kns.util.KualiDecimal repairAmount)
repairAmount
- The repairAmount to set.public String getRepairSolutionDescription()
public void setRepairSolutionDescription(String repairSolutionDescription)
repairSolutionDescription
- The repairSolutionDescription to set.public Asset getAsset()
public void setAsset(Asset asset)
asset
- The asset 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 |