org.kuali.ole.patron.bill
Class PatronBillPayment

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.patron.bill.PatronBillPayment
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class PatronBillPayment
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

PatronBillMaintenance provides Patron bill information through getter and setter.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PatronBillPayment()
           
 
Method Summary
 Date getBillDate()
          Gets the value of bill date property
 String getBillNumber()
          Gets the value of bill number property
 List<FeeType> getFeeType()
           
 String getFirstName()
          Gets the value of firstName property
 String getFreeTextNote()
          Gets the value of free text note property
 String getItemId()
          Gets the value of item property
 String getLastName()
          Gets the value of lastName property
 String getMachineId()
          Gets the value of Machine property
 String getNote()
          Gets the value of note property
 OlePaymentStatus getOlePaymentStatus()
          Gets the entity of OlepyamentStatus property
 String getOperatorId()
          Gets the value of operator property
 FeeType getPatronFeeType()
          Gets the entity of fee type property
 String getPatronId()
          Gets the value of patron id property
 Date getPayDate()
          Gets the value of date property
 BigDecimal getPaymentAmount()
          Gets the value of payment amount property
 String getPaymentMachineId()
          Gets the value of machine id property
 String getPaymentMethod()
          Gets the value of payment method property
 String getPaymentOperatorId()
          Gets the value of payment operator id property
 String getPaymentStatus()
          Gets the value of payment status property
 String getPaymentStatusName()
          Gets the value of paymentStatusName property
 String getProxyFirstName()
           
 String getProxyLastName()
           
 String getProxyPatronId()
          Gets the value of proxy patron property
 String getProxyPatronName()
           
 List<SystemGeneratedBill> getSysGeneratedBill()
           
 BigDecimal getTotalAmount()
          Gets the value of total amount property
 BigDecimal getUnPaidBalance()
          Gets the value of unpaid balance property
 boolean isReviewed()
           
 void setBillDate(Date billDate)
          Sets the value for machineId property
 void setBillNumber(String billNumber)
          Sets the value for machineId property
 void setFeeType(List<FeeType> feeType)
           
 void setFirstName(String firstName)
          Sets the value for machineId property
 void setFreeTextNote(String freeTextNote)
          Sets the value for machineId property
 void setItemId(String itemId)
          Sets the value for machineId property
 void setLastName(String lastName)
          Sets the value for machineId property
 void setMachineId(String machineId)
          Sets the value for machineId property
 void setNote(String note)
          Sets the value for note property
 void setOlePaymentStatus(OlePaymentStatus olePaymentStatus)
          Sets the value for machineId property
 void setOperatorId(String operatorId)
          Sets the value for machineId property
 void setPatronFeeType(FeeType patronFeeType)
          Sets the value for machineId property
 void setPatronId(String patronId)
          Sets the value for machineId property
 void setPayDate(Date payDate)
          Sets the value for machineId property
 void setPaymentAmount(BigDecimal paymentAmount)
          Sets the value for machineId property
 void setPaymentMachineId(String paymentMachineId)
          Sets the value for machineId property
 void setPaymentMethod(String paymentMethod)
          Sets the value for machineId property
 void setPaymentOperatorId(String paymentOperatorId)
          Sets the value for machineId property
 void setPaymentStatus(String paymentStatus)
          Sets the value for machineId property
 void setPaymentStatusName(String paymentStatusName)
          Sets the value for machineId property
 void setProxyFirstName(String proxyFirstName)
           
 void setProxyLastName(String proxyLastName)
           
 void setProxyPatronId(String proxyPatronId)
          Sets the value for machineId property
 void setProxyPatronName(String proxyPatronName)
           
 void setReviewed(boolean reviewed)
           
 void setSysGeneratedBill(List<SystemGeneratedBill> sysGeneratedBill)
           
 void setTotalAmount(BigDecimal totalAmount)
          Sets the value for machineId property
 void setUnPaidBalance(BigDecimal unPaidBalance)
          Sets the value for machineId property
protected  LinkedHashMap toStringMapper()
          Gets the value of billNumber property
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

PatronBillPayment

public PatronBillPayment()
Method Detail

getNote

public String getNote()
Gets the value of note property

Returns:
barcode

setNote

public void setNote(String note)
Sets the value for note property

Parameters:
note -

getMachineId

public String getMachineId()
Gets the value of Machine property

Returns:
barcode

setMachineId

public void setMachineId(String machineId)
Sets the value for machineId property

Parameters:
machineId -

getOperatorId

public String getOperatorId()
Gets the value of operator property

Returns:
operatorId

setOperatorId

public void setOperatorId(String operatorId)
Sets the value for machineId property

Parameters:
operatorId -

getPayDate

public Date getPayDate()
Gets the value of date property

Returns:
payDate

setPayDate

public void setPayDate(Date payDate)
Sets the value for machineId property

Parameters:
payDate -

getPaymentMachineId

public String getPaymentMachineId()
Gets the value of machine id property

Returns:
paymentMachineId

setPaymentMachineId

public void setPaymentMachineId(String paymentMachineId)
Sets the value for machineId property

Parameters:
paymentMachineId -

getPaymentOperatorId

public String getPaymentOperatorId()
Gets the value of payment operator id property

Returns:
paymentOperatorId

setPaymentOperatorId

public void setPaymentOperatorId(String paymentOperatorId)
Sets the value for machineId property

Parameters:
paymentOperatorId -

getPaymentStatus

public String getPaymentStatus()
Gets the value of payment status property

Returns:
paymentStatus

setPaymentStatus

public void setPaymentStatus(String paymentStatus)
Sets the value for machineId property

Parameters:
paymentStatus -

getPaymentMethod

public String getPaymentMethod()
Gets the value of payment method property

Returns:
paymentMethod

setPaymentMethod

public void setPaymentMethod(String paymentMethod)
Sets the value for machineId property

Parameters:
paymentMethod -

getPatronId

public String getPatronId()
Gets the value of patron id property

Returns:
patronId

setPatronId

public void setPatronId(String patronId)
Sets the value for machineId property

Parameters:
patronId -

getItemId

public String getItemId()
Gets the value of item property

Returns:
itemId

setItemId

public void setItemId(String itemId)
Sets the value for machineId property

Parameters:
itemId -

getProxyPatronId

public String getProxyPatronId()
Gets the value of proxy patron property

Returns:
proxyPatronId

setProxyPatronId

public void setProxyPatronId(String proxyPatronId)
Sets the value for machineId property

Parameters:
proxyPatronId -

getPatronFeeType

public FeeType getPatronFeeType()
Gets the entity of fee type property

Returns:
patronFeeType

setPatronFeeType

public void setPatronFeeType(FeeType patronFeeType)
Sets the value for machineId property

Parameters:
patronFeeType -

getBillDate

public Date getBillDate()
Gets the value of bill date property

Returns:
billDate

setBillDate

public void setBillDate(Date billDate)
Sets the value for machineId property

Parameters:
billDate -

getBillNumber

public String getBillNumber()
Gets the value of bill number property

Returns:
billNumber

setBillNumber

public void setBillNumber(String billNumber)
Sets the value for machineId property

Parameters:
billNumber -

getFreeTextNote

public String getFreeTextNote()
Gets the value of free text note property

Returns:
freeTextNote

setFreeTextNote

public void setFreeTextNote(String freeTextNote)
Sets the value for machineId property

Parameters:
freeTextNote -

getTotalAmount

public BigDecimal getTotalAmount()
Gets the value of total amount property

Returns:
totalAmount

setTotalAmount

public void setTotalAmount(BigDecimal totalAmount)
Sets the value for machineId property

Parameters:
totalAmount -

getPaymentAmount

public BigDecimal getPaymentAmount()
Gets the value of payment amount property

Returns:
paymentAmount

setPaymentAmount

public void setPaymentAmount(BigDecimal paymentAmount)
Sets the value for machineId property

Parameters:
paymentAmount -

getUnPaidBalance

public BigDecimal getUnPaidBalance()
Gets the value of unpaid balance property

Returns:
unPaidBalance

setUnPaidBalance

public void setUnPaidBalance(BigDecimal unPaidBalance)
Sets the value for machineId property

Parameters:
unPaidBalance -

getOlePaymentStatus

public OlePaymentStatus getOlePaymentStatus()
Gets the entity of OlepyamentStatus property

Returns:
olePaymentStatus

setOlePaymentStatus

public void setOlePaymentStatus(OlePaymentStatus olePaymentStatus)
Sets the value for machineId property

Parameters:
olePaymentStatus -

getPaymentStatusName

public String getPaymentStatusName()
Gets the value of paymentStatusName property

Returns:
paymentStatusName

setPaymentStatusName

public void setPaymentStatusName(String paymentStatusName)
Sets the value for machineId property

Parameters:
paymentStatusName -

getFirstName

public String getFirstName()
Gets the value of firstName property

Returns:
firstName

setFirstName

public void setFirstName(String firstName)
Sets the value for machineId property

Parameters:
firstName -

getLastName

public String getLastName()
Gets the value of lastName property

Returns:
lastName

setLastName

public void setLastName(String lastName)
Sets the value for machineId property

Parameters:
lastName -

getSysGeneratedBill

public List<SystemGeneratedBill> getSysGeneratedBill()

setSysGeneratedBill

public void setSysGeneratedBill(List<SystemGeneratedBill> sysGeneratedBill)

getProxyPatronName

public String getProxyPatronName()

setProxyPatronName

public void setProxyPatronName(String proxyPatronName)

getFeeType

public List<FeeType> getFeeType()

setFeeType

public void setFeeType(List<FeeType> feeType)

getProxyFirstName

public String getProxyFirstName()

setProxyFirstName

public void setProxyFirstName(String proxyFirstName)

getProxyLastName

public String getProxyLastName()

setProxyLastName

public void setProxyLastName(String proxyLastName)

isReviewed

public boolean isReviewed()

setReviewed

public void setReviewed(boolean reviewed)

toStringMapper

protected LinkedHashMap toStringMapper()
Gets the value of billNumber property

Returns:
billNumber


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.