public class SingleValidationMessage extends Object
| Constructor and Description |
|---|
SingleValidationMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getLocationCol() |
Integer |
getLocationLine() |
String |
getLocationString() |
String |
getMessage() |
ResultSeverityEnum |
getSeverity() |
int |
hashCode() |
void |
setLocationCol(Integer theLocationCol) |
void |
setLocationLine(Integer theLocationLine) |
void |
setLocationString(String theLocationString) |
void |
setMessage(String theMessage) |
void |
setSeverity(ResultSeverityEnum theSeverity) |
String |
toString() |
public SingleValidationMessage()
public Integer getLocationCol()
public Integer getLocationLine()
public String getLocationString()
public String getMessage()
public ResultSeverityEnum getSeverity()
public void setLocationCol(Integer theLocationCol)
public void setLocationLine(Integer theLocationLine)
public void setLocationString(String theLocationString)
public void setMessage(String theMessage)
public void setSeverity(ResultSeverityEnum theSeverity)
Copyright © 2014–2017 University Health Network. All rights reserved.