Class Copy
java.lang.Object
ru.bitel.bgbilling.modules.license.common.bean.CommonLicenseObject
ru.bitel.bgbilling.modules.license.common.bean.Copy
- All Implemented Interfaces:
GuiTitlable
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.license.common.bean.CommonLicenseObject
id, 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.CommonLicenseObject
getId, getLastUpdate, setId, setLastUpdate
-
Constructor Details
-
Copy
public Copy() -
Copy
public Copy(int id) -
Copy
-
-
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:
- Строка - представление объекта.
-