org.hyperic.hq.appdef.server.session
Class ServiceType
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.appdef.AppdefBean
org.hyperic.hq.appdef.server.session.AppdefResourceType
org.hyperic.hq.appdef.server.session.ServiceType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable, ContainerManagedTimestampTrackable
public class ServiceType
- extends AppdefResourceType
- 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 |
ServiceType
public ServiceType()
getAuthzType
public int getAuthzType()
- Specified by:
getAuthzType
in class AppdefResourceType
getPlugin
public java.lang.String getPlugin()
setPlugin
public void setPlugin(java.lang.String plugin)
isIsInternal
public boolean isIsInternal()
setIsInternal
public void setIsInternal(boolean internal)
getServerType
public ServerType getServerType()
setServerType
public void setServerType(ServerType serverType)
getApplicationTypes
public java.util.Collection getApplicationTypes()
setApplicationTypes
public void setApplicationTypes(java.util.Collection applications)
getAppServices
public java.util.Collection getAppServices()
setAppServices
public void setAppServices(java.util.Collection appServices)
getServices
public java.util.Collection getServices()
setServices
public void setServices(java.util.Collection services)
getServiceClusters
public java.util.Collection getServiceClusters()
setServiceClusters
public void setServiceClusters(java.util.Collection serviceClusters)
getAppdefType
public int getAppdefType()
- Specified by:
getAppdefType
in class AppdefResourceType
getServiceTypeValue
public ServiceTypeValue getServiceTypeValue()
- Deprecated. use (this) ServiceType object instead
- legacy EJB DTO pattern
- Returns:
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AppdefBean
hashCode
public int hashCode()
- Overrides:
hashCode
in class AppdefBean
getAppdefResourceTypeValue
public AppdefResourceTypeValue getAppdefResourceTypeValue()
- Specified by:
getAppdefResourceTypeValue
in class AppdefResourceType
- Returns:
- the type value object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.