Class RESTActionType


  • public class RESTActionType
    extends Object
    A representation of an ActionType better suited for definitions.
    • Field Detail

      • version

        protected Long version
    • Constructor Detail

      • RESTActionType

        public RESTActionType()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • setTags

        public void setTags​(Set<String> tags)
      • getSystemTags

        public Set<String> getSystemTags()
      • setSystemTags

        public void setSystemTags​(Set<String> systemTags)
      • getVersion

        public Long getVersion()
      • setVersion

        public void setVersion​(Long version)