org.rhq.core.domain.resource.composite
Class ResourceInstallCount

java.lang.Object
  extended by 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)
           
 
Method Summary
 ResourceCategory getCategory()
           
 long getCount()
           
 int getNumDriftTemplates()
           
 int getTypeId()
           
 String getTypeName()
           
 String getTypePlugin()
           
 String getVersion()
           
 boolean isInCompliance()
           
 void setCategory(ResourceCategory category)
           
 void setCount(long count)
           
 void setInCompliance(boolean inCompliance)
           
 void setNumDriftTemplates(int numDriftTemplates)
           
 void setTypeId(int typeId)
           
 void setTypeName(String typeName)
           
 void setTypePlugin(String typePlugin)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.