org.rhq.core.domain.resource.composite
Class ResourceInstallCount
java.lang.Object
org.rhq.core.domain.resource.composite.ResourceInstallCount
- All Implemented Interfaces:
- Serializable
public class ResourceInstallCount
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
ResourceInstallCount()
|
ResourceInstallCount(String typeName,
String typePlugin,
ResourceCategory category,
int typeId,
long count)
|
ResourceInstallCount(String typeName,
String typePlugin,
ResourceCategory category,
int typeId,
long count,
String version,
int numDriftTemplates,
int inCompliance)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceInstallCount
public ResourceInstallCount()
ResourceInstallCount
public ResourceInstallCount(String typeName,
String typePlugin,
ResourceCategory category,
int typeId,
long count,
String version,
int numDriftTemplates,
int inCompliance)
ResourceInstallCount
public ResourceInstallCount(String typeName,
String typePlugin,
ResourceCategory category,
int typeId,
long count)
getCount
public long getCount()
setCount
public void setCount(long count)
getTypeName
public String getTypeName()
setTypeName
public void setTypeName(String typeName)
getTypePlugin
public String getTypePlugin()
setTypePlugin
public void setTypePlugin(String typePlugin)
getCategory
public ResourceCategory getCategory()
setCategory
public void setCategory(ResourceCategory category)
getTypeId
public int getTypeId()
setTypeId
public void setTypeId(int typeId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getNumDriftTemplates
public int getNumDriftTemplates()
setNumDriftTemplates
public void setNumDriftTemplates(int numDriftTemplates)
isInCompliance
public boolean isInCompliance()
setInCompliance
public void setInCompliance(boolean inCompliance)
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.