Class LicenseCopy
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.LicenseCopy
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
- See Also:
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
lastUpdate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getDate()
Строка - имя объекта.int
setComment
(String comment) setContractId
(int contractId) setLicenseName
(String licenseName) setProductId
(int productId) setProductTitle
(String title) setProductVersion
(String version) toString()
Methods inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
getLastUpdate, setLastUpdate
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
error, error, error, getLogger, logError, logError, warn
-
Constructor Details
-
LicenseCopy
public LicenseCopy() -
LicenseCopy
public LicenseCopy(int id) -
LicenseCopy
-
-
Method Details
-
setProductId
-
getProductId
public int getProductId() -
setProductTitle
-
getProductTitle
-
setProductVersion
-
getProductVersion
-
setContractId
-
getContractId
public int getContractId() -
setDate
-
getDate
-
setComment
-
getComment
-
getLicenseName
-
setLicenseName
-
toString
-
getGuiTitle
Description copied from interface:GuiTitlable
Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitle
in interfaceGuiTitlable
- Returns:
- Строка - представление объекта.
-