ojb.server.collections
Class DSetEntry

java.lang.Object
  |
  +--ojb.server.collections.DListEntry
        |
        +--ojb.server.collections.DSetEntry

public class DSetEntry
extends DListEntry

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


Fields inherited from class ojb.server.collections.DListEntry
dlistId, id, oid, position, realSubject, serializedOID
 
Constructor Summary
DSetEntry()
          DSetEntry constructor comment.
DSetEntry(DSetImpl theDSet, java.lang.Object theObject)
          DSetEntry constructor comment.
DSetEntry(int anId, int aDSetId, int pos, java.lang.String anOid)
          DSetEntry constructor comment.
 
Methods inherited from class ojb.server.collections.DListEntry
generateNewId, getPosition, getRealSubject, 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(int anId,
                 int aDSetId,
                 int pos,
                 java.lang.String anOid)
DSetEntry constructor comment.
Parameters:
anId - int
aDlistId - int
pos - int
anOid - java.lang.String

DSetEntry

public DSetEntry(DSetImpl theDSet,
                 java.lang.Object theObject)
DSetEntry constructor comment.
Parameters:
theDlist - ojb.server.collections.DListImpl
theObject - java.lang.Object


Authors: Thomas Mahler, David Dixon-Peugh. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.1.120, 2001-05-12