org.rhq.core.domain.content
Class ProductVersionPackageVersion
java.lang.Object
org.rhq.core.domain.content.ProductVersionPackageVersion
- All Implemented Interfaces:
- Serializable
public class ProductVersionPackageVersion
- extends Object
- implements Serializable
This is the many-to-many entity that correlates a product version with one of the package versions that are
applicable to it. It is an explicit relationship mapping entity between ProductVersion
and
PackageVersion
.
- See Also:
- Serialized Form
DELETE_BY_PACKAGE_VERSION_ID
public static final String DELETE_BY_PACKAGE_VERSION_ID
- See Also:
- Constant Field Values
ProductVersionPackageVersion
protected ProductVersionPackageVersion()
ProductVersionPackageVersion
public ProductVersionPackageVersion(ProductVersion productVersion,
PackageVersion packageVersion)
getProductVersionPackageVersionPK
public ProductVersionPackageVersionPK getProductVersionPackageVersionPK()
setProductVersionPackageVersionPK
public void setProductVersionPackageVersionPK(ProductVersionPackageVersionPK pk)
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.