org.rhq.core.domain.tagging.compsite
Class TagReportComposite
java.lang.Object
org.rhq.core.domain.tagging.Tag
org.rhq.core.domain.tagging.compsite.TagReportComposite
- All Implemented Interfaces:
- Serializable
public class TagReportComposite
- extends Tag
- See Also:
- Serialized Form
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)
|
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 |
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)
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.