Package com.axelor.meta.db
Class MetaView
- java.lang.Object
-
- com.axelor.db.Model
-
- com.axelor.auth.db.AuditableModel
-
- com.axelor.meta.db.MetaView
-
@Entity public class MetaView extends AuditableModel
This object stores the xml views.
-
-
Method Summary
-
Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn
-
Methods inherited from class com.axelor.db.Model
getArchived, getVersion, isSelected, setArchived, setSelected, setVersion
-
-
-
-
Constructor Detail
-
MetaView
public MetaView()
-
MetaView
public MetaView(String name)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getPriority
public Integer getPriority()
-
setPriority
public void setPriority(Integer priority)
-
getModel
public String getModel()
-
setModel
public void setModel(String model)
-
getModule
public String getModule()
-
setModule
public void setModule(String module)
-
getXml
public String getXml()
-
setXml
public void setXml(String xml)
-
getComputed
public Boolean getComputed()
-
setComputed
public void setComputed(Boolean computed)
-
getXmlId
public String getXmlId()
-
setXmlId
public void setXmlId(String xmlId)
-
getHelpLink
public String getHelpLink()
-
setHelpLink
public void setHelpLink(String helpLink)
-
getExtension
public Boolean getExtension()
-
setExtension
public void setExtension(Boolean extension)
-
addGroup
public void addGroup(Group item)
Add the givenGroup
item to thegroups
collection.- Parameters:
item
- the item to add
-
removeGroup
public void removeGroup(Group item)
Remove the givenGroup
item from thegroups
collection.- Parameters:
item
- the item to remove
-
clearGroups
public void clearGroups()
Clear thegroups
collection.
-
getDependentModules
public String getDependentModules()
-
setDependentModules
public void setDependentModules(String dependentModules)
-
getDependentFeatures
public String getDependentFeatures()
-
setDependentFeatures
public void setDependentFeatures(String dependentFeatures)
-
-