net.sf.dropboxmq.workflow.data
Class EventPackage
java.lang.Object
net.sf.dropboxmq.workflow.data.EventPackage
- All Implemented Interfaces:
- Serializable, Cloneable
public class EventPackage
- extends Object
- implements Serializable, Cloneable
Created: 21 Oct 2010
- Version:
- $Revision$, $Date$
- Author:
- Dwayne Schultz
- See Also:
- Serialized Form
EventPackage
public EventPackage()
getProtocol
public String getProtocol()
setProtocol
public void setProtocol(String protocol)
getContent
public String getContent()
setContent
public void setContent(String content)
getEventProperties
public Map<String,String> getEventProperties()
setEventProperties
public void setEventProperties(Map<String,String> eventProperties)
clone
public final EventPackage 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