com.endeca.itl.cas.api
Class Property

java.lang.Object
  extended by com.endeca.itl.cas.api.Property

public class Property
extends Object

A Property is a key-value pair used to provide version information about the server.


Constructor Summary
Property()
           
 
Method Summary
 boolean equals(Object other)
           
 String getKey()
           
 String getValue()
           
 int hashCode()
           
 void setKey(String value)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String value)

getValue

public String getValue()

setValue

public void setValue(String value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Endeca. All Rights Reserved.