nl.hippo.client.webdav.binding.facets
Class FacetImpl

java.lang.Object
  extended by nl.hippo.client.webdav.binding.facets.FacetImpl
All Implemented Interfaces:
Facet

public class FacetImpl
extends Object
implements Facet


Constructor Summary
FacetImpl(String name, List values)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 List getValues()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacetImpl

public FacetImpl(String name,
                 List values)
Method Detail

getName

public String getName()
Specified by:
getName in interface Facet

getValues

public List getValues()
Specified by:
getValues in interface Facet

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006-2009 Hippo. All Rights Reserved.