org.jbpm.task.service
Class ContentData

java.lang.Object
  extended by org.jbpm.task.service.ContentData
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
FaultData

public class ContentData
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
ContentData()
           
 
Method Summary
 AccessType getAccessType()
           
 byte[] getContent()
           
 String getType()
           
 void readExternal(ObjectInput in)
           
 void setAccessType(AccessType accessType)
           
 void setContent(byte[] content)
           
 void setType(String type)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentData

public ContentData()
Method Detail

getAccessType

public AccessType getAccessType()

setAccessType

public void setAccessType(AccessType accessType)

getType

public String getType()

setType

public void setType(String type)

getContent

public byte[] getContent()

setContent

public void setContent(byte[] content)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException


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