Class SymbolContent


  • public class SymbolContent
    extends Object
    Describes the symbol content, e.g., actual files containing symbol(s)
    Since:
    4.0.0
    Author:
    jyutzler
    • Constructor Detail

      • SymbolContent

        public SymbolContent()
      • SymbolContent

        public SymbolContent​(long id,
                             String format,
                             byte[] content)
    • Method Detail

      • resetId

        public void resetId()
        Reset the id so the row can be inserted as new
      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getFormat

        public String getFormat()
      • setFormat

        public void setFormat​(String format)
      • getContent

        public byte[] getContent()
      • setContent

        public void setContent​(byte[] content)