Class UserDefinitionResponse


  • public class UserDefinitionResponse
    extends Object
    • Constructor Detail

      • UserDefinitionResponse

        public UserDefinitionResponse()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getIcon

        public String getIcon()
      • setIcon

        public void setIcon​(String icon)
      • getInitFormKey

        public String getInitFormKey()
      • setInitFormKey

        public void setInitFormKey​(String initFormKey)
      • getViewFormKey

        public String getViewFormKey()
      • setViewFormKey

        public void setViewFormKey​(String viewFormKey)
      • getEditFormKey

        public String getEditFormKey()
      • setEditFormKey

        public void setEditFormKey​(String editFormKey)
      • getAllowedFeatures

        public Set<String> getAllowedFeatures()
      • setAllowedFeatures

        public void setAllowedFeatures​(Set<String> allowedFeatures)
      • getTenantId

        public String getTenantId()
      • setTenantId

        public void setTenantId​(String tenantId)