Class PBillInfoBean

java.lang.Object
com.portal.app.ccare.comp.PBillInfoBean

public class PBillInfoBean extends Object
Controller bean interface for the Bill details
Author:
Suresh Kumar Grandhisiri
  • Constructor Details

    • PBillInfoBean

      public PBillInfoBean()
  • Method Details

    • setBillinfoPoid

      public void setBillinfoPoid(Poid pBillinfoPoid)
      Sets the Billinfo poid
      Parameters:
      pBillinfoPoid - a Poid for billinfo
    • getBillinfoPoid

      public Poid getBillinfoPoid()
      Gets the Billinfo poid
      Returns:
      mBillinfoPoid a Poid for billinfo
    • setBillPoid

      public void setBillPoid(Poid pBillPoid)
      Sets the Bill poid
      Parameters:
      pBillPoid - a Poid for bill
    • getBillPoid

      public Poid getBillPoid()
      Gets the Bill poid
      Returns:
      mBillPoid a Poid for bill
    • setPayType

      public void setPayType(int payType)
      Sets the Pay Type
      Parameters:
      payType - a intfor bill
    • getPayType

      public int getPayType()
      Gets the Pay Type
      Returns:
      payType a int for bill
    • getPayTypeDesc

      public String 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 a int for billinfo
    • getFlags

      public int getFlags()
      Gets the flag value
      Returns:
      flag value a int for billinfo
    • setNextBillT

      public void setNextBillT(Date nextBillT)
      Sets the Next billing date for selected billinfo
      Parameters:
      Next - billing date a java.util.Date for selected billinfo
    • getNextBillT

      public Date getNextBillT()
      Gets the Next billing date for selected billinfo
      Returns:
      Next billing date a java.util.Date for selected billinfo
    • setLastBillT

      public void setLastBillT(Date lastBillT)
      Sets the last billing date for selected billinfo
      Parameters:
      last - billing date a java.util.Date for selected billinfo
    • getLastBillT

      public Date getLastBillT()
      Gets the last billing date for selected billinfo
      Returns:
      last billing date a java.util.Date for selected billinfo