com.googlecode.jpattern.core.commandfacade
Class NullCommandFacadeResult<T>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullCommandFacadeResult
public NullCommandFacadeResult()
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.