Class MetaAction


  • @Entity
    public class MetaAction
    extends AuditableModel
    This object stores the xml actions.
    • Constructor Detail

      • MetaAction

        public MetaAction()
      • MetaAction

        public MetaAction​(String name)
    • Method Detail

      • setId

        public void setId​(Long id)
        Specified by:
        setId in class Model
      • getPriority

        public Integer getPriority()
      • setPriority

        public void setPriority​(Integer priority)
      • getXmlId

        public String getXmlId()
      • setXmlId

        public void setXmlId​(String xmlId)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getHome

        public Boolean getHome()
        Specify whether this action can be used as home action.
        Returns:
        the property value
      • setHome

        public void setHome​(Boolean home)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object