org.apache.cxf.jaxrs.client.cache
Class Key

java.lang.Object
  extended by org.apache.cxf.jaxrs.client.cache.Key
All Implemented Interfaces:
Serializable

public class Key
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Key()
           
Key(URI uri, String accept)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAccept()
           
 URI getUri()
           
 int hashCode()
           
 void setAccept(String accept)
           
 void setUri(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Key

public Key(URI uri,
           String accept)

Key

public Key()
Method Detail

getUri

public URI getUri()

setUri

public void setUri(URI uri)

getAccept

public String getAccept()

setAccept

public void setAccept(String accept)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Apache CXF