org.jasig.portal.portlets
Class StringListAttribute
java.lang.Object
org.jasig.portal.portlets.StringListAttribute
- All Implemented Interfaces:
- Serializable
public class StringListAttribute
- extends Object
- implements Serializable
- See Also:
- Serialized Form
StringListAttribute
public StringListAttribute()
StringListAttribute
public StringListAttribute(List<String> value)
StringListAttribute
public StringListAttribute(String[] value)
getValue
public List<String> getValue()
- Returns:
- the value
setValue
public void setValue(List<String> value)
- Parameters:
value - the value to set
setValue
public void setValue(String[] value)
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.