org.rhq.core.domain.bundle
Class BundleVersionRepo
java.lang.Object
org.rhq.core.domain.bundle.BundleVersionRepo
- All Implemented Interfaces:
- Serializable
public class BundleVersionRepo
- extends Object
- implements Serializable
This is the many-to-many entity that correlates a bundle version with a repo that has content
needed by the bundle.
- See Also:
- Serialized Form
QUERY_FIND_BY_REPO_ID_NO_FETCH
public static final String QUERY_FIND_BY_REPO_ID_NO_FETCH
- See Also:
- Constant Field Values
QUERY_FIND_BY_BUNDLE_VERSION_ID_NO_FETCH
public static final String QUERY_FIND_BY_BUNDLE_VERSION_ID_NO_FETCH
- See Also:
- Constant Field Values
BundleVersionRepo
protected BundleVersionRepo()
BundleVersionRepo
public BundleVersionRepo(BundleVersion bundleVersion,
Repo repo)
getBundleVersionRepoPK
public BundleVersionRepoPK getBundleVersionRepoPK()
setBundleVersionRepoPK
public void setBundleVersionRepoPK(BundleVersionRepoPK 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.