Class NodeContent

java.lang.Object
org.saidone.model.NodeContent
Direct Known Subclasses:
NodeContentInfo, NodeContentStream

public abstract class NodeContent extends Object
Base class containing minimal information about node binary content. It is extended by descriptors carrying additional metadata or a content stream.
  • Field Details

    • fileName

      protected String fileName
    • contentType

      protected String contentType
  • Constructor Details

    • NodeContent

      public NodeContent()