| java.lang.Object org.apache.ojb.broker.LockedByTimestamp
LockedByTimestamp | public LockedByTimestamp()(Code) | | |
getId | public int getId()(Code) | | Gets the id.
Returns a int |
getTimestamp | public Timestamp getTimestamp()(Code) | | Gets the timestamp.
Returns a Timestamp |
getValue | public String getValue()(Code) | | Gets the value.
Returns a String |
setId | public void setId(int id)(Code) | | Sets the id.
Parameters: id - The id to set |
setTimestamp | public void setTimestamp(Timestamp timestamp)(Code) | | Sets the timestamp.
Parameters: timestamp - The timestamp to set |
setValue | public void setValue(String value)(Code) | | Sets the value.
Parameters: value - The value to set |
|
|