jstorm.test
Class TestAggregateObject
java.lang.Object
|
+--jstorm.mapping.StorableObject
|
+--jstorm.test.TestAggregateObject
- public class TestAggregateObject
- extends StorableObject
Insert the type's description here.
Creation date: (5/23/2001 10:17:06 PM)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestAggregateObject
public TestAggregateObject()
getAggregateAttribute
public java.lang.String getAggregateAttribute()
- Insert the method's description here.
Creation date: (6/8/2001 3:59:38 PM)
- Returns:
- java.lang.String
getAggregateTableId
public long getAggregateTableId()
- Insert the method's description here.
Creation date: (6/8/2001 3:59:38 PM)
- Returns:
- long
getMapping
public Mapping getMapping()
- Description copied from class:
StorableObject
- Insert the method's description here.
Creation date: (6/26/2001 10:56:06 AM)
- Overrides:
getMapping
in class StorableObject
- Following copied from class:
jstorm.mapping.StorableObject
- Returns:
- com.lante.mapping.Mapping
getTestObject
public TestObject getTestObject()
- Insert the method's description here.
Creation date: (6/8/2001 3:59:38 PM)
- Returns:
- com.lante.mapping.TestObject
setAggregateAttribute
public void setAggregateAttribute(java.lang.String newAggregateAttribute)
- Insert the method's description here.
Creation date: (6/8/2001 3:59:38 PM)
- Parameters:
newAggregateAttribute
- java.lang.String
setAggregateTableId
public void setAggregateTableId(long newAggregateTableId)
- Insert the method's description here.
Creation date: (6/8/2001 3:59:38 PM)
- Parameters:
newAggregateTableId
- long
setTestObject
public void setTestObject(TestObject newTestObject)
- Insert the method's description here.
Creation date: (6/8/2001 3:59:38 PM)
- Parameters:
newTestObject
- com.lante.mapping.TestObject