com.googlecode.jpattern.shared.result.facade
Class NullCommandFacadeResult<T>

java.lang.Object
  extended by com.googlecode.jpattern.shared.result.facade.NullCommandFacadeResult<T>
All Implemented Interfaces:
ICommandFacadeResult<T>, IResult, 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
 List<IErrorMessage> getErrorMessages()
           
 T getReturnedObject()
           
 
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

getErrorMessages

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

getReturnedObject

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


Copyright © 2011. All Rights Reserved.