|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--test.ojb.broker.LockedByTimestamp
Constructor Summary | |
LockedByTimestamp()
|
|
LockedByTimestamp(int theId,
java.lang.String theValue,
java.sql.Timestamp theTimestamp)
|
Method Summary | |
int |
getId()
Gets the id. |
java.sql.Timestamp |
getTimestamp()
Gets the timestamp. |
java.lang.String |
getValue()
Gets the value. |
void |
setId(int id)
Sets the id. |
void |
setTimestamp(java.sql.Timestamp timestamp)
Sets the timestamp. |
void |
setValue(java.lang.String value)
Sets the value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LockedByTimestamp()
public LockedByTimestamp(int theId, java.lang.String theValue, java.sql.Timestamp theTimestamp)
Method Detail |
public int getId()
public void setId(int id)
id
- The id to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The value to setpublic java.sql.Timestamp getTimestamp()
public void setTimestamp(java.sql.Timestamp timestamp)
timestamp
- The timestamp to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |