org.apache.jackrabbit.core.state.orm
Class ORMPropertyEntry
java.lang.Object
org.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
ORMPropertyEntry
public ORMPropertyEntry()
ORMPropertyEntry
public ORMPropertyEntry(ORMNodeState parent,
QName propertyName,
String parentUUID)
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.