Hyperic HQ Plugin API v. 4.4.0.2

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

java.lang.Object
  extended by org.hyperic.hibernate.PersistedObject
      extended by org.hyperic.hq.common.server.session.Calendar
All Implemented Interfaces:
java.io.Serializable

public class Calendar
extends PersistedObject

See Also:
Serialized Form

Constructor Summary
protected Calendar()
           
 
Method Summary
 boolean containsTime(long time)
           
 boolean equals(java.lang.Object obj)
           
 java.util.Collection getEntries()
           
protected  java.util.Collection getEntriesBag()
           
 java.lang.String getName()
           
 int hashCode()
           
protected  void setEntriesBag(java.util.Collection entries)
           
protected  void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

Calendar

protected Calendar()
Method Detail

getName

public java.lang.String getName()

setName

protected void setName(java.lang.String name)

getEntries

public java.util.Collection getEntries()

getEntriesBag

protected java.util.Collection getEntriesBag()

setEntriesBag

protected void setEntriesBag(java.util.Collection entries)

containsTime

public boolean containsTime(long time)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class PersistedObject

Hyperic HQ Plugin API v. 4.4.0.2

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