org.hyperic.hq.appdef.shared
Class AIPlatformValue
java.lang.Object
org.hyperic.hq.appdef.shared.AIAppdefResourceValue
org.hyperic.hq.appdef.shared.AIPlatformValue
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PlatformResource
public class AIPlatformValue
- extends org.hyperic.hq.appdef.shared.AIAppdefResourceValue
- implements Serializable
Value object for AIPlatform.
- See Also:
- Serialized Form
Constructor Summary |
AIPlatformValue()
|
AIPlatformValue(AIPlatformValue otherValue)
|
AIPlatformValue(String agentToken,
int queueStatus,
byte[] customProperties,
byte[] productConfig,
byte[] controlConfig,
byte[] measurementConfig,
long diff,
boolean ignored,
String platformTypeName,
Long lastApproved,
String certdn,
String fqdn,
String name,
String location,
String description,
Integer cpuCount,
Integer id,
Long mTime,
Long cTime)
|
Methods inherited from class org.hyperic.hq.appdef.shared.AIAppdefResourceValue |
getQueueStatusStr, isAutoApprove, setAutoApprove |
addedAIIpValues
protected Collection addedAIIpValues
removedAIIpValues
protected Collection removedAIIpValues
updatedAIIpValues
protected Collection updatedAIIpValues
addedAIServerValues
protected Collection addedAIServerValues
removedAIServerValues
protected Collection removedAIServerValues
updatedAIServerValues
protected Collection updatedAIServerValues
AIPlatformValue
public AIPlatformValue()
AIPlatformValue
public AIPlatformValue(String agentToken,
int queueStatus,
byte[] customProperties,
byte[] productConfig,
byte[] controlConfig,
byte[] measurementConfig,
long diff,
boolean ignored,
String platformTypeName,
Long lastApproved,
String certdn,
String fqdn,
String name,
String location,
String description,
Integer cpuCount,
Integer id,
Long mTime,
Long cTime)
AIPlatformValue
public AIPlatformValue(AIPlatformValue otherValue)
getAgentToken
public String getAgentToken()
setAgentToken
public void setAgentToken(String agentToken)
agentTokenHasBeenSet
public boolean agentTokenHasBeenSet()
getQueueStatus
public int getQueueStatus()
- Specified by:
getQueueStatus
in class org.hyperic.hq.appdef.shared.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)
measurementConfigHasBeenSet
public boolean measurementConfigHasBeenSet()
getDiff
public long getDiff()
setDiff
public void setDiff(long diff)
diffHasBeenSet
public boolean diffHasBeenSet()
getIgnored
public boolean getIgnored()
- Specified by:
getIgnored
in class org.hyperic.hq.appdef.shared.AIAppdefResourceValue
setIgnored
public void setIgnored(boolean ignored)
ignoredHasBeenSet
public boolean ignoredHasBeenSet()
getPlatformTypeName
public String getPlatformTypeName()
setPlatformTypeName
public void setPlatformTypeName(String platformTypeName)
platformTypeNameHasBeenSet
public boolean platformTypeNameHasBeenSet()
getLastApproved
public Long getLastApproved()
setLastApproved
public void setLastApproved(Long lastApproved)
lastApprovedHasBeenSet
public boolean lastApprovedHasBeenSet()
getCertdn
public String getCertdn()
setCertdn
public void setCertdn(String certdn)
certdnHasBeenSet
public boolean certdnHasBeenSet()
getFqdn
public String getFqdn()
setFqdn
public void setFqdn(String fqdn)
fqdnHasBeenSet
public boolean fqdnHasBeenSet()
getName
public String getName()
setName
public void setName(String name)
nameHasBeenSet
public boolean nameHasBeenSet()
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
locationHasBeenSet
public boolean locationHasBeenSet()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
descriptionHasBeenSet
public boolean descriptionHasBeenSet()
getCpuCount
public Integer getCpuCount()
setCpuCount
public void setCpuCount(Integer cpuCount)
cpuCountHasBeenSet
public boolean cpuCountHasBeenSet()
getId
public Integer getId()
- Specified by:
getId
in class org.hyperic.hq.appdef.shared.AIAppdefResourceValue
setId
public void setId(Integer id)
idHasBeenSet
public boolean idHasBeenSet()
getMTime
public Long getMTime()
setMTime
public void setMTime(Long mTime)
mTimeHasBeenSet
public boolean mTimeHasBeenSet()
getCTime
public Long getCTime()
setCTime
public void setCTime(Long cTime)
cTimeHasBeenSet
public boolean cTimeHasBeenSet()
getAddedAIIpValues
public Collection getAddedAIIpValues()
getRemovedAIIpValues
public Collection getRemovedAIIpValues()
getUpdatedAIIpValues
public Collection getUpdatedAIIpValues()
getAIIpValues
public org.hyperic.hq.appdef.shared.AIIpValue[] getAIIpValues()
addAIIpValue
public void addAIIpValue(org.hyperic.hq.appdef.shared.AIIpValue added)
removeAIIpValue
public void removeAIIpValue(org.hyperic.hq.appdef.shared.AIIpValue removed)
removeAllAIIpValues
public void removeAllAIIpValues()
updateAIIpValue
public void updateAIIpValue(org.hyperic.hq.appdef.shared.AIIpValue updated)
cleanAIIpValue
public void cleanAIIpValue()
copyAIIpValuesFrom
public void copyAIIpValuesFrom(AIPlatformValue from)
getAddedAIServerValues
public Collection getAddedAIServerValues()
getRemovedAIServerValues
public Collection getRemovedAIServerValues()
getUpdatedAIServerValues
public Collection getUpdatedAIServerValues()
getAIServerValues
public org.hyperic.hq.appdef.shared.AIServerValue[] getAIServerValues()
addAIServerValue
public void addAIServerValue(org.hyperic.hq.appdef.shared.AIServerValue added)
removeAIServerValue
public void removeAIServerValue(org.hyperic.hq.appdef.shared.AIServerValue removed)
removeAllAIServerValues
public void removeAllAIServerValues()
updateAIServerValue
public void updateAIServerValue(org.hyperic.hq.appdef.shared.AIServerValue updated)
cleanAIServerValue
public void cleanAIServerValue()
copyAIServerValuesFrom
public void copyAIServerValuesFrom(AIPlatformValue from)
toString
public String toString()
- Overrides:
toString
in class 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(Object other)
- Overrides:
equals
in class Object
isIdentical
public boolean isIdentical(Object other)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
isPlatformDevice
public boolean isPlatformDevice()
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.