org.rhq.core.domain.content
Class RepoAdvisoryPK
java.lang.Object
org.rhq.core.domain.content.RepoAdvisoryPK
- All Implemented Interfaces:
- Serializable
public class RepoAdvisoryPK
- extends Object
- implements Serializable
This is the composite primary key for the RepoAdvisory
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
RepoAdvisoryPK
public RepoAdvisoryPK()
RepoAdvisoryPK
public RepoAdvisoryPK(Repo repo,
Advisory adv)
getRepo
public Repo getRepo()
setRepo
public void setRepo(Repo repo)
getAdvisory
public Advisory getAdvisory()
setAdvisory
public void setAdvisory(Advisory adv)
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.