org.hyperic.hq.hqu.server.session
Class Attachment
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.hqu.server.session.Attachment
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AttachmentAdmin, AttachmentMasthead, AttachmentResource
public class Attachment
- extends PersistedObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Attachment
protected Attachment()
getView
public View getView()
setView
protected void setView(View view)
getAttachTime
public long getAttachTime()
setAttachTime
protected void setAttachTime(long attachTime)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- 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 PersistedObject
hashCode
public int hashCode()
- Overrides:
hashCode
in class PersistedObject
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.