Package com.axelor.meta.db
Class MetaAttrs
- java.lang.Object
-
- com.axelor.db.Model
-
- com.axelor.meta.db.MetaAttrs
-
@Entity public class MetaAttrs extends Model
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRole(Role item)Add the givenRoleitem to therolescollection.voidclearRoles()Clear therolescollection.booleanequals(Object obj)StringgetCondition()StringgetField()LonggetId()StringgetModel()StringgetName()IntegergetOrder()Set<Role>getRoles()StringgetValue()StringgetView()inthashCode()voidremoveRole(Role item)Remove the givenRoleitem from therolescollection.voidsetCondition(String condition)voidsetField(String field)voidsetId(Long id)voidsetModel(String model)voidsetName(String name)voidsetOrder(Integer order)voidsetRoles(Set<Role> roles)voidsetValue(String value)voidsetView(String view)StringtoString()-
Methods inherited from class com.axelor.db.Model
getArchived, getCid, getVersion, isSelected, setArchived, setCid, setSelected, setVersion
-
-
-
-
Constructor Detail
-
MetaAttrs
public MetaAttrs()
-
MetaAttrs
public MetaAttrs(String name)
-
-
Method Detail
-
getModel
public String getModel()
-
setModel
public void setModel(String model)
-
getView
public String getView()
-
setView
public void setView(String view)
-
getField
public String getField()
-
setField
public void setField(String field)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getCondition
public String getCondition()
-
setCondition
public void setCondition(String condition)
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer order)
-
addRole
public void addRole(Role item)
Add the givenRoleitem to therolescollection.- Parameters:
item- the item to add
-
removeRole
public void removeRole(Role item)
Remove the givenRoleitem from therolescollection.- Parameters:
item- the item to remove
-
clearRoles
public void clearRoles()
Clear therolescollection.
-
-