Class UserDefinitionResponse

java.lang.Object
com.flowable.idm.dto.UserDefinitionResponse

public class UserDefinitionResponse extends Object
  • Field Details

    • id

      protected String id
    • name

      protected String name
    • key

      protected String key
    • description

      protected String description
    • icon

      protected String icon
    • initFormKey

      protected String initFormKey
    • viewFormKey

      protected String viewFormKey
    • editFormKey

      protected String editFormKey
    • allowedFeatures

      protected Set<String> allowedFeatures
    • translations

      protected Map<String,Map<String,String>> translations
    • tenantId

      protected String tenantId
  • Constructor Details

    • UserDefinitionResponse

      public UserDefinitionResponse()
  • Method Details

    • 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)
    • getTranslations

      public Map<String,Map<String,String>> getTranslations()
    • setTranslations

      public void setTranslations(Map<String,Map<String,String>> translations)
    • getTenantId

      public String getTenantId()
    • setTenantId

      public void setTenantId(String tenantId)