Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.common.server.session
Class CalendarEntry

java.lang.Object
  extended by org.hyperic.hibernate.PersistedObject
      extended by org.hyperic.hq.common.server.session.CalendarEntry
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WeekEntry

public abstract class CalendarEntry
extends PersistedObject

See Also:
Serialized Form

Constructor Summary
protected CalendarEntry()
           
 
Method Summary
abstract  boolean containsTime(long time)
           
 boolean equals(java.lang.Object obj)
           
 Calendar getCalendar()
           
 int hashCode()
           
protected  void setCalendar(Calendar c)
           
 
Methods inherited from class org.hyperic.hibernate.PersistedObject
get_version_, getId, set_version_, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarEntry

protected CalendarEntry()
Method Detail

getCalendar

public Calendar getCalendar()

setCalendar

protected void setCalendar(Calendar c)

containsTime

public abstract boolean containsTime(long time)

hashCode

public int hashCode()
Overrides:
hashCode in class PersistedObject

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class PersistedObject

Hyperic HQ Plugin API v. 4.4.0.2

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