com.j2biz.blogunity.web
Class FormError

java.lang.Object
  extended bycom.j2biz.blogunity.web.FormError

public class FormError
extends Object

Since:
0.1
Author:
michelson

Constructor Summary
FormError(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String error)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormError

public FormError(String key,
                 String value)
Method Detail

getValue

public String getValue()
Returns:
Returns the value.

setValue

public void setValue(String error)

getKey

public String getKey()
Returns:
Returns the key.

setKey

public void setKey(String key)
Parameters:
key - The key to set.

toString

public String toString()


Copyright (c)j2biz.com