org.jasig.portlet.emailpreview.mvc
Class Attribute

java.lang.Object
  extended by org.jasig.portlet.emailpreview.mvc.Attribute
All Implemented Interfaces:
Serializable

public class Attribute
extends Object
implements Serializable

Simple class that wraps a string and provides a getter/setter. Nessescary for binding into the value of a Map in WebFlow

Version:
$Revision: 20535 $
Author:
Eric Dalquist
See Also:
Serialized Form

Constructor Summary
Attribute()
           
Attribute(String value)
           
 
Method Summary
 boolean equals(Object anObject)
           
 String getValue()
           
 int hashCode()
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()

Attribute

public Attribute(String value)
Method Detail

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set

equals

public boolean equals(Object anObject)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Jasig. All Rights Reserved.