org.apache.jackrabbit.spi
Interface PropertyId

All Superinterfaces:
ItemId

public interface PropertyId
extends ItemId

PropertyId identifies a property on the SPI layer.


Method Summary
 Name getName()
          Returns the Name of the property identified by this id.
 NodeId getParentId()
          Returns the NodeId of the parent.
 
Methods inherited from interface org.apache.jackrabbit.spi.ItemId
denotesNode, getPath, getUniqueID
 

Method Detail

getParentId

NodeId getParentId()
Returns the NodeId of the parent.

Returns:
The parentId of this PropertyId.

getName

Name getName()
Returns the Name of the property identified by this id.

Returns:
The name of the property that is identified by this PropertyId.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.