Class InetAccountingPeriod
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.inet.common.bean.InetAccountingPeriod
- All Implemented Interfaces:
Serializable
,Cloneable
,Idable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
int
boolean
isActive()
void
setContractId
(int contractId) void
setDateFrom
(Date dateFrom) void
void
setUserId
(int userId) toString()
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
getLogger, logError
-
Constructor Details
-
InetAccountingPeriod
public InetAccountingPeriod() -
InetAccountingPeriod
public InetAccountingPeriod(int contractId)
-
-
Method Details
-
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
isActive
public boolean isActive() -
toString
-
clone
-