Class IdDisplayParameters
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.IdDisplayParameters
-
- All Implemented Interfaces:
java.lang.Cloneable
public class IdDisplayParameters extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description IdDisplayParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
short
getiDDispLen()
Returns the iDDispLen part of IdDisplayParametersshort
getiELDelim()
Returns the iELDelim part of IdDisplayParametersshort
getiExOutputFormat()
Returns the iExOutputFormat part of IdDisplayParametersshort
getiFACDispLen()
Returns the iFACDispLen part of IdDisplayParametersshort
getiFACIDDelim()
Returns the iFACIDDelim part of IdDisplayParametersvoid
setiDDispLen(short iDDispLen)
Sets the iDDispLen part of IdDisplayParametersvoid
setiELDelim(short iELDelim)
Sets the iELDelim part of IdDisplayParametersvoid
setiExOutputFormat(short iExOutputFormat)
Sets the iExOutputFormat part of IdDisplayParametersvoid
setiFACDispLen(short iFACDispLen)
Sets the iFACDispLen part of IdDisplayParametersvoid
setiFACIDDelim(short iFACIDDelim)
Sets the iFACIDDelim part of IdDisplayParameters
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getiFACIDDelim
public short getiFACIDDelim()
Returns the iFACIDDelim part of IdDisplayParameters
-
setiFACIDDelim
public void setiFACIDDelim(short iFACIDDelim)
Sets the iFACIDDelim part of IdDisplayParameters
-
getiELDelim
public short getiELDelim()
Returns the iELDelim part of IdDisplayParameters
-
setiELDelim
public void setiELDelim(short iELDelim)
Sets the iELDelim part of IdDisplayParameters
-
getiDDispLen
public short getiDDispLen()
Returns the iDDispLen part of IdDisplayParameters
-
setiDDispLen
public void setiDDispLen(short iDDispLen)
Sets the iDDispLen part of IdDisplayParameters
-
getiFACDispLen
public short getiFACDispLen()
Returns the iFACDispLen part of IdDisplayParameters
-
setiFACDispLen
public void setiFACDispLen(short iFACDispLen)
Sets the iFACDispLen part of IdDisplayParameters
-
getiExOutputFormat
public short getiExOutputFormat()
Returns the iExOutputFormat part of IdDisplayParameters
-
setiExOutputFormat
public void setiExOutputFormat(short iExOutputFormat)
Sets the iExOutputFormat part of IdDisplayParameters
-
-