java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdContractId
ru.bitel.bgbilling.modules.email.server.bean.Account
All Implemented Interfaces:
Serializable, ContractIdable, Idable

public class Account extends IdContractId
See Also:
  • Field Details

  • Constructor Details

    • Account

      public Account()
  • Method Details

    • getAccount

      public String getAccount()
    • getAttributes

      public List<AttributeValue> getAttributes()
    • getComment

      public String getComment()
    • getDate1

      public Date getDate1()
    • getDate2

      public Date getDate2()
    • getDomainId

      public int getDomainId()
    • getForwardList

      public List<Forward> getForwardList()
    • getPassword

      public String getPassword()
    • getQuota

      public long getQuota()
    • getStatus

      public int getStatus()
    • getStringStatus

      public String getStringStatus()
    • isNeedClose

      public boolean isNeedClose()
    • isNeedOpen

      public boolean isNeedOpen()
    • setAccount

      public Account setAccount(String account)
    • setAttributes

      public Account setAttributes(List<AttributeValue> attributes)
    • setComment

      public Account setComment(String comment)
    • setContractId

      public Account setContractId(int contractId)
      Overrides:
      setContractId in class IdContractId
    • setDate1

      public Account setDate1(Date date1)
    • setDate2

      public Account setDate2(Date date2)
    • setDomainId

      public Account setDomainId(int domainId)
    • setForwardList

      public Account setForwardList(List<Forward> forwardList)
    • setId

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

      public Account setNeedClose(boolean needClose)
    • setNeedOpen

      public Account setNeedOpen(boolean needOpen)
    • setNeedOpenAndNeedClose

      public Account setNeedOpenAndNeedClose(Date thisDate)
    • setPassword

      public Account setPassword(String password)
    • setQuota

      public Account setQuota(long quota)
    • setStatus

      public Account setStatus(int status)