jstorm.test
Class TestConcurrencyObject
java.lang.Object
|
+--jstorm.mapping.StorableObject
|
+--jstorm.mapping.ConcurrencyObject
|
+--jstorm.test.TestConcurrencyObject
- public class TestConcurrencyObject
- extends ConcurrencyObject
Insert the type's description here.
Creation date: (6/28/2001 8:47:44 AM)
Method Summary |
java.lang.String |
getAttribute()
Insert the method's description here. |
long |
getKeyField()
Insert the method's description here. |
Mapping |
getMapping()
Insert the method's description here. |
void |
setAttribute(java.lang.String newAttribute)
Insert the method's description here. |
void |
setKeyField(long newKeyField)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestConcurrencyObject
public TestConcurrencyObject()
- TestConcurrencyObject constructor comment.
getAttribute
public java.lang.String getAttribute()
- Insert the method's description here.
Creation date: (6/28/2001 9:02:15 AM)
- Returns:
- java.lang.String
getKeyField
public long getKeyField()
- Insert the method's description here.
Creation date: (6/28/2001 9:02:27 AM)
- Returns:
- long
getMapping
public Mapping getMapping()
- Insert the method's description here.
Creation date: (6/28/2001 8:47:44 AM)
- Overrides:
getMapping
in class StorableObject
- Returns:
- com.lante.mapping.Mapping
setAttribute
public void setAttribute(java.lang.String newAttribute)
- Insert the method's description here.
Creation date: (6/28/2001 9:02:15 AM)
- Parameters:
newAttribute
- java.lang.String
setKeyField
public void setKeyField(long newKeyField)
- Insert the method's description here.
Creation date: (6/28/2001 9:02:27 AM)
- Parameters:
newKeyField
- long