be.re.webdav
Class Relations.Relation

java.lang.Object
  extended by be.re.webdav.Relations.Relation
Enclosing class:
Relations

public static class Relations.Relation
extends Object


Field Summary
 String href
           
 String name
           
 
Constructor Summary
Relations.Relation(String name, String href)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

href

public String href

name

public String name
Constructor Detail

Relations.Relation

public Relations.Relation(String name,
                          String href)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object