org.hyperic.hq.product
Class ServerTypeInfo
java.lang.Object
org.hyperic.hq.product.TypeInfo
org.hyperic.hq.product.ServerTypeInfo
- All Implemented Interfaces:
- java.lang.Cloneable
public class ServerTypeInfo
- extends TypeInfo
- implements java.lang.Cloneable
Methods inherited from class org.hyperic.hq.product.TypeInfo |
equals, formatName, getDescription, getFormattedName, getName, getPlatformTypes, isServer, isServer, isService, isService, isUnixPlatform, isVersion, isWin32Platform, setDescription, setName |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerTypeInfo
public ServerTypeInfo()
ServerTypeInfo
public ServerTypeInfo(java.lang.String name,
java.lang.String description,
java.lang.String version)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
isVirtual
public boolean isVirtual()
setVirtual
public void setVirtual(boolean isVirtual)
getType
public int getType()
- Specified by:
getType
in class TypeInfo
getVersion
public java.lang.String getVersion()
- Description copied from class:
TypeInfo
- Get the version for a server
- Overrides:
getVersion
in class TypeInfo
setVersion
public void setVersion(java.lang.String version)
getValidPlatformTypes
public java.lang.String[] getValidPlatformTypes()
setValidPlatformTypes
public void setValidPlatformTypes(java.lang.String[] validPlatformTypes)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.