Class HalCaseDefinition

    • Field Detail

      • REL_DEPLOYMENT

        public static final HalRelation REL_DEPLOYMENT
      • REL_DEPLOYMENT_RESOURCE

        public static final HalRelation REL_DEPLOYMENT_RESOURCE
      • id

        protected java.lang.String id
      • key

        protected java.lang.String key
      • category

        protected java.lang.String category
      • name

        protected java.lang.String name
      • version

        protected int version
      • resource

        protected java.lang.String resource
      • deploymentId

        protected java.lang.String deploymentId
      • contextPath

        protected java.lang.String contextPath
    • Constructor Detail

      • HalCaseDefinition

        public HalCaseDefinition()
    • Method Detail

      • getId

        public java.lang.String getId()
        Description copied from interface: HalIdResource
        return the identifier of the resource
        Specified by:
        getId in interface HalIdResource
      • getKey

        public java.lang.String getKey()
      • getCategory

        public java.lang.String getCategory()
      • getName

        public java.lang.String getName()
      • getVersion

        public int getVersion()
      • getResource

        public java.lang.String getResource()
      • getDeploymentId

        public java.lang.String getDeploymentId()
      • getContextPath

        public java.lang.String getContextPath()