|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.BaseEntry.EntryState
protected static class BaseEntry.EntryState
The EntryState class provides a simple structure that encapsulates
the attributes of an Atom entry that should be shared with a shallow
copy if the entry is adapted to a more specific BaseEntry
Kind.Adaptor
subtypes.
BaseEntry.BaseEntry(BaseEntry)
Field Summary | |
---|---|
Kind.Adaptable |
adaptable
Adaptable helper. |
java.util.LinkedList<Person> |
authors
Authors of entry. |
boolean |
canEdit
{code true} if the entry can be modified by a client. |
java.util.HashSet<Category> |
categories
Categories of entry. |
Content |
content
Content of entry. |
java.util.LinkedList<Person> |
contributors
Contributors of entry. |
DateTime |
edited
Last edit timestamp |
java.lang.String |
etag
Etag. |
java.lang.String |
fields
gd:fields. |
java.lang.String |
id
Entry id. |
java.lang.String |
kind
gd:kind. |
java.util.LinkedList<Link> |
links
Links of entry. |
PubControl |
pubControl
Atom publication control status, which contains the draft status. |
DateTime |
published
Creation timestamp. |
TextConstruct |
rights
Rights of entry. |
Service |
service
Service. |
Source |
source
Source. |
TextConstruct |
summary
Summary of entry. |
TextConstruct |
title
Title of entry. |
DateTime |
updated
Last updated timestamp. |
java.lang.String |
versionId
Version ID. |
Constructor Summary | |
---|---|
protected |
BaseEntry.EntryState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String id
public java.lang.String versionId
This property is only used for services to communicate the current version ID back to the servlet. It is NOT set when entries are parsed (either from requests or from arbitrary XML).
public java.lang.String etag
public java.lang.String fields
null
then this entry represents a partial entry.
public java.lang.String kind
public DateTime published
public DateTime updated
public DateTime edited
public java.util.HashSet<Category> categories
public TextConstruct title
public TextConstruct summary
public TextConstruct rights
public Content content
public java.util.LinkedList<Link> links
public java.util.LinkedList<Person> authors
public java.util.LinkedList<Person> contributors
public Source source
public Service service
public boolean canEdit
public PubControl pubControl
public Kind.Adaptable adaptable
Constructor Detail |
---|
protected BaseEntry.EntryState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |