org.kuali.kfs.pdp.businessobject
Class DailyReport

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.pdp.businessobject.DailyReport
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class DailyReport
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

See Also:
Serialized Form

Constructor Summary
DailyReport()
           
DailyReport(DailyReport dr)
           
DailyReport(String c, org.kuali.rice.kns.util.KualiDecimal a, Integer pm, Integer py, PaymentGroup paymentGroup)
           
 
Method Summary
 void addRow(DailyReport r)
           
 org.kuali.rice.kns.util.KualiDecimal getAmount()
           
 String getCustomer()
           
 Integer getPayees()
           
 PaymentGroup getPaymentGroup()
           
 Integer getPayments()
           
 void setAmount(org.kuali.rice.kns.util.KualiDecimal amount)
           
 void setCustomer(String customer)
           
 void setPayees(Integer payees)
           
 void setPaymentGroup(PaymentGroup paymentGroup)
           
 void setPayments(Integer payments)
           
 String toString()
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DailyReport

public DailyReport()

DailyReport

public DailyReport(DailyReport dr)

DailyReport

public DailyReport(String c,
                   org.kuali.rice.kns.util.KualiDecimal a,
                   Integer pm,
                   Integer py,
                   PaymentGroup paymentGroup)
Method Detail

toString

public String toString()
Overrides:
toString in class org.kuali.rice.kns.bo.BusinessObjectBase

addRow

public void addRow(DailyReport r)

getAmount

public org.kuali.rice.kns.util.KualiDecimal getAmount()

setAmount

public void setAmount(org.kuali.rice.kns.util.KualiDecimal amount)

getCustomer

public String getCustomer()

setCustomer

public void setCustomer(String customer)

getPayees

public Integer getPayees()

setPayees

public void setPayees(Integer payees)

getPayments

public Integer getPayments()

setPayments

public void setPayments(Integer payments)

toStringMapper

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

getPaymentGroup

public PaymentGroup getPaymentGroup()

setPaymentGroup

public void setPaymentGroup(PaymentGroup paymentGroup)


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