public class BillBase extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
BillBase() |
Modifier and Type | Method and Description |
---|---|
Date |
getBillDate()
Gets the billDate attribute.
|
String |
getBillDescription()
Gets the billDescription attribute.
|
Long |
getBillIdentifier()
Gets the billIdentifier attribute.
|
Long |
getBillNumber()
Gets the billNumber attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getEstimatedAmount()
Gets the estimatedAmount attribute.
|
void |
setBillDate(Date billDate)
Sets the billDate attribute value.
|
void |
setBillDescription(String billDescription)
Sets the billDescription attribute value.
|
void |
setBillIdentifier(Long billIdentifier)
Sets the billIdentifier attribute value.
|
void |
setBillNumber(Long billNumber)
Sets the billNumber attribute value.
|
void |
setEstimatedAmount(org.kuali.rice.core.api.util.type.KualiDecimal estimatedAmount)
Sets the estimatedAmount attribute value.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public BillBase()
public Date getBillDate()
public String getBillDescription()
public Long getBillIdentifier()
public Long getBillNumber()
public org.kuali.rice.core.api.util.type.KualiDecimal getEstimatedAmount()
public void setBillDate(Date billDate)
billDate
- The billDate to set.public void setBillDescription(String billDescription)
billDescription
- The billDescription to set.public void setBillIdentifier(Long billIdentifier)
billIdentifier
- The billIdentifier to set.public void setBillNumber(Long billNumber)
billNumber
- The billNumber to set.public void setEstimatedAmount(org.kuali.rice.core.api.util.type.KualiDecimal estimatedAmount)
estimatedAmount
- The estimatedAmount to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.