Package com.flowable.idm.dto
Class UserDefinitionResponse
- java.lang.Object
-
- com.flowable.idm.dto.UserDefinitionResponse
-
public class UserDefinitionResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<String>
allowedFeatures
protected String
description
protected String
editFormKey
protected String
icon
protected String
id
protected String
initFormKey
protected String
key
protected String
name
protected String
tenantId
protected Map<String,Map<String,String>>
translations
protected String
viewFormKey
-
Constructor Summary
Constructors Constructor Description UserDefinitionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getAllowedFeatures()
String
getDescription()
String
getEditFormKey()
String
getIcon()
String
getId()
String
getInitFormKey()
String
getKey()
String
getName()
String
getTenantId()
Map<String,Map<String,String>>
getTranslations()
String
getViewFormKey()
void
setAllowedFeatures(Set<String> allowedFeatures)
void
setDescription(String description)
void
setEditFormKey(String editFormKey)
void
setIcon(String icon)
void
setId(String id)
void
setInitFormKey(String initFormKey)
void
setKey(String key)
void
setName(String name)
void
setTenantId(String tenantId)
void
setTranslations(Map<String,Map<String,String>> translations)
void
setViewFormKey(String viewFormKey)
-
-
-
Field Detail
-
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
-
tenantId
protected String tenantId
-
-
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)
-
getTenantId
public String getTenantId()
-
setTenantId
public void setTenantId(String tenantId)
-
-