| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.ruleflow.common.core.impl.Process
public class Process
Default implementation of a Process
| Constructor Summary | |
|---|---|
Process()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object o)
 | 
 String | 
getId()
Returns the id of this process.  | 
 String | 
getName()
Returns the name of this process.  | 
 String | 
getType()
Returns the type of this process.  | 
 String | 
getVersion()
Returns the version of this process.  | 
 int | 
hashCode()
 | 
 void | 
setId(String id)
Sets the id of this process.  | 
 void | 
setName(String name)
Sets the name of this process.  | 
 void | 
setType(String type)
Sets the type of this process.  | 
 void | 
setVersion(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 Process()
| Method Detail | 
|---|
public void setId(String id)
IProcess
id - the id of the processpublic String getId()
IProcess
public void setName(String name)
IProcess
name - the name of this processpublic String getName()
IProcess
public void setVersion(String version)
IProcess
setVersion in interface IProcessversion - the version of this processpublic String getVersion()
IProcess
getVersion in interface IProcesspublic String getType()
IProcess
public void setType(String type)
IProcess
type - the type of this processpublic boolean equals(Object o)
public int hashCode()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||