public class PublishedErrata extends AbstractErrata
packages| Constructor and Description |
|---|
PublishedErrata() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChannel(Channel channelIn)
Adds a single channel to this errata
|
java.util.Set |
getChannels() |
java.util.Set<Cve> |
getCves() |
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
|
addBug, addChannelNotification, addFile, addKeyword, addKeyword, addNotification, addPackage, clearChannels, containsKeyword, equals, getAdvisory, getAdvisoryName, getAdvisoryRel, getAdvisorySynopsis, getAdvisoryType, getBugs, getDescription, getErrataFrom, getFiles, getId, getIssueDate, getKeywords, getLastModified, getLocallyModified, getNotes, getNotificationQueue, 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 java.util.Set getChannels()
public void setChannels(java.util.Set channelsIn)
channelsIn - The set of channels to set for this erratapublic void addChannel(Channel channelIn)
channelIn - The channel to addpublic boolean isPublished()
isPublished in interface ErrataisPublished in class AbstractErratapublic boolean isCloned()
isCloned in interface ErrataisCloned in class AbstractErratapublic void setCves(java.util.Set<Cve> cvesIn)
ErratacvesIn - sets cvespublic java.util.Set<Cve> getCves()