Class BillListFilter

java.lang.Object
ru.bitel.bgbilling.modules.bill.common.bean.BillListFilter

public class BillListFilter extends Object
  • Constructor Details

    • BillListFilter

      public BillListFilter()
  • Method Details

    • getAccountId

      public int getAccountId()
    • getBillNumber

      public String getBillNumber()
    • getContractTitle

      public String getContractTitle()
    • getMonth

      public int getMonth()
    • getPackageId

      public int getPackageId()
    • getPackageParamId

      public int getPackageParamId()
    • getPage

      public Page getPage()
    • getYear

      public int getYear()
    • getPeriod

      public Period getPeriod()
    • getPrimarySortMode

      public int getPrimarySortMode()
    • getSecondarySortMode

      public int getSecondarySortMode()
    • getAddressSortParamId

      public int getAddressSortParamId()
    • getNameSortParam

      public String getNameSortParam()
    • getDateType

      public int getDateType()
    • getPayedType

      public int getPayedType()
    • getUserType

      public int getUserType()
    • getUnloadType

      public int getUnloadType()
    • getTypeIds

      public List<Integer> getTypeIds()
    • getContractLabelIds

      public List<Integer> getContractLabelIds()
    • getContractLabelMode

      public String getContractLabelMode()
    • getCountOfBill

      public int getCountOfBill()
    • isForRegister

      public boolean isForRegister()
    • isGetXml

      public boolean isGetXml()
    • setAccountId

      public BillListFilter setAccountId(int accountId)
    • setBillNumber

      public BillListFilter setBillNumber(String billNumber)
    • setContractTitle

      public BillListFilter setContractTitle(String contractTitle)
    • setMonth

      public BillListFilter setMonth(int month)
    • setPackageId

      public BillListFilter setPackageId(int packageId)
    • setPackageParamId

      public BillListFilter setPackageParamId(int packageParamId)
    • setPage

      public BillListFilter setPage(Page page)
    • setYear

      public BillListFilter setYear(int year)
    • setPeriod

      public BillListFilter setPeriod(Period period)
    • setPrimarySortMode

      public BillListFilter setPrimarySortMode(int primarySortMode)
    • setSecondarySortMode

      public BillListFilter setSecondarySortMode(int secondarySortMode)
    • setAddressSortParamId

      public BillListFilter setAddressSortParamId(int addressSortParamId)
    • setNameSortParam

      public BillListFilter setNameSortParam(String nameSortParam)
    • setDateType

      public BillListFilter setDateType(int dateType)
    • setPayedType

      public BillListFilter setPayedType(int payedType)
    • setUserType

      public BillListFilter setUserType(int userType)
    • setUnloadType

      public BillListFilter setUnloadType(int unloadType)
    • setTypeIds

      public BillListFilter setTypeIds(List<Integer> typeIds)
    • setContractLabelIds

      public BillListFilter setContractLabelIds(List<Integer> contractLabelIds)
    • setContractLabelMode

      public BillListFilter setContractLabelMode(String contractLabelMode)
    • setCountOfBill

      public BillListFilter setCountOfBill(int countOfBill)
    • setForRegister

      public BillListFilter setForRegister(boolean forRegister)
    • setGetXml

      public BillListFilter setGetXml(boolean getXml)