org.rhq.core.domain.content
Class RepoContentSourcePK

java.lang.Object
  extended by org.rhq.core.domain.content.RepoContentSourcePK
All Implemented Interfaces:
Serializable

public class RepoContentSourcePK
extends Object
implements Serializable

This is the composite primary key for the RepoContentSource entity. That entity is an explicit many-to-many mapping table, so this composite key is simply the foreign keys to both ends of that relationship.

See Also:
Serialized Form

Constructor Summary
RepoContentSourcePK()
           
RepoContentSourcePK(Repo repo, ContentSource contentSource)
           
 
Method Summary
 boolean equals(Object obj)
           
 ContentSource getContentSource()
           
 Repo getRepo()
           
 int hashCode()
           
 void setContentSource(ContentSource contentSource)
           
 void setRepo(Repo repo)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepoContentSourcePK

public RepoContentSourcePK()

RepoContentSourcePK

public RepoContentSourcePK(Repo repo,
                           ContentSource contentSource)
Method Detail

getRepo

public Repo getRepo()

setRepo

public void setRepo(Repo repo)

getContentSource

public ContentSource getContentSource()

setContentSource

public void setContentSource(ContentSource contentSource)

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.