|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.ruleflow.common.core.impl.ProcessImpl
public class ProcessImpl
Default implementation of a Process
Constructor Summary | |
---|---|
ProcessImpl()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getId()
Returns the id of this process. |
java.lang.String |
getName()
Returns the name of this process. |
java.lang.String |
getPackageName()
Returns the package name of this RuleFlow process |
java.lang.String |
getType()
Returns the type of this process. |
java.lang.String |
getVersion()
Returns the version of this process. |
int |
hashCode()
|
void |
setId(java.lang.String id)
Sets the id of this process. |
void |
setName(java.lang.String name)
Sets the name of this process. |
void |
setPackageName(java.lang.String packageName)
Sets the package name of this RuleFlow process |
void |
setType(java.lang.String type)
Sets the type of this process. |
void |
setVersion(java.lang.String version)
Sets the version of this process. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessImpl()
Method Detail |
---|
public void setId(java.lang.String id)
Process
setId
in interface Process
id
- the id of the processpublic java.lang.String getId()
Process
getId
in interface Process
public void setName(java.lang.String name)
Process
setName
in interface Process
name
- the name of this processpublic java.lang.String getName()
Process
getName
in interface Process
public void setVersion(java.lang.String version)
Process
setVersion
in interface Process
version
- the version of this processpublic java.lang.String getVersion()
Process
getVersion
in interface Process
public java.lang.String getType()
Process
getType
in interface Process
public void setType(java.lang.String type)
Process
setType
in interface Process
type
- the type of this processpublic java.lang.String getPackageName()
Process
getPackageName
in interface Process
public void setPackageName(java.lang.String packageName)
Process
setPackageName
in interface Process
packageName
- the package name of this RuleFlow processpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |