Class DPaymentList
java.lang.Object
ru.bitel.bgbilling.modules.card.server.bean.DPaymentList
public class DPaymentList
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DPaymentList() -
Method Summary
Modifier and Type Method Description intgetNumber()intgetNumberPayed()PagegetPage()java.util.List<DPayment>getPaymentList()floatgetTotal()floatgetTotalPayed()voidsetNumber(int number)voidsetNumberPayed(int numberPayed)voidsetPage(Page page)voidsetPaymentList(java.util.List<DPayment> paymentList)voidsetTotal(float total)voidsetTotalPayed(float totalPayed)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DPaymentList
public DPaymentList()
-
-
Method Details
-
getNumberPayed
public int getNumberPayed() -
setNumberPayed
public void setNumberPayed(int numberPayed) -
getTotalPayed
public float getTotalPayed() -
setTotalPayed
public void setTotalPayed(float totalPayed) -
getPage
-
setPage
-
getNumber
public int getNumber() -
setNumber
public void setNumber(int number) -
getPaymentList
-
setPaymentList
-
getTotal
public float getTotal() -
setTotal
public void setTotal(float total)
-