Class MetaView


@Entity public class MetaView extends AuditableModel
This object stores the xml views.
  • Constructor Details

    • MetaView

      public MetaView()
    • MetaView

      public MetaView(String name)
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in class Model
    • setId

      public void setId(Long id)
      Specified by:
      setId in class Model
    • 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)
    • getGroups

      public Set<Group> getGroups()
    • setGroups

      public void setGroups(Set<Group> groups)
    • addGroup

      public void addGroup(Group item)
      Add the given Group item to the groups collection.
      Parameters:
      item - the item to add
    • removeGroup

      public void removeGroup(Group item)
      Remove the given Group item from the groups collection.
      Parameters:
      item - the item to remove
    • clearGroups

      public void clearGroups()
      Clear the groups collection.
    • getDependentModules

      public String getDependentModules()
    • setDependentModules

      public void setDependentModules(String dependentModules)
    • getDependentFeatures

      public String getDependentFeatures()
    • setDependentFeatures

      public void setDependentFeatures(String dependentFeatures)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object