public class GafListValidationError extends Object implements Comparable<GafListValidationError>
| Constructor and Description |
|---|
GafListValidationError(int row,
String colName,
String value,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GafListValidationError other) |
String |
getColName() |
String |
getMsg() |
int |
getRow() |
String |
getValue() |
String |
toString() |
String |
toStringHtml() |
public int getRow()
public String getColName()
public String getValue()
public String getMsg()
public String toStringHtml()
public int compareTo(GafListValidationError other)
compareTo in interface Comparable<GafListValidationError>Copyright © 2016. All Rights Reserved.