org.hyperic.hq.appdef
Class AppService
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.appdef.AppdefBean
org.hyperic.hq.appdef.AppService
- All Implemented Interfaces:
- java.io.Serializable, ContainerManagedTimestampTrackable
public class AppService
- extends AppdefBean
- 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 |
AppService
public AppService()
AppService
public AppService(java.lang.Integer id)
getService
public Service getService()
setService
public void setService(Service service)
getResourceGroup
public ResourceGroup getResourceGroup()
setResourceGroup
public void setResourceGroup(ResourceGroup group)
getApplication
public Application getApplication()
setApplication
public void setApplication(Application application)
isIsGroup
public boolean isIsGroup()
setIsGroup
public void setIsGroup(boolean isGroup)
getModifiedBy
public java.lang.String getModifiedBy()
setModifiedBy
public void setModifiedBy(java.lang.String modifiedBy)
isEntryPoint
public boolean isEntryPoint()
setEntryPoint
public void setEntryPoint(boolean entryPoint)
getServiceType
public ServiceType getServiceType()
setServiceType
public void setServiceType(ServiceType serviceType)
getAppSvcDependencies
public java.util.Collection getAppSvcDependencies()
setAppSvcDependencies
public void setAppSvcDependencies(java.util.Collection dependents)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AppdefBean
hashCode
public int hashCode()
- Overrides:
hashCode
in class AppdefBean
getAppServiceValue
public AppServiceValue getAppServiceValue()
- Deprecated. use (this) AppService object instead
setAppServiceValue
public void setAppServiceValue(AppServiceValue value)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.