Class ContractPatternNamedNumber
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.contract.api.common.bean.ContractPatternNamedNumber
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
Именованный порядковый параметр шаблона имени договора.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionContractPatternNamedNumber(String title, String comment, int index, int countNumber) -
Method Summary
Modifier and TypeMethodDescriptionintintgetIndex()setComment(String comment) setCountNumber(int countNumber) setId(int id) Устанавливает id объектаsetIndex(int index) Устанавливает название (описание) объектаMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setAsNoSelect, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
ContractPatternNamedNumber
public ContractPatternNamedNumber() -
ContractPatternNamedNumber
-
-
Method Details