Class LicenseCopy
java.lang.Object
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 TypeMethodDescriptionintgetDate()Строка - имя объекта.intsetComment(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
-
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:
getGuiTitlein interfaceGuiTitlable- Returns:
- Строка - представление объекта.
-