com.atlassian.crowd.model.property
Class PropertyId

java.lang.Object
  extended by com.atlassian.crowd.model.property.PropertyId
All Implemented Interfaces:
Serializable

public class PropertyId
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

PropertyId

protected PropertyId()

PropertyId

public PropertyId(String key,
                  String name)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getName

public String getName()

setName

public void setName(String name)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2016 Atlassian. All Rights Reserved.