Class MetaAction


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

    • MetaAction

      public MetaAction()
    • MetaAction

      public MetaAction(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
    • 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)
    • 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