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

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

public class AssetWarranty
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
AssetWarranty()
          Default constructor.
 
Method Summary
 Asset getAsset()
          Gets the asset attribute.
 Long getCapitalAssetNumber()
          Gets the capitalAssetNumber attribute.
 Date getWarrantyBeginningDate()
          Gets the warrantyBeginningDate attribute.
 String getWarrantyContactName()
          Gets the warrantyContactName attribute.
 Date getWarrantyEndingDate()
          Gets the warrantyEndingDate attribute.
 String getWarrantyNumber()
          Gets the warrantyNumber attribute.
 String getWarrantyPhoneNumber()
          Gets the warrantyPhoneNumber attribute.
 String getWarrantyPurchaseOrderNumber()
          Gets the warrantyPurchaseOrderNumber attribute.
 String getWarrantyText()
          Gets the warrantyText attribute.
 void setAsset(Asset asset)
          Deprecated.  
 void setCapitalAssetNumber(Long capitalAssetNumber)
          Sets the capitalAssetNumber attribute.
 void setWarrantyBeginningDate(Date warrantyBeginningDate)
          Sets the warrantyBeginningDate attribute.
 void setWarrantyContactName(String warrantyContactName)
          Sets the warrantyContactName attribute.
 void setWarrantyEndingDate(Date warrantyEndingDate)
          Sets the warrantyEndingDate attribute.
 void setWarrantyNumber(String warrantyNumber)
          Sets the warrantyNumber attribute.
 void setWarrantyPhoneNumber(String warrantyPhoneNumber)
          Sets the warrantyPhoneNumber attribute.
 void setWarrantyPurchaseOrderNumber(String warrantyPurchaseOrderNumber)
          Sets the warrantyPurchaseOrderNumber attribute.
 void setWarrantyText(String warrantyText)
          Sets the warrantyText 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

AssetWarranty

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

getWarrantyContactName

public String getWarrantyContactName()
Gets the warrantyContactName attribute.

Returns:
Returns the warrantyContactName

setWarrantyContactName

public void setWarrantyContactName(String warrantyContactName)
Sets the warrantyContactName attribute.

Parameters:
warrantyContactName - The warrantyContactName to set.

getWarrantyPhoneNumber

public String getWarrantyPhoneNumber()
Gets the warrantyPhoneNumber attribute.

Returns:
Returns the warrantyPhoneNumber

setWarrantyPhoneNumber

public void setWarrantyPhoneNumber(String warrantyPhoneNumber)
Sets the warrantyPhoneNumber attribute.

Parameters:
warrantyPhoneNumber - The warrantyPhoneNumber to set.

getWarrantyBeginningDate

public Date getWarrantyBeginningDate()
Gets the warrantyBeginningDate attribute.

Returns:
Returns the warrantyBeginningDate

setWarrantyBeginningDate

public void setWarrantyBeginningDate(Date warrantyBeginningDate)
Sets the warrantyBeginningDate attribute.

Parameters:
warrantyBeginningDate - The warrantyBeginningDate to set.

getWarrantyEndingDate

public Date getWarrantyEndingDate()
Gets the warrantyEndingDate attribute.

Returns:
Returns the warrantyEndingDate

setWarrantyEndingDate

public void setWarrantyEndingDate(Date warrantyEndingDate)
Sets the warrantyEndingDate attribute.

Parameters:
warrantyEndingDate - The warrantyEndingDate to set.

getWarrantyNumber

public String getWarrantyNumber()
Gets the warrantyNumber attribute.

Returns:
Returns the warrantyNumber

setWarrantyNumber

public void setWarrantyNumber(String warrantyNumber)
Sets the warrantyNumber attribute.

Parameters:
warrantyNumber - The warrantyNumber to set.

getWarrantyPurchaseOrderNumber

public String getWarrantyPurchaseOrderNumber()
Gets the warrantyPurchaseOrderNumber attribute.

Returns:
Returns the warrantyPurchaseOrderNumber

setWarrantyPurchaseOrderNumber

public void setWarrantyPurchaseOrderNumber(String warrantyPurchaseOrderNumber)
Sets the warrantyPurchaseOrderNumber attribute.

Parameters:
warrantyPurchaseOrderNumber - The warrantyPurchaseOrderNumber to set.

getWarrantyText

public String getWarrantyText()
Gets the warrantyText attribute.

Returns:
Returns the warrantyText

setWarrantyText

public void setWarrantyText(String warrantyText)
Sets the warrantyText attribute.

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