org.apache.jackrabbit.core.state.orm
Class ORMNodeReference

java.lang.Object
  extended byorg.apache.jackrabbit.core.state.orm.ORMNodeReference
All Implemented Interfaces:
Serializable

public class ORMNodeReference
extends Object
implements Serializable

This class represents a node reference, that is to say a property that points to a specific node.

See Also:
Serialized Form

Constructor Summary
ORMNodeReference()
           
ORMNodeReference(String targetId, String propertyParentUUID, String propertyName)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getDbId()
           
 String getPropertyName()
           
 String getPropertyParentUUID()
           
 String getTargetId()
           
 int hashCode()
           
 void setDbId(Integer dbId)
           
 void setPropertyName(String propertyName)
           
 void setPropertyParentUUID(String propertyParentUUID)
           
 void setTargetId(String targetId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORMNodeReference

public ORMNodeReference()

ORMNodeReference

public ORMNodeReference(String targetId,
                        String propertyParentUUID,
                        String propertyName)
Method Detail

setTargetId

public void setTargetId(String targetId)

setPropertyParentUUID

public void setPropertyParentUUID(String propertyParentUUID)

setPropertyName

public void setPropertyName(String propertyName)

setDbId

public void setDbId(Integer dbId)

getTargetId

public String getTargetId()

getPropertyParentUUID

public String getPropertyParentUUID()

getPropertyName

public String getPropertyName()

getDbId

public Integer getDbId()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()


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