jetbrains.buildServer.users
Class PropertyKey

java.lang.Object
  extended by jetbrains.buildServer.users.PropertyKey
Direct Known Subclasses:
PluginPropertyKey, SimplePropertyKey

public abstract class PropertyKey
extends java.lang.Object

Represents a user profile property key


Constructor Summary
PropertyKey()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
abstract  java.lang.String getKey()
          Returns string representation of this key
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyKey

public PropertyKey()
Method Detail

getKey

@NotNull
public abstract java.lang.String getKey()
Returns string representation of this key

Returns:
string representation of this key

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object