org.hyperic.hq.hqu.server.session
Class AttachmentMasthead
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.hqu.server.session.Attachment
org.hyperic.hq.hqu.server.session.AttachmentMasthead
- All Implemented Interfaces:
- java.io.Serializable
public class AttachmentMasthead
- extends Attachment
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AttachmentMasthead
protected AttachmentMasthead()
getCategoryEnum
protected java.lang.String getCategoryEnum()
setCategoryEnum
protected void setCategoryEnum(java.lang.String cat)
getCategory
public ViewMastheadCategory getCategory()
toString
public java.lang.String toString()
- Overrides:
toString
in class Attachment
equals
public boolean equals(java.lang.Object obj)
- Description copied from class:
Attachment
- TODO: We probably need to subclass the attachments into their specific
types (such as admin, etc.), via a Hibernate subclass. This way
each object can do a proper .equals()
- Overrides:
equals
in class Attachment
hashCode
public int hashCode()
- Overrides:
hashCode
in class Attachment
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.