Class ProcessVariable
- java.lang.Object
-
- org.activiti.cloud.modeling.api.process.ProcessVariable
-
public class ProcessVariable extends java.lang.ObjectProcess variable
-
-
Constructor Summary
Constructors Constructor Description ProcessVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetName()java.lang.StringgetType()java.lang.ObjectgetValue()booleanisRequired()voidsetId(java.lang.String id)voidsetName(java.lang.String name)voidsetRequired(boolean required)voidsetType(java.lang.String type)voidsetValue(java.lang.Object value)
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
isRequired
public boolean isRequired()
-
setRequired
public void setRequired(boolean required)
-
getValue
public java.lang.Object getValue()
-
setValue
public void setValue(java.lang.Object value)
-
-