org.jasig.portal.portlets
Class StringListAttribute

java.lang.Object
  extended by org.jasig.portal.portlets.StringListAttribute
All Implemented Interfaces:
Serializable

public class StringListAttribute
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

StringListAttribute

public StringListAttribute()

StringListAttribute

public StringListAttribute(List<String> value)

StringListAttribute

public StringListAttribute(String[] value)
Method Detail

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.