org.hyperic.hq.autoinventory
Class AIService
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.appdef.AppdefBean
org.hyperic.hq.appdef.server.session.AppdefNamedBean
org.hyperic.hq.autoinventory.AIService
- All Implemented Interfaces:
- java.io.Serializable, ContainerManagedTimestampTrackable
public class AIService
- extends AppdefNamedBean
- See Also:
- Serialized Form
Methods inherited from class org.hyperic.hq.appdef.server.session.AppdefNamedBean |
getAuthzOp, getDescription, getLocation, getModifiedBy, getName, getSortName, setDescription, setLocation, setModifiedBy, setName, setSortName |
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 |
AIService
public AIService()
- default constructor
AIService
public AIService(AIServiceValue sv)
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
getServiceTypeName
public java.lang.String getServiceTypeName()
setServiceTypeName
public void setServiceTypeName(java.lang.String serviceTypeName)
getQueueStatus
public java.lang.Integer getQueueStatus()
setQueueStatus
public void setQueueStatus(java.lang.Integer queueStatus)
getDiff
public long getDiff()
setDiff
public void setDiff(long diff)
isIgnored
public boolean isIgnored()
setIgnored
public void setIgnored(boolean ignored)
getCustomProperties
public byte[] getCustomProperties()
setCustomProperties
public void setCustomProperties(byte[] customProperties)
getProductConfig
public byte[] getProductConfig()
setProductConfig
public void setProductConfig(byte[] productConfig)
getControlConfig
public byte[] getControlConfig()
setControlConfig
public void setControlConfig(byte[] controlConfig)
getMeasurementConfig
public byte[] getMeasurementConfig()
setMeasurementConfig
public void setMeasurementConfig(byte[] measurementConfig)
getResponseTimeConfig
public byte[] getResponseTimeConfig()
setResponseTimeConfig
public void setResponseTimeConfig(byte[] responseTimeConfig)
getServer
public Server getServer()
setServer
public void setServer(Server server)
getAIServiceValue
public AIServiceValue getAIServiceValue()
- Deprecated. use (this) AIService object instead
- legacy EJB DTO pattern
- Returns:
setAIServiceValue
public void setAIServiceValue(AIServiceValue valueHolder)
getServerId
public int getServerId()
setServerId
public void setServerId(int server)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AppdefBean
hashCode
public int hashCode()
- Overrides:
hashCode
in class AppdefBean
getAppdefResourceType
public AppdefResourceType getAppdefResourceType()
- For compatibility
- Specified by:
getAppdefResourceType
in class AppdefNamedBean
getAppdefResourceValue
public AppdefResourceValue getAppdefResourceValue()
- For compatibility
- Specified by:
getAppdefResourceValue
in class AppdefNamedBean
_getAuthzOp
protected java.lang.String _getAuthzOp(java.lang.String op)
- Specified by:
_getAuthzOp
in class AppdefNamedBean
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.