Package com.axelor.meta.db
Class MetaSelectItem
java.lang.Object
com.axelor.db.Model
com.axelor.auth.db.AuditableModel
com.axelor.meta.db.MetaSelectItem
This object stores the select items.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getColor()
The color to use for tagsgetData()
The addition data for UI widgetsgetIcon()
The image icon to show in UI widgetsgetId()
getOrder()
getTitle()
The select item titlegetValue()
The select item valueint
hashCode()
void
void
void
void
void
void
void
setSelect
(MetaSelect select) void
void
toString()
Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn
Methods inherited from class com.axelor.db.Model
getArchived, getCid, getVersion, isSelected, setArchived, setCid, setSelected, setVersion
-
Constructor Details
-
MetaSelectItem
public MetaSelectItem()
-
-
Method Details
-
getId
-
setId
-
getTitle
The select item title- Returns:
- the property value
-
setTitle
-
getValue
The select item value- Returns:
- the property value
-
setValue
-
getIcon
The image icon to show in UI widgets- Returns:
- the property value
-
setIcon
-
getColor
The color to use for tags- Returns:
- the property value
-
setColor
-
getData
The addition data for UI widgets- Returns:
- the property value
-
setData
-
getOrder
-
setOrder
-
getHidden
-
setHidden
-
getSelect
-
setSelect
-
equals
-
hashCode
public int hashCode() -
toString
-