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 TypeMethodDescriptionvoid
Add the givenRole
item to theroles
collection.void
Clear theroles
collection.boolean
getField()
getId()
getModel()
getName()
getOrder()
getRoles()
getValue()
getView()
int
hashCode()
void
removeRole
(Role item) Remove the givenRole
item from theroles
collection.void
setCondition
(String condition) void
void
void
void
void
void
void
void
toString()
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 givenRole
item to theroles
collection.- Parameters:
item
- the item to add
-
removeRole
Remove the givenRole
item from theroles
collection.- Parameters:
item
- the item to remove
-
clearRoles
public void clearRoles()Clear theroles
collection. -
equals
-
hashCode
public int hashCode() -
toString
-