org.gcube.common.database.endpoint
Class DatabaseProperty

java.lang.Object
  extended by org.gcube.common.database.endpoint.DatabaseProperty

public class DatabaseProperty
extends Object

Represents a database endpoint property.

Author:
"Luigi Fortunati"

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

Constructor Detail

DatabaseProperty

public DatabaseProperty(String key,
                        String value)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.