public class CashieringItemInProcess extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description | 
|---|
| CashieringItemInProcess()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCampusCode()Gets the campusCode attribute. | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getCurrentPayment()Gets the currentPayment attribute. | 
| org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiDecimal | getItemReducedAmount()Gets the itemReducedAmount attribute. | 
| org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiDecimal currentPayment)Sets the currentPayment attribute value. | 
| void | setItemAmount(org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiDecimal itemReducedAmount)Sets the itemReducedAmount attribute. | 
| void | setItemRemainingAmount(org.kuali.rice.core.api.util.type.KualiDecimal itemTotalAmount)Sets the itemRemainingAmount attribute. | 
| 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, setVersionNumberpublic CashieringItemInProcess()
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.core.api.util.type.KualiDecimal getItemAmount()
public void setItemAmount(org.kuali.rice.core.api.util.type.KualiDecimal itemAmount)
itemAmount - The itemAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getItemReducedAmount()
public void setItemReducedAmount(org.kuali.rice.core.api.util.type.KualiDecimal itemReducedAmount)
itemReducedAmount - The itemReducedAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getItemRemainingAmount()
public void setItemRemainingAmount(org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiDecimal getCurrentPayment()
public void setCurrentPayment(org.kuali.rice.core.api.util.type.KualiDecimal currentPayment)
currentPayment - The currentPayment to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public boolean isPopulated()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.