| |
|
| java.lang.Object com.mimer.ws.validateSQL.ValidatorResult
ValidatorResult | public class ValidatorResult (Code) | | author: olle |
ValidatorResult | public ValidatorResult()(Code) | | Creates a new instance of ValidatorResult
|
getData | public String getData()(Code) | | Getter for property text.
Value of property text. |
getStandard | public int getStandard()(Code) | | Getter for property standard.
Value of property standard. |
setData | public void setData(String data)(Code) | | Setter for property text.
Parameters: text - New value of property text. |
setStandard | public void setStandard(int standard)(Code) | | Setter for property standard.
Parameters: standard - New value of property standard. |
|
|
|