Class ValidationValueImpl
java.lang.Object
de.knightsoftnet.gwtp.spring.client.rest.helper.ValidationValueImpl
- All Implemented Interfaces:
ValidationValueInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationValueImplvoidsetMessage(String message) voidsetPropertyPath(String propertyPath)
-
Constructor Details
-
ValidationValueImpl
public ValidationValueImpl() -
ValidationValueImpl
constructor.
-
-
Method Details
-
of
-
getMessage
- Specified by:
getMessagein interfaceValidationValueInterface
-
setMessage
- Specified by:
setMessagein interfaceValidationValueInterface
-
getPropertyPath
- Specified by:
getPropertyPathin interfaceValidationValueInterface
-
setPropertyPath
- Specified by:
setPropertyPathin interfaceValidationValueInterface
-