ojb.broker
Class SequenceEntry

java.lang.Object
  |
  +--ojb.broker.SequenceEntry
All Implemented Interfaces:
java.io.Serializable

public class SequenceEntry
extends java.lang.Object
implements java.io.Serializable

Insert the type's description here. Creation date: (03.02.2001 18:08:16)

See Also:
Serialized Form

Constructor Summary
SequenceEntry()
          SequenceEntry constructor comment.
SequenceEntry(java.lang.String aClassname, java.lang.String aFieldName, int aCurrentValue)
          SequenceEntry constructor comment.
 
Method Summary
 java.lang.String getClassname()
          Insert the method's description here.
 int getCurrent()
          Insert the method's description here.
 java.lang.String getFieldname()
          Insert the method's description here.
 void setClassname(java.lang.String newClassname)
          Insert the method's description here.
 void setCurrent(int newCurrent)
          Insert the method's description here.
 void setFieldname(java.lang.String newFieldname)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceEntry

public SequenceEntry()
SequenceEntry constructor comment.

SequenceEntry

public SequenceEntry(java.lang.String aClassname,
                     java.lang.String aFieldName,
                     int aCurrentValue)
SequenceEntry constructor comment.
Method Detail

getClassname

public java.lang.String getClassname()
Insert the method's description here. Creation date: (03.02.2001 18:09:11)
Returns:
java.lang.String

getCurrent

public int getCurrent()
Insert the method's description here. Creation date: (03.02.2001 18:09:11)
Returns:
int

getFieldname

public java.lang.String getFieldname()
Insert the method's description here. Creation date: (03.02.2001 18:34:45)
Returns:
java.lang.String

setClassname

public void setClassname(java.lang.String newClassname)
Insert the method's description here. Creation date: (03.02.2001 18:09:11)
Parameters:
newClassname - java.lang.String

setCurrent

public void setCurrent(int newCurrent)
Insert the method's description here. Creation date: (03.02.2001 18:09:11)
Parameters:
newCurrent - int

setFieldname

public void setFieldname(java.lang.String newFieldname)
Insert the method's description here. Creation date: (03.02.2001 18:34:45)
Parameters:
newFieldname - java.lang.String


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