public class DefaultIOState extends Object implements IInputOutputState
Modifier and Type | Field and Description |
---|---|
protected long |
currentRecord |
protected String |
responseType |
Constructor and Description |
---|
DefaultIOState() |
Modifier and Type | Method and Description |
---|---|
long |
getCurrentRecord() |
String |
getResponseType() |
void |
setCurrentRecord(long currentRecord) |
void |
setResponseType(String responseType) |
protected long currentRecord
protected String responseType
public void setCurrentRecord(long currentRecord)
setCurrentRecord
in interface IInputOutputState
public long getCurrentRecord()
getCurrentRecord
in interface IInputOutputState
public String getResponseType()
getResponseType
in interface IInputOutputState
public void setResponseType(String responseType)
setResponseType
in interface IInputOutputState
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.