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

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

public class AssetRepairHistory
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
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

AssetRepairHistory

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

getIncidentDate

public Date getIncidentDate()
Gets the incidentDate attribute.

Returns:
Returns the incidentDate

setIncidentDate

public void setIncidentDate(Date incidentDate)
Sets the incidentDate attribute.

Parameters:
incidentDate - The incidentDate to set.

getProblemDescription

public String getProblemDescription()
Gets the problemDescription attribute.

Returns:
Returns the problemDescription

setProblemDescription

public void setProblemDescription(String problemDescription)
Sets the problemDescription attribute.

Parameters:
problemDescription - The problemDescription to set.

getRepairContactName

public String getRepairContactName()
Gets the repairContactName attribute.

Returns:
Returns the repairContactName

setRepairContactName

public void setRepairContactName(String repairContactName)
Sets the repairContactName attribute.

Parameters:
repairContactName - The repairContactName to set.

getRepairNoteText

public String getRepairNoteText()
Gets the repairNoteText attribute.

Returns:
Returns the repairNoteText

setRepairNoteText

public void setRepairNoteText(String repairNoteText)
Sets the repairNoteText attribute.

Parameters:
repairNoteText - The repairNoteText to set.

getEstimatedRepairDate

public Date getEstimatedRepairDate()
Gets the estimatedRepairDate attribute.

Returns:
Returns the estimatedRepairDate

setEstimatedRepairDate

public void setEstimatedRepairDate(Date estimatedRepairDate)
Sets the estimatedRepairDate attribute.

Parameters:
estimatedRepairDate - The estimatedRepairDate to set.

getRepairDate

public Date getRepairDate()
Gets the repairDate attribute.

Returns:
Returns the repairDate

setRepairDate

public void setRepairDate(Date repairDate)
Sets the repairDate attribute.

Parameters:
repairDate - The repairDate to set.

getRepairAmount

public org.kuali.rice.kns.util.KualiDecimal getRepairAmount()
Gets the repairAmount attribute.

Returns:
Returns the repairAmount

setRepairAmount

public void setRepairAmount(org.kuali.rice.kns.util.KualiDecimal repairAmount)
Sets the repairAmount attribute.

Parameters:
repairAmount - The repairAmount to set.

getRepairSolutionDescription

public String getRepairSolutionDescription()
Gets the repairSolutionDescription attribute.

Returns:
Returns the repairSolutionDescription

setRepairSolutionDescription

public void setRepairSolutionDescription(String repairSolutionDescription)
Sets the repairSolutionDescription attribute.

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

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.