org.hyperic.hq.appdef.shared
Class AIServerValue
java.lang.Object
org.hyperic.hq.appdef.shared.AIAppdefResourceValue
org.hyperic.hq.appdef.shared.AIServerValue
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AIServerExtValue
public class AIServerValue
- extends AIAppdefResourceValue
- implements java.io.Serializable
Value object for AIServer.
- See Also:
- Serialized Form
Constructor Summary |
AIServerValue()
|
AIServerValue(AIServerValue otherValue)
|
AIServerValue(int queueStatus,
byte[] customProperties,
byte[] productConfig,
byte[] controlConfig,
byte[] measurementConfig,
byte[] responseTimeConfig,
long diff,
boolean ignored,
java.lang.String serverTypeName,
java.lang.String name,
java.lang.String autoinventoryIdentifier,
java.lang.String installPath,
java.lang.String description,
boolean servicesAutomanaged,
java.lang.Integer id,
java.lang.Long mTime,
java.lang.Long cTime)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AIServerValue
public AIServerValue()
AIServerValue
public AIServerValue(int queueStatus,
byte[] customProperties,
byte[] productConfig,
byte[] controlConfig,
byte[] measurementConfig,
byte[] responseTimeConfig,
long diff,
boolean ignored,
java.lang.String serverTypeName,
java.lang.String name,
java.lang.String autoinventoryIdentifier,
java.lang.String installPath,
java.lang.String description,
boolean servicesAutomanaged,
java.lang.Integer id,
java.lang.Long mTime,
java.lang.Long cTime)
AIServerValue
public AIServerValue(AIServerValue otherValue)
getQueueStatus
public int getQueueStatus()
- Specified by:
getQueueStatus
in class AIAppdefResourceValue
setQueueStatus
public void setQueueStatus(int queueStatus)
queueStatusHasBeenSet
public boolean queueStatusHasBeenSet()
getCustomProperties
public byte[] getCustomProperties()
setCustomProperties
public void setCustomProperties(byte[] customProperties)
customPropertiesHasBeenSet
public boolean customPropertiesHasBeenSet()
getProductConfig
public byte[] getProductConfig()
setProductConfig
public void setProductConfig(byte[] productConfig)
productConfigHasBeenSet
public boolean productConfigHasBeenSet()
getControlConfig
public byte[] getControlConfig()
setControlConfig
public void setControlConfig(byte[] controlConfig)
controlConfigHasBeenSet
public boolean controlConfigHasBeenSet()
getMeasurementConfig
public byte[] getMeasurementConfig()
setMeasurementConfig
public void setMeasurementConfig(byte[] measurementConfig)
unsetMeasurementConfig
public void unsetMeasurementConfig()
measurementConfigHasBeenSet
public boolean measurementConfigHasBeenSet()
getResponseTimeConfig
public byte[] getResponseTimeConfig()
setResponseTimeConfig
public void setResponseTimeConfig(byte[] responseTimeConfig)
responseTimeConfigHasBeenSet
public boolean responseTimeConfigHasBeenSet()
getDiff
public long getDiff()
setDiff
public void setDiff(long diff)
diffHasBeenSet
public boolean diffHasBeenSet()
getIgnored
public boolean getIgnored()
- Specified by:
getIgnored
in class AIAppdefResourceValue
setIgnored
public void setIgnored(boolean ignored)
ignoredHasBeenSet
public boolean ignoredHasBeenSet()
getServerTypeName
public java.lang.String getServerTypeName()
setServerTypeName
public void setServerTypeName(java.lang.String serverTypeName)
serverTypeNameHasBeenSet
public boolean serverTypeNameHasBeenSet()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
nameHasBeenSet
public boolean nameHasBeenSet()
getAutoinventoryIdentifier
public java.lang.String getAutoinventoryIdentifier()
setAutoinventoryIdentifier
public void setAutoinventoryIdentifier(java.lang.String autoinventoryIdentifier)
autoinventoryIdentifierHasBeenSet
public boolean autoinventoryIdentifierHasBeenSet()
getInstallPath
public java.lang.String getInstallPath()
setInstallPath
public void setInstallPath(java.lang.String installPath)
installPathHasBeenSet
public boolean installPathHasBeenSet()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
descriptionHasBeenSet
public boolean descriptionHasBeenSet()
getServicesAutomanaged
public boolean getServicesAutomanaged()
setServicesAutomanaged
public void setServicesAutomanaged(boolean servicesAutomanaged)
servicesAutomanagedHasBeenSet
public boolean servicesAutomanagedHasBeenSet()
getId
public java.lang.Integer getId()
- Specified by:
getId
in class AIAppdefResourceValue
setId
public void setId(java.lang.Integer id)
idHasBeenSet
public boolean idHasBeenSet()
getMTime
public java.lang.Long getMTime()
setMTime
public void setMTime(java.lang.Long mTime)
mTimeHasBeenSet
public boolean mTimeHasBeenSet()
getCTime
public java.lang.Long getCTime()
setCTime
public void setCTime(java.lang.Long cTime)
cTimeHasBeenSet
public boolean cTimeHasBeenSet()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hasIdentity
protected boolean hasIdentity()
- A Value object have an identity if its attributes making its Primary Key
has all been set. One object without identity is never equal to any other
object.
- Returns:
- true if this instance have an identity.
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
isIdentical
public boolean isIdentical(java.lang.Object other)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.