Package de.elo.ix.client
Class NotifyServerInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.NotifyServerInfo
- All Implemented Interfaces:
java.io.Serializable
public class NotifyServerInfo extends ValueClass
This class is used in IXServicePortIF.notifyServer to describe which
operation(s) has (have) been processed by the client application.
- Since:
- 8.00.000.005
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NotifyServerInfo()
NotifyServerInfo(NotifyServerInfo rhs)
-
Method Summary
Modifier and Type Method Description int
getOcrCount()
int
getScanCount()
void
setOcrCount(int ocrCount)
void
setScanCount(int scanCount)
java.lang.String
toString()
-
Field Details
-
Constructor Details
-
NotifyServerInfo
-
NotifyServerInfo
public NotifyServerInfo()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getScanCount
public int getScanCount() -
setScanCount
public void setScanCount(int scanCount) -
getOcrCount
public int getOcrCount() -
setOcrCount
public void setOcrCount(int ocrCount)
-