jstorm.test
Class TestObject

java.lang.Object
  |
  +--jstorm.mapping.StorableObject
        |
        +--jstorm.test.TestObject

public class TestObject
extends StorableObject

Insert the type's description here. Creation date: (5/23/2001 10:17:06 PM)


Constructor Summary
TestObject()
          TestObject constructor comment.
 
Method Summary
 java.lang.String getAttribute()
          Insert the method's description here.
 java.lang.String getAttribute1()
          Insert the method's description here.
 java.lang.String getAttribute2()
          Insert the method's description here.
 java.sql.Date getDateAttribute()
          Insert the method's description here.
 double getDoubleAttribute()
          Insert the method's description here.
 float getFloatAttribute()
          Insert the method's description here.
 int getIntAttribute()
          Insert the method's description here.
 long getKeyField()
          Insert the method's description here.
 Mapping getMapping()
          Insert the method's description here.
 long getSecondKeyField()
          Insert the method's description here.
 long getSecondTableId()
          Insert the method's description here.
 long getTableId()
          Insert the method's description here.
 void setAttribute(java.lang.String newAttribute)
          Insert the method's description here.
 void setAttribute1(java.lang.String newAttribute1)
          Insert the method's description here.
 void setAttribute2(java.lang.String newAttribute2)
          Insert the method's description here.
 void setDateAttribute(java.sql.Date newDateAttribute)
          Insert the method's description here.
 void setDoubleAttribute(double newDoubleAttribute)
          Insert the method's description here.
 void setFloatAttribute(float newFloatAttribute)
          Insert the method's description here.
 void setIntAttribute(int newIntAttribute)
          Insert the method's description here.
 void setKeyField(long newKeyField)
          Insert the method's description here.
 void setSecondKeyField(long newSecondKeyField)
          Insert the method's description here.
 void setSecondTableId(long newSecondTableId)
          Insert the method's description here.
 void setTableId(long newTableId)
          Insert the method's description here.
 
Methods inherited from class jstorm.mapping.StorableObject
delete, insert, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestObject

public TestObject()
TestObject constructor comment.
Method Detail

getAttribute

public java.lang.String getAttribute()
Insert the method's description here. Creation date: (5/23/2001 10:17:34 PM)
Returns:
java.lang.String

getAttribute1

public java.lang.String getAttribute1()
Insert the method's description here. Creation date: (5/23/2001 10:36:05 PM)
Returns:
java.lang.String

getAttribute2

public java.lang.String getAttribute2()
Insert the method's description here. Creation date: (5/23/2001 10:36:05 PM)
Returns:
java.lang.String

getDateAttribute

public java.sql.Date getDateAttribute()
Insert the method's description here. Creation date: (6/11/2001 4:12:54 PM)
Returns:
java.sql.Date

getDoubleAttribute

public double getDoubleAttribute()
Insert the method's description here. Creation date: (6/11/2001 4:19:24 PM)
Returns:
double

getFloatAttribute

public float getFloatAttribute()
Insert the method's description here. Creation date: (6/11/2001 4:08:44 PM)
Returns:
float

getIntAttribute

public int getIntAttribute()
Insert the method's description here. Creation date: (6/11/2001 4:04:50 PM)
Returns:
int

getKeyField

public long getKeyField()
Insert the method's description here. Creation date: (6/26/2001 2:23:09 PM)
Returns:
long

getMapping

public Mapping getMapping()
Insert the method's description here. Creation date: (6/27/2001 2:28:57 PM)
Overrides:
getMapping in class StorableObject
Returns:
com.lante.mapping.Mapping

getSecondKeyField

public long getSecondKeyField()
Insert the method's description here. Creation date: (6/26/2001 2:23:26 PM)
Returns:
long

getSecondTableId

public long getSecondTableId()
Insert the method's description here. Creation date: (6/26/2001 2:21:58 PM)
Returns:
long

getTableId

public long getTableId()
Insert the method's description here. Creation date: (6/8/2001 2:07:27 PM)
Returns:
long

setAttribute

public void setAttribute(java.lang.String newAttribute)
Insert the method's description here. Creation date: (5/23/2001 10:17:34 PM)
Parameters:
newAttribute - java.lang.String

setAttribute1

public void setAttribute1(java.lang.String newAttribute1)
Insert the method's description here. Creation date: (5/23/2001 10:36:05 PM)
Parameters:
newAttribute1 - java.lang.String

setAttribute2

public void setAttribute2(java.lang.String newAttribute2)
Insert the method's description here. Creation date: (5/23/2001 10:36:05 PM)
Parameters:
newAttribute2 - java.lang.String

setDateAttribute

public void setDateAttribute(java.sql.Date newDateAttribute)
Insert the method's description here. Creation date: (6/11/2001 4:12:54 PM)
Parameters:
newDateAttribute - java.sql.Date

setDoubleAttribute

public void setDoubleAttribute(double newDoubleAttribute)
Insert the method's description here. Creation date: (6/11/2001 4:19:24 PM)
Parameters:
newDoubleAttribute - double

setFloatAttribute

public void setFloatAttribute(float newFloatAttribute)
Insert the method's description here. Creation date: (6/11/2001 4:08:44 PM)
Parameters:
newFloatAttribute - float

setIntAttribute

public void setIntAttribute(int newIntAttribute)
Insert the method's description here. Creation date: (6/11/2001 4:04:50 PM)
Parameters:
newIntAttribute - int

setKeyField

public void setKeyField(long newKeyField)
Insert the method's description here. Creation date: (6/26/2001 2:23:09 PM)
Parameters:
newKeyField - long

setSecondKeyField

public void setSecondKeyField(long newSecondKeyField)
Insert the method's description here. Creation date: (6/26/2001 2:23:26 PM)
Parameters:
newSecondKeyField - long

setSecondTableId

public void setSecondTableId(long newSecondTableId)
Insert the method's description here. Creation date: (6/26/2001 2:21:58 PM)
Parameters:
newSecondTableId - long

setTableId

public void setTableId(long newTableId)
Insert the method's description here. Creation date: (6/8/2001 2:07:27 PM)
Parameters:
newTableId - long