org.rhq.core.domain.content
Class RepoRepoGroup
java.lang.Object
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
RepoRepoGroup
protected RepoRepoGroup()
RepoRepoGroup
public RepoRepoGroup(Repo repo,
RepoGroup repoGroup)
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.