Class VariableDefinitionImpl
java.lang.Object
org.activiti.api.runtime.model.impl.VariableDefinitionImpl
- All Implemented Interfaces:
VariableDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()getType()inthashCode()booleanbooleanvoidsetAnalytics(boolean analytics) voidsetDescription(String description) voidsetDisplay(Boolean display) voidsetDisplayName(String displayName) voidvoidvoidsetRequired(boolean required) voidtoString()
-
Constructor Details
-
VariableDefinitionImpl
public VariableDefinitionImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceVariableDefinition
-
setId
-
getName
- Specified by:
getNamein interfaceVariableDefinition
-
setName
-
getDescription
- Specified by:
getDescriptionin interfaceVariableDefinition
-
setDescription
-
getType
- Specified by:
getTypein interfaceVariableDefinition
-
setType
-
isRequired
public boolean isRequired()- Specified by:
isRequiredin interfaceVariableDefinition
-
setRequired
public void setRequired(boolean required) -
getDisplay
- Specified by:
getDisplayin interfaceVariableDefinition
-
setDisplay
-
getDisplayName
- Specified by:
getDisplayNamein interfaceVariableDefinition
-
setDisplayName
-
isAnalytics
public boolean isAnalytics()- Specified by:
isAnalyticsin interfaceVariableDefinition
-
setAnalytics
public void setAnalytics(boolean analytics) -
equals
-
hashCode
public int hashCode() -
toString
-