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

public class SormProject extends IdTitle implements GuiTitlable
Бин экземпляра проекта(выгрузки) СОРМ
See Also:
  • Constructor Details

    • SormProject

      public SormProject()
  • Method Details

    • getId

      public int getId()
      Description copied from class: Id
      Возвращает id объекта
      Specified by:
      getId in interface Idable
      Specified by:
      getId in interface ListItem
      Overrides:
      getId in class Id
      Returns:
    • setId

      public void setId(int id)
      Description copied from class: Id
      Устанавливает id объекта
      Overrides:
      setId in class Id
      Parameters:
      id - id
    • getTitle

      public String getTitle()
      Description copied from class: IdTitle
      Возвращает название (описание) объекта
      Specified by:
      getTitle in interface ListItem
      Overrides:
      getTitle in class IdTitle
    • setTitle

      public void setTitle(String title)
      Description copied from class: IdTitle
      Устанавливает название (описание) объекта
      Overrides:
      setTitle in class IdTitle
    • getUserId

      public int getUserId()
    • setUserId

      public void setUserId(int userId)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getConfig

      public String getConfig()
    • setConfig

      public void setConfig(String config)
    • getCreateDate

      public Date getCreateDate()
    • setCreateDate

      public void setCreateDate(Date createDate)
    • getLastModifyDate

      public Date getLastModifyDate()
    • setLastModifyDate

      public void setLastModifyDate(Date lastModifyDate)
    • getProjectType

      public int getProjectType()
    • setProjectType

      public void setProjectType(int projectType)
    • isEnable

      public boolean isEnable()
    • setEnable

      public void setEnable(boolean enable)
    • getLoadedConfig

      public Preferences getLoadedConfig()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Id
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Id
    • getGuiTitle

      public String getGuiTitle()
      Description copied from interface: GuiTitlable
      Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.
      Specified by:
      getGuiTitle in interface GuiTitlable
      Overrides:
      getGuiTitle in class IdTitle
      Returns:
      Строка - представление объекта.