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

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

public class FacetCollectionImpl
extends Object
implements FacetCollection


Constructor Summary
FacetCollectionImpl(HashMap facets)
           
 
Method Summary
 boolean equals(Object obj)
           
 Facet getFacet(String name)
           
 List getFacets()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacetCollectionImpl

public FacetCollectionImpl(HashMap facets)
Method Detail

getFacets

public List getFacets()
Specified by:
getFacets in interface FacetCollection

getFacet

public Facet getFacet(String name)
Specified by:
getFacet in interface FacetCollection

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.