public class UnpublishedErrata extends AbstractErrata
packages| Constructor and Description |
|---|
UnpublishedErrata() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChannel(Channel channelIn)
Adds a single channel to this errata
|
void |
addKeyword(java.lang.String keywordIn)
Convienience method so we can add keywords logically Adds a keyword to
the keywords set
|
void |
addNotification(java.util.Date dateIn)
Add a new notification for this errata
|
java.util.Set<Channel> |
getChannels() |
java.util.Set<Cve> |
getCves() |
java.util.List |
getNotificationQueue()
List errata notifications that are queued
|
boolean |
isCloned()
Tells whether or not the errata is cloned.
|
boolean |
isPublished()
Tells whether or not the errata is published.
|
void |
setChannels(java.util.Set channelsIn) |
void |
setCves(java.util.Set<Cve> cvesIn)
Sets cves
|
void |
setNotificationQueue(java.util.Set queueIn) |
addBug, addChannelNotification, addFile, addKeyword, addPackage, clearChannels, containsKeyword, equals, getAdvisory, getAdvisoryName, getAdvisoryRel, getAdvisorySynopsis, getAdvisoryType, getBugs, getDescription, getErrataFrom, getFiles, getId, getIssueDate, getKeywords, getLastModified, getLocallyModified, getNotes, getOrg, getPackages, getProduct, getRefersTo, getSelectionKey, getSeverity, getSolution, getSynopsis, getTopic, getUpdateDate, hashCode, hasKeyword, isBugFix, isProductEnhancement, isSecurityAdvisory, isSelectable, isSelected, removeBug, removeFile, removePackage, setAdvisory, setAdvisoryName, setAdvisoryRel, setAdvisoryType, setBugs, setDescription, setErrataFrom, setFiles, setId, setIssueDate, setKeywords, setLastModified, setLocallyModified, setNotes, setOrg, setPackages, setProduct, setRefersTo, setSelected, setSeverity, setSolution, setSynopsis, setTopic, setUpdateDate, toStringgetCreated, getModified, setCreated, setModifiedpublic boolean isCloned()
isCloned in interface ErrataisCloned in class AbstractErratapublic boolean isPublished()
isPublished in interface ErrataisPublished in class AbstractErratapublic void addKeyword(java.lang.String keywordIn)
addKeyword in interface ErrataaddKeyword in class AbstractErratakeywordIn - The keyword to add.public void addChannel(Channel channelIn)
channelIn - The channel to addpublic void setChannels(java.util.Set channelsIn)
channelsIn - The set of channels to set for this erratapublic java.util.Set<Channel> getChannels()
public void addNotification(java.util.Date dateIn)
addNotification in interface ErrataaddNotification in class AbstractErratadateIn - The notify datepublic void setNotificationQueue(java.util.Set queueIn)
public java.util.List getNotificationQueue()
getNotificationQueue in interface ErratagetNotificationQueue in class AbstractErratapublic void setCves(java.util.Set<Cve> cvesIn)
cvesIn - cve inputpublic java.util.Set<Cve> getCves()