org.rhq.core.domain.content
Class RepoRepoRelationship

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

public class RepoRepoRelationship
extends Object
implements Serializable

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

See Also:
Serialized Form

Field Summary
static String DELETE_BY_REPO_ID
           
 
Constructor Summary
protected RepoRepoRelationship()
           
  RepoRepoRelationship(Repo repo, RepoRelationship repoRelationship)
           
 
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 relationship.
 RepoRepoRelationshipPK getRepoRepoRelationshipPK()
           
 int hashCode()
           
 void setRepoRepoRelationshipPK(RepoRepoRelationshipPK pk)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DELETE_BY_REPO_ID

public static final String DELETE_BY_REPO_ID
See Also:
Constant Field Values
Constructor Detail

RepoRepoRelationship

protected RepoRepoRelationship()

RepoRepoRelationship

public RepoRepoRelationship(Repo repo,
                            RepoRelationship repoRelationship)
Method Detail

getRepoRepoRelationshipPK

public RepoRepoRelationshipPK getRepoRepoRelationshipPK()

setRepoRepoRelationshipPK

public void setRepoRepoRelationshipPK(RepoRepoRelationshipPK 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 relationship.


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.