|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.BaseEntry<IssuesEntry>
com.google.gdata.data.projecthosting.IssuesEntry
public class IssuesEntry
Google Code Project Issues Feed entry.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gdata.data.BaseEntry |
---|
BaseEntry.AtomHandler, BaseEntry.EntryState |
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint |
---|
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler |
Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
---|
AbstractExtension.AttributesHandler |
Field Summary |
---|
Fields inherited from class com.google.gdata.data.BaseEntry |
---|
state |
Fields inherited from class com.google.gdata.data.ExtensionPoint |
---|
xmlBlob |
Fields inherited from class com.google.gdata.data.AbstractExtension |
---|
localName, namespace |
Constructor Summary | |
---|---|
IssuesEntry()
Default mutable constructor. |
|
IssuesEntry(BaseEntry<?> sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing BaseEntry instance. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.google.gdata.data.BaseEntry |
---|
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 |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
consumeAttributes, disableStrictValidation, enableStrictValidation, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IssuesEntry()
public IssuesEntry(BaseEntry<?> sourceEntry)
BaseEntry
instance.
sourceEntry
- source entryMethod Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |