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>, java.io.Serializable

public class NullCommandFacadeResult<T>
extends java.lang.Object
implements ICommandFacadeResult<T>

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

Constructor Summary
NullCommandFacadeResult()
           
 
Method Summary
 java.lang.String asString()
           
 java.util.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 java.lang.String asString()
Specified by:
asString in interface ICommandFacadeResult<T>

getErrorMessages

public java.util.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.