org.jbpm.task.utils
Class MarshalledContentWrapper

java.lang.Object
  extended by org.jbpm.task.utils.MarshalledContentWrapper
All Implemented Interfaces:
Serializable

public class MarshalledContentWrapper
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MarshalledContentWrapper(byte[] content, String marshaller, Class type)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getContent()
           
 String getMarshaller()
           
 Class getType()
           
 int hashCode()
           
 void setContent(byte[] content)
           
 void setMarshaller(String marshaller)
           
 void setType(Class type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarshalledContentWrapper

public MarshalledContentWrapper(byte[] content,
                                String marshaller,
                                Class type)
Method Detail

getType

public Class getType()

setType

public void setType(Class type)

getContent

public byte[] getContent()

setContent

public void setContent(byte[] content)

getMarshaller

public String getMarshaller()

setMarshaller

public void setMarshaller(String marshaller)

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.