public class Property extends Object implements Serializable
Property()
Property(String name, String value)
boolean
equalsTo(Object o)
String
getName()
getValue()
int
hashCode()
void
setName(String name)
setValue(String value)
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Property()
public Property(String name, String value)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public int hashCode()
hashCode
Object
public boolean equalsTo(Object o)
Apache CXF