org.hyperic.hq.appdef
Class ServerBase
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.ServerBase
- All Implemented Interfaces:
- java.io.Serializable, ContainerManagedTimestampTrackable
- Direct Known Subclasses:
- AIServer, Server
public abstract class ServerBase
- extends AppdefResource
- See Also:
- Serialized Form
Methods inherited from class org.hyperic.hq.appdef.AppdefBean |
allowContainerManagedCreationTime, allowContainerManagedLastModifiedTime, equals, getCid, getCreationTime, getCTime, getModifiedTime, getMTime, hashCode, matchesValueObject, setCid, setCreationTime, setModifiedTime |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
autoinventoryIdentifier
protected java.lang.String autoinventoryIdentifier
installPath
protected java.lang.String installPath
servicesAutomanaged
protected boolean servicesAutomanaged
ServerBase
public ServerBase()
getAutoinventoryIdentifier
public java.lang.String getAutoinventoryIdentifier()
setAutoinventoryIdentifier
public void setAutoinventoryIdentifier(java.lang.String autoinventoryIdentifier)
getInstallPath
public java.lang.String getInstallPath()
setInstallPath
public void setInstallPath(java.lang.String installPath)
isServicesAutomanaged
public boolean isServicesAutomanaged()
setServicesAutomanaged
public void setServicesAutomanaged(boolean servicesAutomanaged)
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
getServicesAutomanaged
public boolean getServicesAutomanaged()
- Deprecated. use isServicesAutomanaged()
- Returns:
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.