org.jbpm.task.service
Class ContentData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentData
public ContentData()
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.