Class SormProject
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.sorm.common.bean.SormProject
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
Бин экземпляра проекта(выгрузки) СОРМ
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanСтрока - имя объекта.intintinthashCode()booleanisEnable()voidsetComment(String comment) voidvoidsetCreateDate(Date createDate) voidsetEnable(boolean enable) setId(int id) Устанавливает id объектаvoidsetLastModifyDate(Date lastModifyDate) voidsetProjectType(int projectType) Устанавливает название (описание) объектаvoidsetUserId(int userId) Methods inherited from class ru.bitel.common.model.Id
copyTo, getId, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
SormProject
public SormProject()
-
-
Method Details
-
setId
Description copied from class:IdУстанавливает id объекта -
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта -
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
getComment
-
setComment
-
getConfig
-
setConfig
-
getCreateDate
-
setCreateDate
-
getLastModifyDate
-
setLastModifyDate
-
getProjectType
public int getProjectType() -
setProjectType
public void setProjectType(int projectType) -
isEnable
public boolean isEnable() -
setEnable
public void setEnable(boolean enable) -
getLoadedConfig
-
equals
-
hashCode
public int hashCode() -
getGuiTitle
Description copied from interface:GuiTitlableСтрока - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitlein interfaceGuiTitlable- Overrides:
getGuiTitlein classIdTitle- Returns:
- Строка - представление объекта.
-