org.rhq.core.domain.content
Class RepoRepoGroup

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

public class RepoRepoGroup
extends Object
implements Serializable

This is the many-to-many entity that correlates a repo with a repo group. It is an explicit relationship mapping entity between Repo and RepoGroup.

See Also:
Serialized Form

Constructor Summary
protected RepoRepoGroup()
           
  RepoRepoGroup(Repo repo, RepoGroup repoGroup)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getCreatedTime()
          This is the epoch time when this mapping was first created; in other words, when the repo was first associated with the repo group.
 RepoRepoGroupPK getRepoRepoGroupPK()
           
 int hashCode()
           
 void setRepoRepoGroupPK(RepoRepoGroupPK pk)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepoRepoGroup

protected RepoRepoGroup()

RepoRepoGroup

public RepoRepoGroup(Repo repo,
                     RepoGroup repoGroup)
Method Detail

getRepoRepoGroupPK

public RepoRepoGroupPK getRepoRepoGroupPK()

setRepoRepoGroupPK

public void setRepoRepoGroupPK(RepoRepoGroupPK pk)

getCreatedTime

public long getCreatedTime()
This is the epoch time when this mapping was first created; in other words, when the repo was first associated with the repo group.


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.