java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.bill.server.bean.Account
All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class Account extends IdTitle
See Also:
  • Constructor Details

    • Account

      public Account()
  • Method Details

    • getAccount

      public String getAccount()
    • getBankTitle

      public String getBankTitle()
    • getBik

      public String getBik()
    • getComment

      public String getComment()
    • getCorr_account

      public String getCorr_account()
    • getGroupMask

      public long getGroupMask()
    • getPaymentType

      public String getPaymentType()
    • getPid

      public int getPid()
    • setAccount

      public Account setAccount(String account)
    • setBankTitle

      public Account setBankTitle(String bankTitle)
    • setBik

      public Account setBik(String bik)
    • setComment

      public Account setComment(String comment)
    • setCorr_account

      public Account setCorr_account(String corr_account)
    • setGroupMask

      public Account setGroupMask(long gr)
    • setId

      public Account setId(int id)
      Description copied from class: Id
      Устанавливает id объекта
      Overrides:
      setId in class IdTitle
    • setPaymentType

      public Account setPaymentType(String paymentType)
    • setPid

      public Account setPid(int pid)
    • setTitle

      public Account setTitle(String title)
      Description copied from class: IdTitle
      Устанавливает название (описание) объекта
      Overrides:
      setTitle in class IdTitle
    • toBankAccount

      public BankAccount toBankAccount()