org.hyperic.hq.hqu.server.session
Class View
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.hqu.server.session.View
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ViewAdmin, ViewMasthead, ViewResource
public abstract class View
- extends PersistedObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
View
protected View()
View
protected View(UIPlugin plugin,
ViewDescriptor view,
AttachType attach)
getPlugin
public UIPlugin getPlugin()
setPlugin
protected void setPlugin(UIPlugin plugin)
getPath
public java.lang.String getPath()
setPath
protected void setPath(java.lang.String path)
getDescription
public java.lang.String getDescription()
setDescription
protected void setDescription(java.lang.String descr)
getAttachTypeEnum
protected int getAttachTypeEnum()
setAttachTypeEnum
protected void setAttachTypeEnum(int code)
getAttachType
public AttachType getAttachType()
getAttachmentsBag
protected java.util.Collection getAttachmentsBag()
setAttachmentsBag
protected void setAttachmentsBag(java.util.Collection a)
getAttachments
public java.util.Collection getAttachments()
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
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.