org.n52.security.common.artifact
Class Key

java.lang.Object
  extended by org.n52.security.common.artifact.Key

public class Key
extends Object


Constructor Summary
Key(String pKey)
           
 
Method Summary
 boolean equals(Object o)
           
 String getKey()
           
 int hashCode()
           
 void setKey(String key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Key

public Key(String pKey)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2013 52north.org. All rights reserved.