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 poidint
getFlags()
Gets the flag valueGets the last billing date for selected billinfoGets the Next billing date for selected billinfoint
Gets the Pay TypeGets the String description of Pay Typevoid
setBillinfoPoid
(Poid pBillinfoPoid) Sets the Billinfo poidvoid
setBillPoid
(Poid pBillPoid) Sets the Bill poidvoid
setFlags
(int flags) Sets the flag valuevoid
setLastBillT
(Date lastBillT) Sets the last billing date for selected billinfovoid
setNextBillT
(Date nextBillT) Sets the Next billing date for selected billinfovoid
setPayType
(int payType) Sets the Pay Type
-
Constructor Details
-
PBillInfoBean
public PBillInfoBean()
-
-
Method Details
-
setBillinfoPoid
Sets the Billinfo poid- Parameters:
pBillinfoPoid
- aPoid
for billinfo
-
getBillinfoPoid
Gets the Billinfo poid- Returns:
- mBillinfoPoid a
Poid
for billinfo
-
setBillPoid
Sets the Bill poid- Parameters:
pBillPoid
- aPoid
for bill
-
getBillPoid
Gets the Bill poid- Returns:
- mBillPoid a
Poid
for bill
-
setPayType
public void setPayType(int payType) Sets the Pay Type- Parameters:
payType
- aint
for bill
-
getPayType
public int getPayType()Gets the Pay Type- Returns:
- payType a
int
for bill
-
getPayTypeDesc
Gets the String description of Pay Type- Returns:
- payType description a
String
for bill
-
setFlags
public void setFlags(int flags) Sets the flag value- Parameters:
flag
- value aint
for billinfo
-
getFlags
public int getFlags()Gets the flag value- Returns:
- flag value a
int
for billinfo
-
setNextBillT
Sets the Next billing date for selected billinfo- Parameters:
Next
- billing date ajava.util.Date
for selected billinfo
-
getNextBillT
Gets the Next billing date for selected billinfo- Returns:
- Next billing date a
java.util.Date
for selected billinfo
-
setLastBillT
Sets the last billing date for selected billinfo- Parameters:
last
- billing date ajava.util.Date
for selected billinfo
-
getLastBillT
Gets the last billing date for selected billinfo- Returns:
- last billing date a
java.util.Date
for selected billinfo
-