org.apache.oodt.cas.filemgr.structs.query.filter
Class ObjectTimeEvent<objType>

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
      extended by org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent<objType>
All Implemented Interfaces:
Comparable<TimeEvent>

public class ObjectTimeEvent<objType>
extends TimeEvent

Version:
$Revision: 13181 $

A TimeEvent associated with a particular Object

.
Author:
bfoster

Field Summary
 
Fields inherited from class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
dur, endTime, priority, startTime
 
Constructor Summary
ObjectTimeEvent(long startTime, long endTime, double priority, objType timeObj)
           
ObjectTimeEvent(long startTime, long endTime, objType timeObj)
           
 
Method Summary
 boolean equals(Object obj)
           
 objType getTimeObject()
           
 String toString()
           
 
Methods inherited from class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
compareTo, getDuration, getEndTime, getPriority, getStartTime, happenAtSameTime, setPriority
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectTimeEvent

public ObjectTimeEvent(long startTime,
                       long endTime,
                       objType timeObj)

ObjectTimeEvent

public ObjectTimeEvent(long startTime,
                       long endTime,
                       double priority,
                       objType timeObj)
Method Detail

getTimeObject

public objType getTimeObject()

equals

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

toString

public String toString()
Overrides:
toString in class TimeEvent


Copyright © 1999-2011 Apache OODT. All Rights Reserved.