com.googlecode.jpattern.shared.result
Class NullResult

java.lang.Object
  extended by com.googlecode.jpattern.shared.result.NullResult
All Implemented Interfaces:
IResult, Serializable

public class NullResult
extends Object
implements IResult

Author:
Francesco Cina' 11/mag/2011
See Also:
Serialized Form

Constructor Summary
NullResult()
           
 
Method Summary
 List<IErrorMessage> getErrorMessages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullResult

public NullResult()
Method Detail

getErrorMessages

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


Copyright © 2011. All Rights Reserved.