|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.jcr.PropertyId
@Immutable public final class PropertyId

An immutable identifier for a property, often used to reference information a property held within the SessionCache.
| Constructor Summary | |
|---|---|
PropertyId(UUID nodeId,
Name propertyName)
Create a new property identifier. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
UUID |
getNodeId()
Get the UUID of the node that owns the property. |
Name |
getPropertyName()
Get the name of the property. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyId(UUID nodeId,
Name propertyName)
nodeId - the UUID of the node that owns the property being reference; may not be nullpropertyName - the name of the property being referenced; may not be null| Method Detail |
|---|
public UUID getNodeId()
public Name getPropertyName()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||