org.hyperic.hq.appdef.shared
Class ServerValue
java.lang.Object
org.hyperic.hq.appdef.shared.AppdefResourceValue
org.hyperic.hq.appdef.shared.ServerValue
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public class ServerValue
- extends AppdefResourceValue
- implements java.io.Serializable
Value object for Server.
- See Also:
- Serialized Form
Constructor Summary |
ServerValue()
|
ServerValue(ServerValue otherValue)
|
ServerValue(java.lang.String sortName,
boolean runtimeAutodiscovery,
boolean wasAutodiscovered,
boolean autodiscoveryZombie,
java.lang.Integer configResponseId,
java.lang.String modifiedBy,
java.lang.String owner,
java.lang.String location,
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 |
ServerValue
public ServerValue()
ServerValue
public ServerValue(java.lang.String sortName,
boolean runtimeAutodiscovery,
boolean wasAutodiscovered,
boolean autodiscoveryZombie,
java.lang.Integer configResponseId,
java.lang.String modifiedBy,
java.lang.String owner,
java.lang.String location,
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)
ServerValue
public ServerValue(ServerValue otherValue)
getSortName
public java.lang.String getSortName()
setSortName
public void setSortName(java.lang.String sortName)
sortNameHasBeenSet
public boolean sortNameHasBeenSet()
getRuntimeAutodiscovery
public boolean getRuntimeAutodiscovery()
setRuntimeAutodiscovery
public void setRuntimeAutodiscovery(boolean runtimeAutodiscovery)
runtimeAutodiscoveryHasBeenSet
public boolean runtimeAutodiscoveryHasBeenSet()
getWasAutodiscovered
public boolean getWasAutodiscovered()
setWasAutodiscovered
public void setWasAutodiscovered(boolean wasAutodiscovered)
wasAutodiscoveredHasBeenSet
public boolean wasAutodiscoveredHasBeenSet()
getAutodiscoveryZombie
public boolean getAutodiscoveryZombie()
setAutodiscoveryZombie
public void setAutodiscoveryZombie(boolean autodiscoveryZombie)
autodiscoveryZombieHasBeenSet
public boolean autodiscoveryZombieHasBeenSet()
getConfigResponseId
public java.lang.Integer getConfigResponseId()
setConfigResponseId
public void setConfigResponseId(java.lang.Integer configResponseId)
configResponseIdHasBeenSet
public boolean configResponseIdHasBeenSet()
getModifiedBy
public java.lang.String getModifiedBy()
- Specified by:
getModifiedBy
in class AppdefResourceValue
setModifiedBy
public void setModifiedBy(java.lang.String modifiedBy)
- Specified by:
setModifiedBy
in class AppdefResourceValue
modifiedByHasBeenSet
public boolean modifiedByHasBeenSet()
getOwner
public java.lang.String getOwner()
- Specified by:
getOwner
in class AppdefResourceValue
setOwner
public void setOwner(java.lang.String owner)
- Specified by:
setOwner
in class AppdefResourceValue
ownerHasBeenSet
public boolean ownerHasBeenSet()
getLocation
public java.lang.String getLocation()
- Specified by:
getLocation
in class AppdefResourceValue
setLocation
public void setLocation(java.lang.String location)
- Specified by:
setLocation
in class AppdefResourceValue
locationHasBeenSet
public boolean locationHasBeenSet()
getName
public java.lang.String getName()
- Specified by:
getName
in class AppdefResourceValue
setName
public void setName(java.lang.String name)
- Specified by:
setName
in class AppdefResourceValue
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()
- Specified by:
getDescription
in class AppdefResourceValue
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in class AppdefResourceValue
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 AppdefResourceValue
setId
public void setId(java.lang.Integer id)
- Specified by:
setId
in class AppdefResourceValue
idHasBeenSet
public boolean idHasBeenSet()
getMTime
public java.lang.Long getMTime()
- Specified by:
getMTime
in class AppdefResourceValue
setMTime
public void setMTime(java.lang.Long mTime)
mTimeHasBeenSet
public boolean mTimeHasBeenSet()
getCTime
public java.lang.Long getCTime()
- Specified by:
getCTime
in class AppdefResourceValue
setCTime
public void setCTime(java.lang.Long cTime)
cTimeHasBeenSet
public boolean cTimeHasBeenSet()
getServerType
public ServerTypeValue getServerType()
setServerType
public void setServerType(ServerTypeValue ServerType)
getPlatform
public Platform getPlatform()
setPlatform
public void setPlatform(Platform Platform)
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
getEntityId
public AppdefEntityID getEntityId()
- Description copied from class:
AppdefResourceValue
- get an entity ID for the object
- Specified by:
getEntityId
in class AppdefResourceValue
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.