Class Account
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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate1()getDate2()intlonggetQuota()intbooleanbooleansetAccount(String account) setAttributes(List<AttributeValue> attributes) setComment(String comment) setContractId(int contractId) setDomainId(int domainId) setForwardList(List<Forward> forwardList) setId(int id) Устанавливает id объектаsetNeedClose(boolean needClose) setNeedOpen(boolean needOpen) setNeedOpenAndNeedClose(Date thisDate) setPassword(String password) setQuota(long quota) setStatus(int status) Methods inherited from class ru.bitel.common.model.IdContractId
getContractId
-
Field Details
-
STATUS_OPEN
public static final int STATUS_OPEN- See Also:
-
STATUS_CLOSE
public static final int STATUS_CLOSE- See Also:
-
STATUS_LOCK
public static final int STATUS_LOCK- See Also:
-
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
getAccount
-
getAttributes
-
getComment
-
getDate1
-
getDate2
-
getDomainId
public int getDomainId() -
getForwardList
-
getPassword
-
getQuota
public long getQuota() -
getStatus
public int getStatus() -
getStringStatus
-
isNeedClose
public boolean isNeedClose() -
isNeedOpen
public boolean isNeedOpen() -
setAccount
-
setAttributes
-
setComment
-
setContractId
- Overrides:
setContractIdin classIdContractId
-
setDate1
-
setDate2
-
setDomainId
-
setForwardList
-
setId
Description copied from class:IdУстанавливает id объекта -
setNeedClose
-
setNeedOpen
-
setNeedOpenAndNeedClose
-
setPassword
-
setQuota
-
setStatus
-