Class SerializedContent
- java.lang.Object
-
- org.jbpm.casemgmt.impl.marshalling.SerializedContent
-
- All Implemented Interfaces:
Serializable
public class SerializedContent extends Object implements Serializable
Represents individual content that is part of CaseFileInstance that is persisted by independent marshaller.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializedContent()
SerializedContent(String marshaller, String name, byte[] content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
byte[]
getContent()
String
getMarshaller()
String
getName()
int
hashCode()
void
setContent(byte[] content)
void
setMarshaller(String marshaller)
void
setName(String name)
String
toString()
-