org.rhq.core.domain.tagging.compsite
Class TagReportComposite

java.lang.Object
  extended by org.rhq.core.domain.tagging.Tag
      extended by org.rhq.core.domain.tagging.compsite.TagReportComposite
All Implemented Interfaces:
Serializable

public class TagReportComposite
extends Tag

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.rhq.core.domain.tagging.Tag
QUERY_TAG_COMPOSITE_REPORT
 
Constructor Summary
TagReportComposite()
           
TagReportComposite(int id, String namespace, String semantic, String name, long total, long resourceCount, long resourceGroupCount, long bundleCount, long bundleVersionCount, long bundleDeploymentCount, long bundleDestinationCount)
           
 
Method Summary
 long getBundleCount()
           
 long getBundleDeploymentCount()
           
 long getBundleDestinationCount()
           
 long getBundleVersionCount()
           
 long getResourceCount()
           
 long getResourceGroupCount()
           
 Tag getTag()
           
 long getTotal()
           
 
Methods inherited from class org.rhq.core.domain.tagging.Tag
addBundle, addBundleDeployment, addBundleDestination, addBundleVersion, addResource, addResourceGroup, equals, getBundleDeployments, getBundleDestinations, getBundles, getBundleVersions, getId, getName, getNamespace, getResourceGroups, getResources, getSemantic, hashCode, removeBundle, removeBundleDeployment, removeBundleDestination, removeBundleVersion, removeResource, removeResourceGroup, setBundleDeployments, setBundleDestinations, setBundles, setBundleVersions, setId, setName, setNamespace, setResourceGroups, setResources, setSemantic, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagReportComposite

public TagReportComposite()

TagReportComposite

public TagReportComposite(int id,
                          String namespace,
                          String semantic,
                          String name,
                          long total,
                          long resourceCount,
                          long resourceGroupCount,
                          long bundleCount,
                          long bundleVersionCount,
                          long bundleDeploymentCount,
                          long bundleDestinationCount)
Method Detail

getTag

public Tag getTag()

getTotal

public long getTotal()

getResourceCount

public long getResourceCount()

getResourceGroupCount

public long getResourceGroupCount()

getBundleCount

public long getBundleCount()

getBundleVersionCount

public long getBundleVersionCount()

getBundleDeploymentCount

public long getBundleDeploymentCount()

getBundleDestinationCount

public long getBundleDestinationCount()


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.