org.hyperic.hq.product
Class ServerTypeInfo
java.lang.Object
org.hyperic.hq.product.TypeInfo
org.hyperic.hq.product.ServerTypeInfo
- All Implemented Interfaces:
- Cloneable
public class ServerTypeInfo
- extends TypeInfo
- implements 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 |
ServerTypeInfo
public ServerTypeInfo()
ServerTypeInfo
public ServerTypeInfo(String name,
String description,
String version)
clone
public Object clone()
- Overrides:
clone
in class Object
isVirtual
public boolean isVirtual()
setVirtual
public void setVirtual(boolean isVirtual)
getType
public int getType()
- Specified by:
getType
in class TypeInfo
getVersion
public String getVersion()
- Description copied from class:
TypeInfo
- Get the version for a server
- Overrides:
getVersion
in class TypeInfo
setVersion
public void setVersion(String version)
getValidPlatformTypes
public String[] getValidPlatformTypes()
setValidPlatformTypes
public void setValidPlatformTypes(String[] validPlatformTypes)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.