Package com.axelor.meta.db
Class MetaAttrs
java.lang.Object
com.axelor.db.Model
com.axelor.meta.db.MetaAttrs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd the givenRoleitem to therolescollection.voidClear therolescollection.booleangetField()getId()getModel()getName()getOrder()getRoles()getValue()getView()inthashCode()voidremoveRole(Role item) Remove the givenRoleitem from therolescollection.voidsetCondition(String condition) voidvoidvoidvoidvoidvoidvoidvoidtoString()Methods inherited from class com.axelor.db.Model
getArchived, getCid, getVersion, isSelected, setArchived, setCid, setSelected, setVersion
-
Constructor Details
-
MetaAttrs
public MetaAttrs() -
MetaAttrs
-
-
Method Details
-
getId
-
setId
-
getModel
-
setModel
-
getView
-
setView
-
getField
-
setField
-
getName
-
setName
-
getValue
-
setValue
-
getCondition
-
setCondition
-
getOrder
-
setOrder
-
getRoles
-
setRoles
-
addRole
Add the givenRoleitem to therolescollection.- Parameters:
item- the item to add
-
removeRole
Remove the givenRoleitem from therolescollection.- Parameters:
item- the item to remove
-
clearRoles
public void clearRoles()Clear therolescollection. -
equals
-
hashCode
public int hashCode() -
toString
-