public class UnpublishedClonedErrata extends UnpublishedErrata implements ClonedErrata
packages| Constructor and Description |
|---|
UnpublishedClonedErrata() |
| Modifier and Type | Method and Description |
|---|---|
Errata |
getOriginal() |
boolean |
isCloned()
Tells whether or not the errata is cloned.
|
void |
setOriginal(Errata originalIn)
Set the original version of the clone
|
addChannel, addKeyword, addNotification, getChannels, getCves, getNotificationQueue, isPublished, setChannels, setCves, setNotificationQueueaddBug, 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 Errata getOriginal()
getOriginal in interface ClonedErratapublic void setOriginal(Errata originalIn)
setOriginal in interface ClonedErrataoriginalIn - original Errata this clone was created frompublic boolean isCloned()
isCloned in interface ErrataisCloned in class UnpublishedErrata