Class ProcessDefinitionImpl
- java.lang.Object
-
- org.activiti.api.runtime.model.impl.ApplicationElementImpl
-
- org.activiti.api.runtime.model.impl.ProcessDefinitionImpl
-
- All Implemented Interfaces:
ApplicationElement,ProcessDefinition
public class ProcessDefinitionImpl extends ApplicationElementImpl implements ProcessDefinition
-
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()StringgetFormKey()StringgetId()StringgetKey()StringgetName()intgetVersion()inthashCode()voidsetDescription(String description)voidsetFormKey(String formKey)voidsetId(String id)voidsetKey(String key)voidsetName(String name)voidsetVersion(int version)StringtoString()-
Methods inherited from class org.activiti.api.runtime.model.impl.ApplicationElementImpl
getAppVersion, setAppVersion
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersion
-
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceProcessDefinition
-
setId
public void setId(String id)
-
getName
public String getName()
- Specified by:
getNamein interfaceProcessDefinition
-
setName
public void setName(String name)
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceProcessDefinition
-
setKey
public void setKey(String key)
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceProcessDefinition
-
setDescription
public void setDescription(String description)
-
getVersion
public int getVersion()
- Specified by:
getVersionin interfaceProcessDefinition
-
setVersion
public void setVersion(int version)
-
getFormKey
public String getFormKey()
- Specified by:
getFormKeyin interfaceProcessDefinition
-
setFormKey
public void setFormKey(String formKey)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classApplicationElementImpl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classApplicationElementImpl
-
toString
public String toString()
- Overrides:
toStringin classApplicationElementImpl
-
-