|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.ObjectOperationTimes
public class ObjectOperationTimes
This class represents the operation timestamp of the objects. ObjectOperationTimes contains timestamps for the last operations on each object
Constructor Summary | |
---|---|
ObjectOperationTimes()
|
|
ObjectOperationTimes(Timestamp createTime,
Timestamp setTime,
Timestamp deleteTime)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectOperationTimes()
public ObjectOperationTimes(Timestamp createTime, Timestamp setTime, Timestamp deleteTime)
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |