|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--test.ojb.broker.LockedByVersion
Constructor Summary | |
LockedByVersion()
|
|
LockedByVersion(int theId,
java.lang.String theValue,
int theVersion)
|
Method Summary | |
int |
getId()
Gets the id. |
java.lang.String |
getValue()
Gets the value. |
int |
getVersion()
Gets the version. |
void |
setId(int id)
Sets the id. |
void |
setValue(java.lang.String value)
Sets the value. |
void |
setVersion(int version)
Sets the version. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LockedByVersion()
public LockedByVersion(int theId, java.lang.String theValue, int theVersion)
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 int getVersion()
public void setVersion(int version)
version
- The version to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |