Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.ui.beans
Class TimelineBean

java.lang.Object
  extended by org.hyperic.hq.ui.beans.TimelineBean

public class TimelineBean
extends java.lang.Object

Contains the time and event tracking information


Constructor Summary
TimelineBean(long time, boolean eventsExist)
          Constructor taking in time and whether or not events exist
 
Method Summary
 long getTime()
           
 boolean isEventsExist()
           
 void setEventsExist(boolean exist)
           
 void setTime(long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimelineBean

public TimelineBean(long time,
                    boolean eventsExist)
Constructor taking in time and whether or not events exist

Method Detail

isEventsExist

public boolean isEventsExist()

setEventsExist

public void setEventsExist(boolean exist)

getTime

public long getTime()

setTime

public void setTime(long time)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.