jetbrains.buildServer.serverSide
Class UserPropertyInfo

java.lang.Object
  extended by jetbrains.buildServer.serverSide.UserPropertyInfo

public class UserPropertyInfo
extends java.lang.Object

Describes property of the user which correspond to some plugin and can be edited on the user settings page (in the corresponding plugin section).

Author:
Pavel.Sher

Constructor Summary
UserPropertyInfo(java.lang.String propertyName, java.lang.String displayName)
          Constructs new property descriptor.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getDisplayName()
           
 java.lang.String getPropertyName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPropertyInfo

public UserPropertyInfo(@NotNull
                        java.lang.String propertyName,
                        @NotNull
                        java.lang.String displayName)
Constructs new property descriptor.

Parameters:
propertyName - name of the property
displayName - name of the property to show in the UI
Method Detail

getPropertyName

public java.lang.String getPropertyName()

getDisplayName

public java.lang.String getDisplayName()

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