|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jstorm.mapping.StorableObject | +--jstorm.test.TestObject
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 |
public TestObject()
Method Detail |
public java.lang.String getAttribute()
public java.lang.String getAttribute1()
public java.lang.String getAttribute2()
public java.sql.Date getDateAttribute()
public double getDoubleAttribute()
public float getFloatAttribute()
public int getIntAttribute()
public long getKeyField()
public Mapping getMapping()
getMapping
in class StorableObject
public long getSecondKeyField()
public long getSecondTableId()
public long getTableId()
public void setAttribute(java.lang.String newAttribute)
newAttribute
- java.lang.Stringpublic void setAttribute1(java.lang.String newAttribute1)
newAttribute1
- java.lang.Stringpublic void setAttribute2(java.lang.String newAttribute2)
newAttribute2
- java.lang.Stringpublic void setDateAttribute(java.sql.Date newDateAttribute)
newDateAttribute
- java.sql.Datepublic void setDoubleAttribute(double newDoubleAttribute)
newDoubleAttribute
- doublepublic void setFloatAttribute(float newFloatAttribute)
newFloatAttribute
- floatpublic void setIntAttribute(int newIntAttribute)
newIntAttribute
- intpublic void setKeyField(long newKeyField)
newKeyField
- longpublic void setSecondKeyField(long newSecondKeyField)
newSecondKeyField
- longpublic void setSecondTableId(long newSecondTableId)
newSecondTableId
- longpublic void setTableId(long newTableId)
newTableId
- long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |