com.googlecode.jpattern.gwt.client.command
Class CommandResult

java.lang.Object
  extended by 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

Constructor Summary
CommandResult()
           
 
Method Summary
 String asString()
           
 List<com.googlecode.jpattern.shared.result.IErrorMessage> getErrorMessages()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandResult

public CommandResult()
Method Detail

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.