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 booleanequals(Object obj)byte[]getContent()StringgetMarshaller()StringgetName()inthashCode()voidsetContent(byte[] content)voidsetMarshaller(String marshaller)voidsetName(String name)StringtoString()
-