Class Positioned

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.math.BigInteger position  
    • Constructor Summary

      Constructors 
      Constructor Description
      Positioned()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getPosition()
      Gets the value of the position property.
      void setPosition​(java.math.BigInteger value)
      Sets the value of the position property.
      • Methods inherited from class java.lang.Object

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

      • position

        protected java.math.BigInteger position
    • Constructor Detail

      • Positioned

        public Positioned()
    • Method Detail

      • getPosition

        public java.math.BigInteger getPosition()
        Gets the value of the position property.
        Returns:
        possible object is BigInteger
      • setPosition

        public void setPosition​(java.math.BigInteger value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is BigInteger