com.googlecode.jpattern.gwt.client.command
Class CommandResult
java.lang.Object
com.googlecode.jpattern.gwt.client.command.CommandResult
- All Implemented Interfaces:
- com.googlecode.jpattern.shared.result.IResult, Serializable
public class CommandResult
- extends Object
- implements com.googlecode.jpattern.shared.result.IResult
- Author:
- Francesco Cina'
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandResult
public CommandResult()
getErrorMessages
public List<com.googlecode.jpattern.shared.result.IErrorMessage> getErrorMessages()
- Specified by:
getErrorMessages in interface com.googlecode.jpattern.shared.result.IResult
isValid
public boolean isValid()
asString
public String asString()
Copyright © 2011. All Rights Reserved.