Class MetaSelectItem


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

      • MetaSelectItem

        public MetaSelectItem()
    • Method Detail

      • 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)
      • setSelect

        public void setSelect​(MetaSelect select)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object