Class LicenseComponent
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
ru.bitel.bgbilling.modules.license.common.bean.LicenseComponent
- All Implemented Interfaces:
Serializable
,Idable
Класс описывает компонент продукта
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
Fields inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
lastUpdate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LicenseComponent.Builder
builder()
boolean
getName()
int
getTitle()
int
getType()
int
boolean
setAvailableOnWeb
(boolean availableOnWeb) setCategory
(LicenseComponentCategory category) setComment
(String comment) setTariffGroupId
(int tariffGroupId) setType
(int type) setUnlimited
(int unlimited) Methods inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
getLastUpdate, setLastUpdate
Methods inherited from class ru.bitel.common.model.Id
copyTo, 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
-
TYPE_AVAILABLE
public static final int TYPE_AVAILABLE- See Also:
-
TYPE_DEPRECATED
public static final int TYPE_DEPRECATED- See Also:
-
-
Constructor Details
-
LicenseComponent
public LicenseComponent()
-
-
Method Details
-
getName
-
getTitle
-
getCategory
-
getType
public int getType() -
getComment
-
getTariffGroupId
public int getTariffGroupId() -
getUnlimited
public int getUnlimited() -
isAvailableOnWeb
public boolean isAvailableOnWeb() -
setName
-
setTitle
-
setComment
-
setCategory
-
setType
-
setUnlimited
-
setAvailableOnWeb
-
setTariffGroupId
-
equals
-
builder
-