public class PropertyAttribute extends BaseAttribute
| Constructor and Description |
|---|
PropertyAttribute(java.lang.String id,
java.lang.String value) |
public PropertyAttribute(java.lang.String id,
java.lang.String value)
id - of the Propertyvalue - of the Property.java.lang.IllegalArgumentException - when id is null or empty.public java.lang.String getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to compare against.