Apache CXF API

org.apache.cxf.rs.security.oauth2.common
Class Property

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.common.Property

public class Property
extends Object


Constructor Summary
Property()
           
Property(String name, String value)
           
 
Method Summary
 boolean equalsTo(Object o)
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(String name,
                String value)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equalsTo

public boolean equalsTo(Object o)

Apache CXF API

Apache CXF