Class Organization
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.bill.common.bean.Organization
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()booleanbooleanisInUse()setComment(String comment) setDefaultOrganization(boolean defaultOrganization) setId(int id) Устанавливает id объектаsetInUse(boolean inUse) Устанавливает название (описание) объекта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
-
Organization
public Organization()
-
-
Method Details
-
getComment
-
getData
-
isDefaultOrganization
public boolean isDefaultOrganization() -
isInUse
public boolean isInUse() -
setComment
-
setData
-
setDefaultOrganization
-
setId
Description copied from class:IdУстанавливает id объекта -
setInUse
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-