public interface

ViolationMessage

implements IdMessage
com.google.gwt.requestfactory.shared.messages.ViolationMessage

Class Overview

Represents a ConstraintViolation.

Summary

Constants
String MESSAGE
String PATH
[Expand]
Inherited Constants
From interface com.google.gwt.requestfactory.shared.messages.IdMessage
Public Methods
abstract String getMessage()
abstract String getPath()
abstract void setMessage(String value)
abstract void setPath(String value)
[Expand]
Inherited Methods
From interface com.google.gwt.requestfactory.shared.messages.IdMessage

Constants

public static final String MESSAGE

Constant Value: "M"

public static final String PATH

Constant Value: "P"

Public Methods

public abstract String getMessage ()

public abstract String getPath ()

public abstract void setMessage (String value)

public abstract void setPath (String value)