Class ProcessDefinitionImpl
java.lang.Object
org.activiti.api.runtime.model.impl.ApplicationElementImpl
org.activiti.api.runtime.model.impl.ProcessDefinitionImpl
- All Implemented Interfaces:
ApplicationElement,ProcessDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getKey()getName()intinthashCode()voidsetCategory(String category) voidsetDescription(String description) voidsetFormKey(String formKey) voidvoidvoidvoidsetVersion(int version) toString()Methods inherited from class org.activiti.api.runtime.model.impl.ApplicationElementImpl
getAppVersion, setAppVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersion
-
Constructor Details
-
ProcessDefinitionImpl
public ProcessDefinitionImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceProcessDefinition
-
setId
-
getName
- Specified by:
getNamein interfaceProcessDefinition
-
setName
-
getKey
- Specified by:
getKeyin interfaceProcessDefinition
-
setKey
-
getDescription
- Specified by:
getDescriptionin interfaceProcessDefinition
-
setDescription
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceProcessDefinition
-
setVersion
public void setVersion(int version) -
getFormKey
- Specified by:
getFormKeyin interfaceProcessDefinition
-
setFormKey
-
getCategory
- Specified by:
getCategoryin interfaceProcessDefinition
-
setCategory
-
equals
- Overrides:
equalsin classApplicationElementImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classApplicationElementImpl
-
toString
- Overrides:
toStringin classApplicationElementImpl
-