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

java.lang.Object
  extended byorg.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

Constructor Summary
ORMNodeMixinType()
           
ORMNodeMixinType(ORMNodeState node, String nodeUUID, String mixinTypeName)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getDbId()
           
 String getMixinTypeName()
           
 ORMNodeState getNode()
           
 String getNodeUUID()
           
 int hashCode()
           
 void setDbId(Integer dbId)
           
 void setMixinTypeName(String mixinTypeName)
           
 void setNode(ORMNodeState node)
           
 void setNodeUUID(String nodeUUID)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORMNodeMixinType

public ORMNodeMixinType()

ORMNodeMixinType

public ORMNodeMixinType(ORMNodeState node,
                        String nodeUUID,
                        String mixinTypeName)
Method Detail

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.