com.googlecode.jpattern.core.commandfacade
Class NullCommandFacadeResult<T>

java.lang.Object
  extended by com.googlecode.jpattern.core.commandfacade.NullCommandFacadeResult<T>
All Implemented Interfaces:
IResult, ICommandFacadeResult<T>, Serializable

public class NullCommandFacadeResult<T>
extends Object
implements ICommandFacadeResult<T>

Author:
Francesco Cina' 25 Feb 2011
See Also:
Serialized Form

Constructor Summary
NullCommandFacadeResult()
           
 
Method Summary
 String asString()
           
 List<IErrorMessage> getErrorMessages()
           
 T getReturnedObject()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullCommandFacadeResult

public NullCommandFacadeResult()
Method Detail

asString

public String asString()
Specified by:
asString in interface ICommandFacadeResult<T>

getErrorMessages

public List<IErrorMessage> getErrorMessages()
Specified by:
getErrorMessages in interface IResult

getReturnedObject

public T getReturnedObject()
Specified by:
getReturnedObject in interface ICommandFacadeResult<T>

isValid

public boolean isValid()
Specified by:
isValid in interface IResult


Copyright © 2011. All Rights Reserved.