Class SepFldData
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.SepFldData
-
- All Implemented Interfaces:
java.lang.Cloneable
public class SepFldData extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description SepFldData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
int[]
getSepFldBuffer()
Returns the sepFldBuffer part of SepFldDatavoid
setSepFldBuffer(int[] sepFldBuffer)
Sets the sepFldBuffer part of SepFldData
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getSepFldBuffer
public int[] getSepFldBuffer()
Returns the sepFldBuffer part of SepFldData
-
setSepFldBuffer
public void setSepFldBuffer(int[] sepFldBuffer)
Sets the sepFldBuffer part of SepFldData
-
-