public class IssuesEntry extends BaseEntry<IssuesEntry>
BaseEntry.AtomHandler, BaseEntry.EntryState
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
AbstractExtension.AttributesHandler
xmlBlob
localName, namespace
Constructor and Description |
---|
IssuesEntry()
Default mutable constructor.
|
IssuesEntry(BaseEntry<?> sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. |
Modifier and Type | Method and Description |
---|---|
void |
addBlockedOn(BlockedOn blockedOn)
Adds a new blocked on.
|
void |
addBlocking(Blocking blocking)
Adds a new blocking.
|
void |
addCc(Cc cc)
Adds a new list of CCed user.
|
void |
addLabel(Label label)
Adds a new label.
|
void |
declareExtensions(ExtensionProfile extProfile)
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
|
Link |
getAtomRepliesLink()
Returns the replies Project Hosting Link class.
|
java.util.List<BlockedOn> |
getBlockedOns()
Returns the blocked ons.
|
java.util.List<Blocking> |
getBlockings()
Returns the blockings.
|
java.util.List<Cc> |
getCcs()
Returns the list of CCed users.
|
ClosedDate |
getClosedDate()
Returns the closed date.
|
Id |
getIssueId()
Returns the id.
|
java.util.List<Label> |
getLabels()
Returns the labels.
|
MergedInto |
getMergedInto()
Returns the merged into.
|
Owner |
getOwner()
Returns the owner.
|
SendEmail |
getSendEmail()
Returns the send email.
|
Stars |
getStars()
Returns the stars.
|
State |
getState()
Returns the state.
|
Status |
getStatus()
Returns the status.
|
boolean |
hasBlockedOns()
Returns whether it has the blocked ons.
|
boolean |
hasBlockings()
Returns whether it has the blockings.
|
boolean |
hasCcs()
Returns whether it has the list of CCed users.
|
boolean |
hasClosedDate()
Returns whether it has the closed date.
|
boolean |
hasIssueId()
Returns whether it has the id.
|
boolean |
hasLabels()
Returns whether it has the labels.
|
boolean |
hasMergedInto()
Returns whether it has the merged into.
|
boolean |
hasOwner()
Returns whether it has the owner.
|
boolean |
hasSendEmail()
Returns whether it has the send email.
|
boolean |
hasStars()
Returns whether it has the stars.
|
boolean |
hasState()
Returns whether it has the state.
|
boolean |
hasStatus()
Returns whether it has the status.
|
void |
setClosedDate(ClosedDate closedDate)
Sets the closed date.
|
void |
setIssueId(Id issueId)
Sets the id.
|
void |
setMergedInto(MergedInto mergedInto)
Sets the merged into.
|
void |
setOwner(Owner owner)
Sets the owner.
|
void |
setSendEmail(SendEmail sendEmail)
Sets the send email.
|
void |
setStars(Stars stars)
Sets the stars.
|
void |
setState(State state)
Sets the state.
|
void |
setStatus(Status status)
Sets the status.
|
java.lang.String |
toString() |
protected void |
validate()
Checks the attributes to see if there are any problems.
|
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContentHandlerInfo, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getMediaEditLink, getPlainTextContent, getPubControl, getPublished, getResumableEditMediaLink, getRights, getSelectedFields, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setSelectedFields, setService, setSource, setSummary, setTitle, setUpdated, setVersionId, update, visitChildren
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChild
consumeAttributes, disableStrictValidation, enableStrictValidation, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable
public void declareExtensions(ExtensionProfile extProfile)
ExtensionPoint
declareExtensions
in interface Kind.Adaptor
declareExtensions
in class ExtensionPoint
extProfile
- the ExtensionProfile to initialize.ExtensionProfile.addDeclarations(Kind.Adaptor)
public java.util.List<BlockedOn> getBlockedOns()
public void addBlockedOn(BlockedOn blockedOn)
blockedOn
- blocked onpublic boolean hasBlockedOns()
public java.util.List<Blocking> getBlockings()
public void addBlocking(Blocking blocking)
blocking
- blockingpublic boolean hasBlockings()
public java.util.List<Cc> getCcs()
public void addCc(Cc cc)
cc
- list of CCed userpublic boolean hasCcs()
public ClosedDate getClosedDate()
public void setClosedDate(ClosedDate closedDate)
closedDate
- closed date or null
to resetpublic boolean hasClosedDate()
public Id getIssueId()
public void setIssueId(Id issueId)
issueId
- id or null
to resetpublic boolean hasIssueId()
public java.util.List<Label> getLabels()
public void addLabel(Label label)
label
- labelpublic boolean hasLabels()
public MergedInto getMergedInto()
public void setMergedInto(MergedInto mergedInto)
mergedInto
- merged into or null
to resetpublic boolean hasMergedInto()
public Owner getOwner()
public void setOwner(Owner owner)
owner
- owner or null
to resetpublic boolean hasOwner()
public SendEmail getSendEmail()
public void setSendEmail(SendEmail sendEmail)
sendEmail
- send email or null
to resetpublic boolean hasSendEmail()
public Stars getStars()
public void setStars(Stars stars)
stars
- stars or null
to resetpublic boolean hasStars()
public State getState()
public void setState(State state)
state
- state or null
to resetpublic boolean hasState()
public Status getStatus()
public void setStatus(Status status)
status
- status or null
to resetpublic boolean hasStatus()
public Link getAtomRepliesLink()
null
for none.protected void validate()
AbstractExtension
validate
in class AbstractExtension
public java.lang.String toString()
toString
in class java.lang.Object