protected static class BaseEntry.EntryState extends Object
Kind.Adaptor subtypes.BaseEntry.BaseEntry(BaseEntry)| Modifier and Type | Field and Description |
|---|---|
Kind.Adaptable |
adaptable
Adaptable helper.
|
LinkedList<Person> |
authors
Authors of entry.
|
boolean |
canEdit
{code true} if the entry can be modified by a client.
|
HashSet<Category> |
categories
Categories of entry.
|
Content |
content
Content of entry.
|
LinkedList<Person> |
contributors
Contributors of entry.
|
DateTime |
edited
Last edit timestamp
|
String |
etag
Etag.
|
String |
fields
gd:fields.
|
String |
id
Entry id.
|
String |
kind
gd:kind.
|
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.
|
String |
versionId
Version ID.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BaseEntry.EntryState() |
public String id
public 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 String etag
public String fields
null then this entry represents a partial entry.public String kind
public DateTime published
public DateTime updated
public DateTime edited
public TextConstruct title
public TextConstruct summary
public TextConstruct rights
public Content content
public LinkedList<Link> links
public LinkedList<Person> authors
public LinkedList<Person> contributors
public Source source
public Service service
public boolean canEdit
public PubControl pubControl
public Kind.Adaptable adaptable
Copyright © 2012. All Rights Reserved.