public class ObjectOperationTimes extends Object
| Constructor and Description |
|---|
ObjectOperationTimes() |
ObjectOperationTimes(Timestamp createTime,
Timestamp setTime,
Timestamp deleteTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Timestamp |
getChangeTime() |
Timestamp |
getCreateTime() |
Timestamp |
getDeleteTime() |
int |
hashCode() |
void |
setChangeTime(Timestamp t)
set the changeTime
|
void |
setCreateTime(Timestamp t)
set the createTime
|
void |
setDeleteTime(Timestamp t)
set the deleteTime
|
public Timestamp getCreateTime()
public void setCreateTime(Timestamp t)
t - public void setChangeTime(Timestamp t)
t - public void setDeleteTime(Timestamp t)
t - public Timestamp getDeleteTime()
public Timestamp getChangeTime()
? Copyright 2013 BMC Software, Inc.