org.apache.jackrabbit.core.state.orm
Class ORMNodeMixinType
java.lang.Object
org.apache.jackrabbit.core.state.orm.ORMNodeMixinType
- All Implemented Interfaces:
- Serializable
- public class ORMNodeMixinType
- extends Object
- implements Serializable
This class represents a single entry of a mixin type for a node.
- See Also:
- Serialized Form
ORMNodeMixinType
public ORMNodeMixinType()
ORMNodeMixinType
public ORMNodeMixinType(ORMNodeState node,
String nodeUUID,
String mixinTypeName)
setNodeUUID
public void setNodeUUID(String nodeUUID)
setMixinTypeName
public void setMixinTypeName(String mixinTypeName)
setDbId
public void setDbId(Integer dbId)
setNode
public void setNode(ORMNodeState node)
getNodeUUID
public String getNodeUUID()
getMixinTypeName
public String getMixinTypeName()
getDbId
public Integer getDbId()
getNode
public ORMNodeState getNode()
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.