public class ExtendedProperty
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| ExtendedProperty() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object o)Compares object to check for equality | 
| java.util.List<java.lang.String> | getProperty(java.lang.String key)Searches for the property with the specified key in this property list. | 
| int | hashCode()returns the hashcode value of the extended property | 
| java.util.Set<java.lang.String> | keySet()Returns a set view of the keys contained in the extended property | 
| void | putAll(ExtendedProperty ep)Copies all the key/values from the specified extended property to the existing extended property | 
| java.util.List<java.lang.String> | setProperty(java.lang.String name, java.util.List<java.lang.String> values)Puts the property in the HashMap | 
| java.lang.String | toString()This method returns the string representation of this property object | 
public java.util.List<java.lang.String> setProperty(java.lang.String name,
                                                    java.util.List<java.lang.String> values)
name -values -public java.util.List<java.lang.String> getProperty(java.lang.String key)
key -public java.util.Set<java.lang.String> keySet()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto -public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic void putAll(ExtendedProperty ep)
ep -