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 TypeMethodDescriptionvoidAdd the givenGroupitem to thegroupscollection.voidClear thegroupscollection.booleangetId()getModel()getName()getTitle()getType()getXml()getXmlId()inthashCode()voidremoveGroup(Group item) Remove the givenGroupitem from thegroupscollection.voidsetComputed(Boolean computed) voidsetDependentFeatures(String dependentFeatures) voidsetDependentModules(String dependentModules) voidsetExtension(Boolean extension) voidvoidsetHelpLink(String helpLink) voidvoidvoidvoidvoidsetPriority(Integer priority) voidvoidvoidvoidtoString()Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOnMethods 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 givenGroupitem to thegroupscollection.- Parameters:
item- the item to add
-
removeGroup
Remove the givenGroupitem from thegroupscollection.- Parameters:
item- the item to remove
-
clearGroups
public void clearGroups()Clear thegroupscollection. -
getDependentModules
-
setDependentModules
-
getDependentFeatures
-
setDependentFeatures
-
equals
-
hashCode
public int hashCode() -
toString
-