Class QueuedID

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class QueuedID
    extends java.lang.Object
    implements java.lang.Cloneable
    • Constructor Summary

      Constructors 
      Constructor Description
      QueuedID()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      java.lang.String getAge()
      Returns the age part of QueuedID
      java.lang.String getlockoutTimer()
      Returns the lockoutTimer part of QueuedID
      java.lang.String getnBits()
      Returns the nBits part of QueuedID
      java.lang.String getOverrun()
      Returns the overrun part of QueuedID
      java.lang.String[] getUid()
      Returns the Uid part of QueuedID
      void setAge​(java.lang.String age)
      Sets the age part of QueuedID
      void setlockoutTimer​(java.lang.String lockoutTimer)
      Sets the lockoutTimer part of QueuedID
      void setnBits​(java.lang.String nBits)
      Sets the nBits part of QueuedID
      void setOverrun​(java.lang.String overrun)
      Sets the overrun part of QueuedID
      void setUid​(int index, java.lang.String[] buffer)
      Sets the Uid part of QueuedID
      • Methods inherited from class java.lang.Object

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

      • QueuedID

        public QueuedID()
    • Method Detail

      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • getUid

        public java.lang.String[] getUid()
        Returns the Uid part of QueuedID
      • setUid

        public void setUid​(int index,
                           java.lang.String[] buffer)
        Sets the Uid part of QueuedID
      • getAge

        public java.lang.String getAge()
        Returns the age part of QueuedID
      • setAge

        public void setAge​(java.lang.String age)
        Sets the age part of QueuedID
      • getnBits

        public java.lang.String getnBits()
        Returns the nBits part of QueuedID
      • setnBits

        public void setnBits​(java.lang.String nBits)
        Sets the nBits part of QueuedID
      • getOverrun

        public java.lang.String getOverrun()
        Returns the overrun part of QueuedID
      • setOverrun

        public void setOverrun​(java.lang.String overrun)
        Sets the overrun part of QueuedID
      • getlockoutTimer

        public java.lang.String getlockoutTimer()
        Returns the lockoutTimer part of QueuedID
      • setlockoutTimer

        public void setlockoutTimer​(java.lang.String lockoutTimer)
        Sets the lockoutTimer part of QueuedID