org.kuali.kfs.fp.businessobject
Class CashieringItemInProcess

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.CashieringItemInProcess
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class CashieringItemInProcess
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

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.

See Also:
Serialized Form

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

CashieringItemInProcess

public CashieringItemInProcess()
Default constructor.

Method Detail

getCampusCode

public String getCampusCode()
Gets the campusCode attribute.

Returns:
Returns the campusCode

setCampusCode

public void setCampusCode(String campusCode)
Sets the campusCode attribute.

Parameters:
campusCode - The campusCode to set.

getItemIdentifier

public Integer getItemIdentifier()
Gets the itemIdentifier attribute.

Returns:
Returns the itemIdentifier

setItemIdentifier

public void setItemIdentifier(Integer itemIdentifier)
Sets the itemIdentifier attribute.

Parameters:
itemIdentifier - The itemIdentifier to set.

getItemAmount

public org.kuali.rice.kns.util.KualiDecimal getItemAmount()
Gets the itemAmount attribute.

Returns:
Returns the itemAmount

setItemAmount

public void setItemAmount(org.kuali.rice.kns.util.KualiDecimal itemAmount)
Sets the itemAmount attribute.

Parameters:
itemAmount - The itemAmount to set.

getItemReducedAmount

public org.kuali.rice.kns.util.KualiDecimal getItemReducedAmount()
Gets the itemReducedAmount attribute.

Returns:
Returns the itemReducedAmount

setItemReducedAmount

public void setItemReducedAmount(org.kuali.rice.kns.util.KualiDecimal itemReducedAmount)
Sets the itemReducedAmount attribute.

Parameters:
itemReducedAmount - The itemReducedAmount to set.

getItemRemainingAmount

public org.kuali.rice.kns.util.KualiDecimal getItemRemainingAmount()
Gets the itemRemainingAmount attribute.

Returns:
Returns the itemRemainingAmount

setItemRemainingAmount

public void setItemRemainingAmount(org.kuali.rice.kns.util.KualiDecimal itemTotalAmount)
Sets the itemRemainingAmount attribute.

Parameters:
itemRemainingAmount - The itemRemainingAmount to set.

getItemOpenDate

public Date getItemOpenDate()
Gets the itemOpenDate attribute.

Returns:
Returns the itemOpenDate

setItemOpenDate

public void setItemOpenDate(Date itemOpenDate)
Sets the itemOpenDate attribute.

Parameters:
itemOpenDate - The itemOpenDate to set.

getItemClosedDate

public Date getItemClosedDate()
Gets the itemClosedDate attribute.

Returns:
Returns the itemClosedDate

setItemClosedDate

public void setItemClosedDate(Date itemClosedDate)
Sets the itemClosedDate attribute.

Parameters:
itemClosedDate - The itemClosedDate to set.

getItemDescription

public String getItemDescription()
Gets the itemDescription attribute.

Returns:
Returns the itemDescription

setItemDescription

public void setItemDescription(String itemDescription)
Sets the itemDescription attribute.

Parameters:
itemDescription - The itemDescription to set.

getCurrentPayment

public org.kuali.rice.kns.util.KualiDecimal getCurrentPayment()
Gets the currentPayment attribute.

Returns:
Returns the currentPayment.

setCurrentPayment

public void setCurrentPayment(org.kuali.rice.kns.util.KualiDecimal currentPayment)
Sets the currentPayment attribute value.

Parameters:
currentPayment - The currentPayment to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

isPopulated

public 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

Returns:
if this item in process is populated


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.