jstorm.test
Class TestCompositeConcurrencyObject
java.lang.Object
|
+--jstorm.mapping.StorableObject
|
+--jstorm.mapping.ConcurrencyObject
|
+--jstorm.test.TestCompositeConcurrencyObject
- public class TestCompositeConcurrencyObject
- extends ConcurrencyObject
Insert the type's description here.
Creation date: (6/28/2001 8:47:44 AM)
Method Summary |
java.lang.String |
getAttribute1()
Insert the method's description here. |
java.lang.String |
getAttribute2()
Insert the method's description here. |
Mapping |
getMapping()
Insert the method's description here. |
long |
getSecondTableId()
Insert the method's description here. |
long |
getTableId()
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 |
setSecondTableId(long newSecondTableId)
Insert the method's description here. |
void |
setTableId(long newTableId)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCompositeConcurrencyObject
public TestCompositeConcurrencyObject()
getAttribute1
public java.lang.String getAttribute1()
- Insert the method's description here.
Creation date: (6/28/2001 9:25:49 AM)
- Returns:
- java.lang.String
getAttribute2
public java.lang.String getAttribute2()
- Insert the method's description here.
Creation date: (6/28/2001 9:25:49 AM)
- Returns:
- java.lang.String
getMapping
public Mapping getMapping()
- Insert the method's description here.
Creation date: (6/28/2001 9:24:06 AM)
- Overrides:
getMapping
in class StorableObject
- Returns:
- com.lante.mapping.Mapping
getSecondTableId
public long getSecondTableId()
- Insert the method's description here.
Creation date: (6/28/2001 9:25:49 AM)
- Returns:
- long
getTableId
public long getTableId()
- Insert the method's description here.
Creation date: (6/28/2001 9:25:49 AM)
- Returns:
- long
setAttribute1
public void setAttribute1(java.lang.String newAttribute1)
- Insert the method's description here.
Creation date: (6/28/2001 9:25:49 AM)
- Parameters:
newAttribute1
- java.lang.String
setAttribute2
public void setAttribute2(java.lang.String newAttribute2)
- Insert the method's description here.
Creation date: (6/28/2001 9:25:49 AM)
- Parameters:
newAttribute2
- java.lang.String
setSecondTableId
public void setSecondTableId(long newSecondTableId)
- Insert the method's description here.
Creation date: (6/28/2001 9:25:49 AM)
- Parameters:
newSecondTableId
- long
setTableId
public void setTableId(long newTableId)
- Insert the method's description here.
Creation date: (6/28/2001 9:25:49 AM)
- Parameters:
newTableId
- long