Class QueuedID
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.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 QueuedIDjava.lang.String
getlockoutTimer()
Returns the lockoutTimer part of QueuedIDjava.lang.String
getnBits()
Returns the nBits part of QueuedIDjava.lang.String
getOverrun()
Returns the overrun part of QueuedIDjava.lang.String[]
getUid()
Returns the Uid part of QueuedIDvoid
setAge(java.lang.String age)
Sets the age part of QueuedIDvoid
setlockoutTimer(java.lang.String lockoutTimer)
Sets the lockoutTimer part of QueuedIDvoid
setnBits(java.lang.String nBits)
Sets the nBits part of QueuedIDvoid
setOverrun(java.lang.String overrun)
Sets the overrun part of QueuedIDvoid
setUid(int index, java.lang.String[] buffer)
Sets the Uid part of QueuedID
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.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
-
-