be.re.webdav
Class Properties.Property
java.lang.Object
be.re.webdav.Properties.Property
- Enclosing class:
- Properties
public static class Properties.Property
- extends Object
Represents one property.
Method Summary |
boolean |
equals(Object o)
A property equals another if the names and values are equal. |
int |
hashCode()
|
name
public String name
value
public String value
Properties.Property
public Properties.Property(String name,
String value)
equals
public boolean equals(Object o)
- A property equals another if the names and values are equal.
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object