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

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

public class ORMPropertyEntry
extends Object
implements Serializable

This class represents a single entry of a property in a node. This class only stores the name of the property, the actual property and it's values are stored in the ORMPropertyState class.

See Also:
Serialized Form

Constructor Summary
ORMPropertyEntry()
           
ORMPropertyEntry(ORMNodeState parent, QName propertyName, String parentUUID)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getDbId()
           
 String getName()
           
 ORMNodeState getParent()
           
 String getParentUUID()
           
 int hashCode()
           
 void setDbId(Integer dbId)
           
 void setName(String name)
           
 void setParent(ORMNodeState parent)
           
 void setParentUUID(String parentUUID)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORMPropertyEntry

public ORMPropertyEntry()

ORMPropertyEntry

public ORMPropertyEntry(ORMNodeState parent,
                        QName propertyName,
                        String parentUUID)
Method Detail

setParentUUID

public void setParentUUID(String parentUUID)

setName

public void setName(String name)

setDbId

public void setDbId(Integer dbId)

setParent

public void setParent(ORMNodeState parent)

getParentUUID

public String getParentUUID()

getName

public String getName()

getDbId

public Integer getDbId()

getParent

public ORMNodeState getParent()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()


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