org.hyperic.hq.appdef.server.session
Class PlatformBase
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.appdef.AppdefBean
org.hyperic.hq.appdef.server.session.AppdefNamedBean
org.hyperic.hq.appdef.server.session.AppdefResource
org.hyperic.hq.appdef.server.session.PlatformBase
- All Implemented Interfaces:
- java.io.Serializable, ContainerManagedTimestampTrackable
- Direct Known Subclasses:
- AIPlatform, Platform
public abstract class PlatformBase
- extends AppdefResource
Base for platform inventory
- See Also:
- Serialized Form
Methods inherited from class org.hyperic.hq.appdef.AppdefBean |
allowContainerManagedCreationTime, allowContainerManagedLastModifiedTime, getCid, getCreationTime, getCTime, getModifiedTime, getMTime, matchesValueObject, setCid, setCreationTime, setModifiedTime |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PlatformBase
public PlatformBase()
getFqdn
public java.lang.String getFqdn()
setFqdn
public void setFqdn(java.lang.String fqDN)
getEntityId
public AppdefEntityID getEntityId()
- Description copied from class:
AppdefNamedBean
- Get the appdefEntityId for this platform
legacy code from EJB entity bean
- Specified by:
getEntityId
in class AppdefNamedBean
getCertdn
public java.lang.String getCertdn()
setCertdn
public void setCertdn(java.lang.String certDN)
getCpuCount
public java.lang.Integer getCpuCount()
setCpuCount
public void setCpuCount(java.lang.Integer cpuCount)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AppdefBean
hashCode
public int hashCode()
- Overrides:
hashCode
in class AppdefBean
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.