org.apache.ojb.odmg.collections
Class DSetEntry

java.lang.Object
  extended byorg.apache.ojb.odmg.collections.DListEntry
      extended byorg.apache.ojb.odmg.collections.DSetEntry
All Implemented Interfaces:
java.io.Serializable

public class DSetEntry
extends DListEntry

Insert the type's description here. Creation date: (26.02.2001 13:18:35)

Author:
Thomas Mahler
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ojb.odmg.collections.DListEntry
dlistId, id, m_dList, oid, pbKey, position, realSubject
 
Constructor Summary
DSetEntry()
          DSetEntry constructor comment.
DSetEntry(DSetImpl theDSet, java.lang.Object theObject)
          DSetEntry constructor comment.
DSetEntry(int anId, int aDSetId, int pos, Identity anOid)
          DSetEntry constructor comment.
DSetEntry(PBKey pbKey)
           
 
Methods inherited from class org.apache.ojb.odmg.collections.DListEntry
generateNewId, getDlistId, getId, getOid, getPBKey, getPosition, getRealSubject, setDlistId, setId, setOid, setPBKey, setPosition, setRealSubject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSetEntry

public DSetEntry()
DSetEntry constructor comment.


DSetEntry

public DSetEntry(PBKey pbKey)

DSetEntry

public DSetEntry(int anId,
                 int aDSetId,
                 int pos,
                 Identity anOid)
DSetEntry constructor comment.

Parameters:
anId - int
pos - int
anOid - java.lang.String

DSetEntry

public DSetEntry(DSetImpl theDSet,
                 java.lang.Object theObject)
DSetEntry constructor comment.

Parameters:
theObject - java.lang.Object


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14