Class IdDisplayParameters3
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.IdDisplayParameters3
-
- All Implemented Interfaces:
java.lang.Cloneable
public class IdDisplayParameters3 extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description IdDisplayParameters3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
short
getiTrailChr0()
Returns the iTrailChr0 part of IdDisplayParameters3short
getiTrailChr1()
Returns the iTrailChr1 part of IdDisplayParameters3short
getiTrailChr2()
Returns the iTrailChr2 part of IdDisplayParameters3short
getiTrailChrCnt()
Returns the iTrailChrCnt part of IdDisplayParameters3void
setiTrailChr0(short iTrailChr0)
Sets the iTrailChr0 part of IdDisplayParameters3void
setiTrailChr1(short iTrailChr1)
Sets the iTrailChr1 part of IdDisplayParameters3void
setiTrailChr2(short iTrailChr2)
Sets the iTrailChr2 part of IdDisplayParameters3void
setiTrailChrCnt(short iTrailChrCnt)
Sets the iTrailChrCnt part of IdDisplayParameters3
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getiTrailChrCnt
public short getiTrailChrCnt()
Returns the iTrailChrCnt part of IdDisplayParameters3
-
setiTrailChrCnt
public void setiTrailChrCnt(short iTrailChrCnt)
Sets the iTrailChrCnt part of IdDisplayParameters3
-
getiTrailChr0
public short getiTrailChr0()
Returns the iTrailChr0 part of IdDisplayParameters3
-
setiTrailChr0
public void setiTrailChr0(short iTrailChr0)
Sets the iTrailChr0 part of IdDisplayParameters3
-
getiTrailChr1
public short getiTrailChr1()
Returns the iTrailChr1 part of IdDisplayParameters3
-
setiTrailChr1
public void setiTrailChr1(short iTrailChr1)
Sets the iTrailChr1 part of IdDisplayParameters3
-
getiTrailChr2
public short getiTrailChr2()
Returns the iTrailChr2 part of IdDisplayParameters3
-
setiTrailChr2
public void setiTrailChr2(short iTrailChr2)
Sets the iTrailChr2 part of IdDisplayParameters3
-
-