medisyn
Class ResultParser.ParseLineResult
java.lang.Object
medisyn.ResultParser.ParseLineResult
- Enclosing class:
- ResultParser
private class ResultParser.ParseLineResult
- extends java.lang.Object
represents the result of the line-parsing
- Author:
- Leo Bosnjak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lineRemainder
private java.lang.String lineRemainder
result
private int result
ResultParser.ParseLineResult
public ResultParser.ParseLineResult(int result,
java.lang.String lineRemainder)
getLineRemainder
public java.lang.String getLineRemainder()
- Returns:
- the lineRemainder
setLineRemainder
public void setLineRemainder(java.lang.String lineRemainder)
- Parameters:
lineRemainder
- the lineRemainder to set
getResult
public int getResult()
- Returns:
- the result
setResult
public void setResult(int result)
- Parameters:
result
- the result to set