Class EntitySpecDTO

java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.dto.EntitySpecDTO
All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class EntitySpecDTO extends IdTitle
See Also:
  • Constructor Details

    • EntitySpecDTO

      public EntitySpecDTO()
  • Method Details

    • getComment

      public String getComment()
    • getEntityTitleMacros

      public String getEntityTitleMacros()
    • setComment

      public EntitySpecDTO setComment(String comment)
    • setEntityTitleMacros

      public EntitySpecDTO setEntityTitleMacros(String entityTitleMacros)
    • setId

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

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