net.sf.dropboxmq.workflow.data
Class Processor

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

public class Processor
extends Object
implements Serializable, Cloneable

Created: 28 Jul 2010

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

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

Constructor Detail

Processor

public Processor()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)

clone

public final Processor 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