Class Account
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.email.server.bean.Account
- All Implemented Interfaces:
Serializable
,Idable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getDate1()
getDate2()
int
long
getQuota()
int
boolean
boolean
setAccount
(String account) void
setAttributes
(List<AttributeValue> attributes) setComment
(String comment) setContractId
(int contractId) setDomainId
(int domainId) setForwardList
(List<Forward> forwardList) void
setNeedClose
(boolean needClose) void
setNeedOpen
(boolean needOpen) void
setNeedOpenAndNeedClose
(Date thisDate) setPassword
(String password) setQuota
(long quota) setStatus
(int status) Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toString
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError
-
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() -
Account
public Account(int id)
-
-
Method Details
-
getContractId
public int getContractId() -
setContractId
-
setStatus
-
setQuota
-
setDomainId
-
setAccount
-
setComment
-
setForwardList
-
setPassword
-
getAccount
-
getDomainId
public int getDomainId() -
getQuota
public long getQuota() -
getStatus
public int getStatus() -
getComment
-
getForwardList
-
getPassword
-
getStringStatus
-
getAttributes
-
setAttributes
-
getDate1
-
setDate1
-
getDate2
-
setDate2
-
isNeedOpen
public boolean isNeedOpen() -
setNeedOpen
public void setNeedOpen(boolean needOpen) -
isNeedClose
public boolean isNeedClose() -
setNeedClose
public void setNeedClose(boolean needClose) -
setNeedOpenAndNeedClose
-