Class MetaSelectItem


@Entity public class MetaSelectItem extends AuditableModel
This object stores the select items.
  • Constructor Details

    • MetaSelectItem

      public MetaSelectItem()
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in class Model
    • setId

      public void setId(Long id)
      Specified by:
      setId in class Model
    • getTitle

      public String getTitle()
      The select item title
      Returns:
      the property value
    • setTitle

      public void setTitle(String title)
    • getValue

      public String getValue()
      The select item value
      Returns:
      the property value
    • setValue

      public void setValue(String value)
    • getIcon

      public String getIcon()
      The image icon to show in UI widgets
      Returns:
      the property value
    • setIcon

      public void setIcon(String icon)
    • getColor

      public String getColor()
      The color to use for tags
      Returns:
      the property value
    • setColor

      public void setColor(String color)
    • getData

      public String getData()
      The addition data for UI widgets
      Returns:
      the property value
    • setData

      public void setData(String data)
    • getOrder

      public Integer getOrder()
    • setOrder

      public void setOrder(Integer order)
    • getHidden

      public Boolean getHidden()
    • setHidden

      public void setHidden(Boolean hidden)
    • getSelect

      public MetaSelect getSelect()
    • setSelect

      public void setSelect(MetaSelect select)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object