com.atlassian.crowd.model.property
Class PropertyId
java.lang.Object
com.atlassian.crowd.model.property.PropertyId
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyId
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PropertyId
protected PropertyId()
PropertyId
public PropertyId(java.lang.String key,
java.lang.String name)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
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
Copyright © 2012 Atlassian. All Rights Reserved.