AR System Java API

com.bmc.arsys.api
Class ObjectOperationTimes

java.lang.Object
  extended by com.bmc.arsys.api.ObjectOperationTimes

public class ObjectOperationTimes
extends 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

ObjectOperationTimes

public ObjectOperationTimes()

ObjectOperationTimes

public ObjectOperationTimes(Timestamp createTime,
                            Timestamp setTime,
                            Timestamp deleteTime)
Method Detail

getCreateTime

public Timestamp getCreateTime()
Returns:
the createTime

setCreateTime

public void setCreateTime(Timestamp t)
set the createTime

Parameters:
t -

setChangeTime

public void setChangeTime(Timestamp t)
set the changeTime

Parameters:
t -

setDeleteTime

public void setDeleteTime(Timestamp t)
set the deleteTime

Parameters:
t -

getDeleteTime

public Timestamp getDeleteTime()
Returns:
the deleteTime

getChangeTime

public Timestamp getChangeTime()
Returns:
the changeTime

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.