org.jasig.portlet.emailpreview.mvc
Class Attribute
java.lang.Object
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$
- Author:
- Eric Dalquist
- See Also:
- Serialized Form
Attribute
public Attribute()
Attribute
public Attribute(String value)
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 © 2012 Jasig. All Rights Reserved.