Package com.axelor.meta.db
Class MetaView
java.lang.Object
com.axelor.db.Model
com.axelor.auth.db.AuditableModel
com.axelor.meta.db.MetaView
This object stores the xml views.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add the givenGroup
item to thegroups
collection.void
Clear thegroups
collection.boolean
getId()
getModel()
getName()
getTitle()
getType()
getXml()
getXmlId()
int
hashCode()
void
removeGroup
(Group item) Remove the givenGroup
item from thegroups
collection.void
setComputed
(Boolean computed) void
setDependentFeatures
(String dependentFeatures) void
setDependentModules
(String dependentModules) void
setExtension
(Boolean extension) void
void
setHelpLink
(String helpLink) void
void
void
void
void
setPriority
(Integer priority) void
void
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
-
MetaView
public MetaView() -
MetaView
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getTitle
-
setTitle
-
getType
-
setType
-
getPriority
-
setPriority
-
getModel
-
setModel
-
getModule
-
setModule
-
getXml
-
setXml
-
getComputed
-
setComputed
-
getXmlId
-
setXmlId
-
getHelpLink
-
setHelpLink
-
getExtension
-
setExtension
-
getGroups
-
setGroups
-
addGroup
Add the givenGroup
item to thegroups
collection.- Parameters:
item
- the item to add
-
removeGroup
Remove the givenGroup
item from thegroups
collection.- Parameters:
item
- the item to remove
-
clearGroups
public void clearGroups()Clear thegroups
collection. -
getDependentModules
-
setDependentModules
-
getDependentFeatures
-
setDependentFeatures
-
equals
-
hashCode
public int hashCode() -
toString
-