Class Content

  • Direct Known Subclasses:
    GltfModel

    @Node
    public class Content
    extends Entity
    Basic content class. Early version, not used on its own, likely to change.
    Author:
    joe
    • Constructor Detail

      • Content

        public Content()
      • Content

        public Content​(String fileName,
                       String contentType,
                       long length)
    • Method Detail

      • getFileName

        public String getFileName()
      • getContentType

        public String getContentType()
      • getLength

        public long getLength()
      • setFileName

        public void setFileName​(String fileName)
      • setContentType

        public void setContentType​(String contentType)
      • setLength

        public void setLength​(long length)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Entity