Class NodeContentDto

java.lang.Object
org.saidone.model.dto.NodeContentDto
Direct Known Subclasses:
NodeContentInfoDto, NodeContentStreamDto

public abstract class NodeContentDto 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

    • NodeContentDto

      public NodeContentDto()