Package com.portal.app.ccare.comp
Class PBillInfoBean
java.lang.Object
com.portal.app.ccare.comp.PBillInfoBean
Controller bean interface for the Bill details
- Author:
- Suresh Kumar Grandhisiri
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the Billinfo poidGets the Bill poidintgetFlags()Gets the flag valueGets the last billing date for selected billinfoGets the Next billing date for selected billinfointGets the Pay TypeGets the String description of Pay TypevoidsetBillinfoPoid(Poid pBillinfoPoid) Sets the Billinfo poidvoidsetBillPoid(Poid pBillPoid) Sets the Bill poidvoidsetFlags(int flags) Sets the flag valuevoidsetLastBillT(Date lastBillT) Sets the last billing date for selected billinfovoidsetNextBillT(Date nextBillT) Sets the Next billing date for selected billinfovoidsetPayType(int payType) Sets the Pay Type
-
Constructor Details
-
PBillInfoBean
public PBillInfoBean()
-
-
Method Details
-
setBillinfoPoid
Sets the Billinfo poid- Parameters:
pBillinfoPoid- aPoidfor billinfo
-
getBillinfoPoid
Gets the Billinfo poid- Returns:
- mBillinfoPoid a
Poidfor billinfo
-
setBillPoid
Sets the Bill poid- Parameters:
pBillPoid- aPoidfor bill
-
getBillPoid
Gets the Bill poid- Returns:
- mBillPoid a
Poidfor bill
-
setPayType
public void setPayType(int payType) Sets the Pay Type- Parameters:
payType- aintfor bill
-
getPayType
public int getPayType()Gets the Pay Type- Returns:
- payType a
intfor bill
-
getPayTypeDesc
Gets the String description of Pay Type- Returns:
- payType description a
Stringfor bill
-
setFlags
public void setFlags(int flags) Sets the flag value- Parameters:
flag- value aintfor billinfo
-
getFlags
public int getFlags()Gets the flag value- Returns:
- flag value a
intfor billinfo
-
setNextBillT
Sets the Next billing date for selected billinfo- Parameters:
Next- billing date ajava.util.Datefor selected billinfo
-
getNextBillT
Gets the Next billing date for selected billinfo- Returns:
- Next billing date a
java.util.Datefor selected billinfo
-
setLastBillT
Sets the last billing date for selected billinfo- Parameters:
last- billing date ajava.util.Datefor selected billinfo
-
getLastBillT
Gets the last billing date for selected billinfo- Returns:
- last billing date a
java.util.Datefor selected billinfo
-