net.sf.easyweb4j.model
Class ErrorDetail

java.lang.Object
  extended by net.sf.easyweb4j.model.ErrorDetail
All Implemented Interfaces:
Serializable

public class ErrorDetail
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 void addErrorKey(String errorkey)
           
 List<String> getAll()
           
 String getProperty()
           
 String getWrongValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

addErrorKey

public void addErrorKey(String errorkey)

getAll

public List<String> getAll()

getProperty

public String getProperty()

getWrongValue

public String getWrongValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.