com.redhat.rhn.domain.errata.impl
Class PublishedKeyword
java.lang.Object
com.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.errata.impl.PublishedKeyword
- All Implemented Interfaces:
- Keyword, java.io.Serializable
- Direct Known Subclasses:
- UnpublishedKeyword
public class PublishedKeyword
- extends BaseDomainHelper
- implements Keyword, java.io.Serializable
Keyword
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PublishedKeyword
public PublishedKeyword()
getKeyword
public java.lang.String getKeyword()
- Specified by:
getKeyword in interface Keyword
- Returns:
- Returns the keyword.
setKeyword
public void setKeyword(java.lang.String k)
- Specified by:
setKeyword in interface Keyword
- Parameters:
k - The keyword to set.
getErrata
public Errata getErrata()
- Specified by:
getErrata in interface Keyword
- Returns:
- Returns the errata.
setErrata
public void setErrata(Errata errataIn)
- Specified by:
setErrata in interface Keyword
- Parameters:
errataIn - The errata to set.
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
equals
public boolean equals(java.lang.Object other)
-
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
-
- Overrides:
hashCode in class java.lang.Object