Class RegistrationPeriod
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.subscription.common.bean.RegistrationPeriod
- All Implemented Interfaces:
Serializable
,Idable
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegistrationPeriod.Builder
builder()
int
int
setDateCreate
(Date dateCreate) setPeriod
(PeriodWithTime period) setSubscriptionId
(int subscriptionId) setWhoCreate
(int whoCreate) 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
-
Constructor Details
-
RegistrationPeriod
public RegistrationPeriod()
-
-
Method Details
-
getSubscriptionId
public int getSubscriptionId() -
setSubscriptionId
-
getPeriod
-
setPeriod
-
getDateCreate
-
setDateCreate
-
getWhoCreate
public int getWhoCreate() -
setWhoCreate
-
builder
-