be.re.webdav
Class Properties.Property

java.lang.Object
  extended by be.re.webdav.Properties.Property
Enclosing class:
Properties

public static class Properties.Property
extends Object

Represents one property.


Field Summary
 String name
           
 String value
           
 
Constructor Summary
Properties.Property(String name, String value)
           
 
Method Summary
 boolean equals(Object o)
          A property equals another if the names and values are equal.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

value

public String value
Constructor Detail

Properties.Property

public Properties.Property(String name,
                           String value)
Method Detail

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