|
||||||||||
| 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.fp.businessobject.CashieringItemInProcess
public class CashieringItemInProcess
This class represents in a cashiering item in process. This cashiering item in process has an item amount, reduced amount, and remaining amount. It also has a closed and open date.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
CashieringItemInProcess()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getCampusCode()
Gets the campusCode attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getCurrentPayment()
Gets the currentPayment attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getItemAmount()
Gets the itemAmount attribute. |
Date |
getItemClosedDate()
Gets the itemClosedDate attribute. |
String |
getItemDescription()
Gets the itemDescription attribute. |
Integer |
getItemIdentifier()
Gets the itemIdentifier attribute. |
Date |
getItemOpenDate()
Gets the itemOpenDate attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getItemReducedAmount()
Gets the itemReducedAmount attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getItemRemainingAmount()
Gets the itemRemainingAmount attribute. |
boolean |
isPopulated()
This method determines if this cashiering item in process was likely filled in by someone Since campusCode is likely automatically populated, it doesn't count |
void |
setCampusCode(String campusCode)
Sets the campusCode attribute. |
void |
setCurrentPayment(org.kuali.rice.kns.util.KualiDecimal currentPayment)
Sets the currentPayment attribute value. |
void |
setItemAmount(org.kuali.rice.kns.util.KualiDecimal itemAmount)
Sets the itemAmount attribute. |
void |
setItemClosedDate(Date itemClosedDate)
Sets the itemClosedDate attribute. |
void |
setItemDescription(String itemDescription)
Sets the itemDescription attribute. |
void |
setItemIdentifier(Integer itemIdentifier)
Sets the itemIdentifier attribute. |
void |
setItemOpenDate(Date itemOpenDate)
Sets the itemOpenDate attribute. |
void |
setItemReducedAmount(org.kuali.rice.kns.util.KualiDecimal itemReducedAmount)
Sets the itemReducedAmount attribute. |
void |
setItemRemainingAmount(org.kuali.rice.kns.util.KualiDecimal itemTotalAmount)
Sets the itemRemainingAmount 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 CashieringItemInProcess()
| Method Detail |
|---|
public String getCampusCode()
public void setCampusCode(String campusCode)
campusCode - The campusCode to set.public Integer getItemIdentifier()
public void setItemIdentifier(Integer itemIdentifier)
itemIdentifier - The itemIdentifier to set.public org.kuali.rice.kns.util.KualiDecimal getItemAmount()
public void setItemAmount(org.kuali.rice.kns.util.KualiDecimal itemAmount)
itemAmount - The itemAmount to set.public org.kuali.rice.kns.util.KualiDecimal getItemReducedAmount()
public void setItemReducedAmount(org.kuali.rice.kns.util.KualiDecimal itemReducedAmount)
itemReducedAmount - The itemReducedAmount to set.public org.kuali.rice.kns.util.KualiDecimal getItemRemainingAmount()
public void setItemRemainingAmount(org.kuali.rice.kns.util.KualiDecimal itemTotalAmount)
itemRemainingAmount - The itemRemainingAmount to set.public Date getItemOpenDate()
public void setItemOpenDate(Date itemOpenDate)
itemOpenDate - The itemOpenDate to set.public Date getItemClosedDate()
public void setItemClosedDate(Date itemClosedDate)
itemClosedDate - The itemClosedDate to set.public String getItemDescription()
public void setItemDescription(String itemDescription)
itemDescription - The itemDescription to set.public org.kuali.rice.kns.util.KualiDecimal getCurrentPayment()
public void setCurrentPayment(org.kuali.rice.kns.util.KualiDecimal currentPayment)
currentPayment - The currentPayment to set.protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public boolean isPopulated()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||