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:
- java.io.Serializable
- Direct Known Subclasses:
- AIPlatformWithStatus, PlatformResource
public class AIPlatformValue
- extends AIAppdefResourceValue
- implements java.io.Serializable
Value object for AIPlatform.
- See Also:
- Serialized Form
Constructor Summary |
AIPlatformValue()
|
AIPlatformValue(AIPlatformValue otherValue)
|
AIPlatformValue(java.lang.String agentToken,
int queueStatus,
byte[] customProperties,
byte[] productConfig,
byte[] controlConfig,
byte[] measurementConfig,
long diff,
boolean ignored,
java.lang.String platformTypeName,
java.lang.Long lastApproved,
java.lang.String certdn,
java.lang.String fqdn,
java.lang.String name,
java.lang.String location,
java.lang.String description,
java.lang.Integer cpuCount,
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 |
addedAIIpValues
protected java.util.Collection addedAIIpValues
removedAIIpValues
protected java.util.Collection removedAIIpValues
updatedAIIpValues
protected java.util.Collection updatedAIIpValues
addedAIServerValues
protected java.util.Collection addedAIServerValues
removedAIServerValues
protected java.util.Collection removedAIServerValues
updatedAIServerValues
protected java.util.Collection updatedAIServerValues
AIPlatformValue
public AIPlatformValue()
AIPlatformValue
public AIPlatformValue(java.lang.String agentToken,
int queueStatus,
byte[] customProperties,
byte[] productConfig,
byte[] controlConfig,
byte[] measurementConfig,
long diff,
boolean ignored,
java.lang.String platformTypeName,
java.lang.Long lastApproved,
java.lang.String certdn,
java.lang.String fqdn,
java.lang.String name,
java.lang.String location,
java.lang.String description,
java.lang.Integer cpuCount,
java.lang.Integer id,
java.lang.Long mTime,
java.lang.Long cTime)
AIPlatformValue
public AIPlatformValue(AIPlatformValue otherValue)
getAgentToken
public java.lang.String getAgentToken()
setAgentToken
public void setAgentToken(java.lang.String agentToken)
agentTokenHasBeenSet
public boolean agentTokenHasBeenSet()
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)
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 AIAppdefResourceValue
setIgnored
public void setIgnored(boolean ignored)
ignoredHasBeenSet
public boolean ignoredHasBeenSet()
getPlatformTypeName
public java.lang.String getPlatformTypeName()
setPlatformTypeName
public void setPlatformTypeName(java.lang.String platformTypeName)
platformTypeNameHasBeenSet
public boolean platformTypeNameHasBeenSet()
getLastApproved
public java.lang.Long getLastApproved()
setLastApproved
public void setLastApproved(java.lang.Long lastApproved)
lastApprovedHasBeenSet
public boolean lastApprovedHasBeenSet()
getCertdn
public java.lang.String getCertdn()
setCertdn
public void setCertdn(java.lang.String certdn)
certdnHasBeenSet
public boolean certdnHasBeenSet()
getFqdn
public java.lang.String getFqdn()
setFqdn
public void setFqdn(java.lang.String fqdn)
fqdnHasBeenSet
public boolean fqdnHasBeenSet()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
nameHasBeenSet
public boolean nameHasBeenSet()
getLocation
public java.lang.String getLocation()
setLocation
public void setLocation(java.lang.String location)
locationHasBeenSet
public boolean locationHasBeenSet()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
descriptionHasBeenSet
public boolean descriptionHasBeenSet()
getCpuCount
public java.lang.Integer getCpuCount()
setCpuCount
public void setCpuCount(java.lang.Integer cpuCount)
cpuCountHasBeenSet
public boolean cpuCountHasBeenSet()
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()
getAddedAIIpValues
public java.util.Collection getAddedAIIpValues()
getRemovedAIIpValues
public java.util.Collection getRemovedAIIpValues()
getUpdatedAIIpValues
public java.util.Collection getUpdatedAIIpValues()
getAIIpValues
public AIIpValue[] getAIIpValues()
addAIIpValue
public void addAIIpValue(AIIpValue added)
removeAIIpValue
public void removeAIIpValue(AIIpValue removed)
removeAllAIIpValues
public void removeAllAIIpValues()
updateAIIpValue
public void updateAIIpValue(AIIpValue updated)
cleanAIIpValue
public void cleanAIIpValue()
copyAIIpValuesFrom
public void copyAIIpValuesFrom(AIPlatformValue from)
getAddedAIServerValues
public java.util.Collection getAddedAIServerValues()
getRemovedAIServerValues
public java.util.Collection getRemovedAIServerValues()
getUpdatedAIServerValues
public java.util.Collection getUpdatedAIServerValues()
getAIServerValues
public AIServerValue[] getAIServerValues()
addAIServerValue
public void addAIServerValue(AIServerValue added)
removeAIServerValue
public void removeAIServerValue(AIServerValue removed)
removeAllAIServerValues
public void removeAllAIServerValues()
updateAIServerValue
public void updateAIServerValue(AIServerValue updated)
cleanAIServerValue
public void cleanAIServerValue()
copyAIServerValuesFrom
public void copyAIServerValuesFrom(AIPlatformValue from)
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.