org.rhq.core.domain.bundle
Class BundleVersionRepo

java.lang.Object
  extended by 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

Field Summary
static String QUERY_FIND_BY_BUNDLE_VERSION_ID_NO_FETCH
           
static String QUERY_FIND_BY_REPO_ID_NO_FETCH
           
 
Constructor Summary
protected BundleVersionRepo()
           
  BundleVersionRepo(BundleVersion bundleVersion, Repo repo)
           
 
Method Summary
 boolean equals(Object obj)
           
 BundleVersionRepoPK getBundleVersionRepoPK()
           
 int hashCode()
           
 void setBundleVersionRepoPK(BundleVersionRepoPK pk)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

BundleVersionRepo

protected BundleVersionRepo()

BundleVersionRepo

public BundleVersionRepo(BundleVersion bundleVersion,
                         Repo repo)
Method Detail

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.