net.sf.dropboxmq.workflow.data
Class ProcessType

java.lang.Object
  extended by net.sf.dropboxmq.workflow.data.ProcessType
All Implemented Interfaces:
Serializable, Cloneable

public class ProcessType
extends Object
implements Serializable, Cloneable

Created: 28 Jul 2010

Version:
$Revision$, $Date$
Author:
Dwayne Schultz
See Also:
Serialized Form

Constructor Summary
ProcessType()
           
 
Method Summary
 ProcessType clone()
           
 boolean equals(Object obj)
           
 Integer getId()
           
 String getName()
           
 Integer getProcessorId()
           
 int hashCode()
           
 void setId(Integer id)
           
 void setName(String name)
           
 void setProcessorId(Integer processorId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessType

public ProcessType()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)

getProcessorId

public Integer getProcessorId()

setProcessorId

public void setProcessorId(Integer processorId)

clone

public final ProcessType clone()
Overrides:
clone in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object