Class AbstractDocument


  • public class AbstractDocument
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getId()  
      void setId​(java.math.BigInteger id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractDocument

        public AbstractDocument()
    • Method Detail

      • setId

        public void setId​(java.math.BigInteger id)
      • getId

        public java.math.BigInteger getId()