org.rhq.core.domain.content
Class RepoAdvisory
java.lang.Object
org.rhq.core.domain.content.RepoAdvisory
- All Implemented Interfaces:
- Serializable
public class RepoAdvisory
- extends Object
- implements Serializable
This is the many-to-many entity that correlates a repo with an advisory that will fill the repo with
advisory updates. It is an explicit relationship mapping entity between Repo
and Advisory
.
- See Also:
- Serialized Form
DELETE_BY_ADVISORY_ID
public static final String DELETE_BY_ADVISORY_ID
- See Also:
- Constant Field Values
DELETE_BY_REPO_ID
public static final String DELETE_BY_REPO_ID
- See Also:
- Constant Field Values
QUERY_FIND_BY_REPO_ID
public static final String QUERY_FIND_BY_REPO_ID
- See Also:
- Constant Field Values
RepoAdvisory
protected RepoAdvisory()
RepoAdvisory
public RepoAdvisory(Repo repo,
Advisory advisory)
getRepoAdvisoryPK
public RepoAdvisoryPK getRepoAdvisoryPK()
setRepoAdvisoryPK
public void setRepoAdvisoryPK(RepoAdvisoryPK pk)
getLastModified
public long getLastModified()
getRepo
public Repo getRepo()
setRepo
public void setRepo(Repo repo)
getAdvisory
public Advisory getAdvisory()
setAdvisory
public void setAdvisory(Advisory advisory)
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.