Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.appdef
Class AppService

java.lang.Object
  extended by org.hyperic.hibernate.PersistedObject
      extended by org.hyperic.hq.appdef.AppdefBean
          extended by org.hyperic.hq.appdef.AppService
All Implemented Interfaces:
java.io.Serializable, ContainerManagedTimestampTrackable

public class AppService
extends AppdefBean

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hyperic.hq.appdef.AppdefBean
cid, creationTime, modifiedTime
 
Constructor Summary
AppService()
           
AppService(java.lang.Integer id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Application getApplication()
           
 AppServiceValue getAppServiceValue()
          Deprecated. use (this) AppService object instead
 java.util.Collection getAppSvcDependencies()
           
 java.lang.String getModifiedBy()
           
 ResourceGroup getResourceGroup()
           
 Service getService()
           
 ServiceType getServiceType()
           
 int hashCode()
           
 boolean isEntryPoint()
           
 boolean isIsGroup()
           
 void setApplication(Application application)
           
 void setAppServiceValue(AppServiceValue value)
           
 void setAppSvcDependencies(java.util.Collection dependents)
           
 void setEntryPoint(boolean entryPoint)
           
 void setIsGroup(boolean isGroup)
           
 void setModifiedBy(java.lang.String modifiedBy)
           
 void setResourceGroup(ResourceGroup group)
           
 void setService(Service service)
           
 void setServiceType(ServiceType serviceType)
           
 
Methods inherited from class org.hyperic.hq.appdef.AppdefBean
allowContainerManagedCreationTime, allowContainerManagedLastModifiedTime, getCid, getCreationTime, getCTime, getModifiedTime, getMTime, matchesValueObject, setCid, setCreationTime, setModifiedTime
 
Methods inherited from class org.hyperic.hibernate.PersistedObject
get_version_, getId, set_version_, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppService

public AppService()

AppService

public AppService(java.lang.Integer id)
Method Detail

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)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.