Class Pin


  • public class Pin
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Pin​(int row, java.lang.Object userData)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRow()  
      int getUid()  
      java.lang.Object getUserData()  
      void push​(int push)  
      void setRow​(int row)  
      void setUid​(int uid)  
      • Methods inherited from class java.lang.Object

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

      • Pin

        public Pin​(int row,
                   java.lang.Object userData)
    • Method Detail

      • setUid

        public void setUid​(int uid)
      • getRow

        public int getRow()
      • getUid

        public int getUid()
      • getUserData

        public java.lang.Object getUserData()
      • setRow

        public void setRow​(int row)
      • push

        public void push​(int push)