Uses of Class
org.rhq.core.domain.resource.ProductVersion

Packages that use ProductVersion
org.rhq.core.domain.content   
org.rhq.core.domain.resource   
 

Uses of ProductVersion in org.rhq.core.domain.content
 

Methods in org.rhq.core.domain.content that return ProductVersion
 ProductVersion ProductVersionPackageVersionPK.getProductVersion()
           
 

Methods in org.rhq.core.domain.content that return types with arguments of type ProductVersion
 Set<ProductVersion> PackageVersion.getProductVersions()
          The product versions that this package version is associated with.
 

Methods in org.rhq.core.domain.content with parameters of type ProductVersion
 ProductVersionPackageVersion PackageVersion.addProductVersion(ProductVersion productVersion)
          Directly assign a product version to this package version.
 ProductVersionPackageVersion PackageVersion.removeProductVersion(ProductVersion productVersion)
          Removes the product version from this package version, if it exists.
 void ProductVersionPackageVersionPK.setProductVersion(ProductVersion prd)
           
 

Constructors in org.rhq.core.domain.content with parameters of type ProductVersion
ProductVersionPackageVersion(ProductVersion productVersion, PackageVersion packageVersion)
           
ProductVersionPackageVersionPK(ProductVersion prd, PackageVersion pkg)
           
 

Uses of ProductVersion in org.rhq.core.domain.resource
 

Methods in org.rhq.core.domain.resource that return ProductVersion
 ProductVersion Resource.getProductVersion()
           
 

Methods in org.rhq.core.domain.resource with parameters of type ProductVersion
 void Resource.setProductVersion(ProductVersion productVersion)
           
 



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