Class 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 Detail

      • SerializedContent

        public SerializedContent()
      • SerializedContent

        public SerializedContent​(String marshaller,
                                 String name,
                                 byte[] content)
    • Method Detail

      • getMarshaller

        public String getMarshaller()
      • setMarshaller

        public void setMarshaller​(String marshaller)
      • getContent

        public byte[] getContent()
      • setContent

        public void setContent​(byte[] content)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object