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)
           
 
Method Summary
 ResourceCategory getCategory()
           
 long getCount()
           
 int getTypeId()
           
 String getTypeName()
           
 String getTypePlugin()
           
 String getVersion()
           
 void setCategory(ResourceCategory category)
           
 void setCount(long count)
           
 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)

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)


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.