Class IdDisplayParameters2
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.IdDisplayParameters2
-
- All Implemented Interfaces:
java.lang.Cloneable
public class IdDisplayParameters2 extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description IdDisplayParameters2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
short
getiCrdGnChr0()
Returns the iCrdGnChr0 part of IdDisplayParameters2short
getiCrdGnChr1()
Returns the iCrdGnChr1 part of IdDisplayParameters2short
getiLeadChr0()
Returns the iLeadChr0 part of IdDisplayParameters2short
getiLeadChr1()
Returns the iLeadChr1 part of IdDisplayParameters2short
getiLeadChr2()
Returns the iLeadChr2 part of IdDisplayParameters2short
getiLeadChrCnt()
Returns the iLeadChrCnt part of IdDisplayParameters2void
setiCrdGnChr0(short iCrdGnChr0)
Sets the iCrdGnChr0 part of IdDisplayParameters2void
setiCrdGnChr1(short iCrdGnChr1)
Sets the iCrdGnChr1 part of IdDisplayParameters2void
setiLeadChr0(short iLeadChr0)
Sets the iLeadChr0 part of IdDisplayParameters2void
setiLeadChr1(short iLeadChr1)
Sets the iLeadChr1 part of IdDisplayParameters2void
setiLeadChr2(short iLeadChr2)
Sets the iLeadChr2 part of IdDisplayParameters2void
setiLeadChrCnt(short iLeadChrCnt)
Sets the iLeadChrCnt part of IdDisplayParameters2
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getiLeadChrCnt
public short getiLeadChrCnt()
Returns the iLeadChrCnt part of IdDisplayParameters2
-
setiLeadChrCnt
public void setiLeadChrCnt(short iLeadChrCnt)
Sets the iLeadChrCnt part of IdDisplayParameters2
-
getiLeadChr0
public short getiLeadChr0()
Returns the iLeadChr0 part of IdDisplayParameters2
-
setiLeadChr0
public void setiLeadChr0(short iLeadChr0)
Sets the iLeadChr0 part of IdDisplayParameters2
-
getiLeadChr1
public short getiLeadChr1()
Returns the iLeadChr1 part of IdDisplayParameters2
-
setiLeadChr1
public void setiLeadChr1(short iLeadChr1)
Sets the iLeadChr1 part of IdDisplayParameters2
-
getiLeadChr2
public short getiLeadChr2()
Returns the iLeadChr2 part of IdDisplayParameters2
-
setiLeadChr2
public void setiLeadChr2(short iLeadChr2)
Sets the iLeadChr2 part of IdDisplayParameters2
-
getiCrdGnChr0
public short getiCrdGnChr0()
Returns the iCrdGnChr0 part of IdDisplayParameters2
-
setiCrdGnChr0
public void setiCrdGnChr0(short iCrdGnChr0)
Sets the iCrdGnChr0 part of IdDisplayParameters2
-
getiCrdGnChr1
public short getiCrdGnChr1()
Returns the iCrdGnChr1 part of IdDisplayParameters2
-
setiCrdGnChr1
public void setiCrdGnChr1(short iCrdGnChr1)
Sets the iCrdGnChr1 part of IdDisplayParameters2
-
-