org.rhq.core.domain.content
Class ResourceRepoPK

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

public class ResourceRepoPK
extends Object
implements Serializable

This is the composite primary key for the ResourceRepo 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
ResourceRepoPK()
           
ResourceRepoPK(Resource resource, Repo repo)
           
 
Method Summary
 boolean equals(Object obj)
           
 Repo getRepo()
           
 Resource getResource()
           
 int hashCode()
           
 void setRepo(Repo repo)
           
 void setResource(Resource resource)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceRepoPK

public ResourceRepoPK()

ResourceRepoPK

public ResourceRepoPK(Resource resource,
                      Repo repo)
Method Detail

getResource

public Resource getResource()

setResource

public void setResource(Resource resource)

getRepo

public Repo getRepo()

setRepo

public void setRepo(Repo repo)

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.