|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.Source.SourceState
protected static class Source.SourceState
The SourceState class provides a simple structure that encapsulates
the attributes of an Atom source that should be shared with a shallow
copy if the entry is adapted to a more specific Source
Kind.Adaptor subtypes.
Source.Source(Source)| Field Summary | |
|---|---|
java.util.LinkedList<Person> |
authors
Authors. |
java.util.HashSet<Category> |
categories
Categories. |
java.util.LinkedList<Person> |
contributors
Contributors. |
Generator |
generator
Generator. |
java.lang.String |
icon
Icon URI. |
java.lang.String |
id
Feed ID. |
java.util.LinkedList<Link> |
links
Links. |
java.lang.String |
logo
Logo image URI. |
TextConstruct |
rights
Rights. |
TextConstruct |
subtitle
Subtitle. |
TextConstruct |
title
Title. |
DateTime |
updated
Last updated timestamp. |
| Constructor Summary | |
|---|---|
protected |
Source.SourceState()
|
| 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 DateTime updated
public java.util.HashSet<Category> categories
public TextConstruct title
public TextConstruct subtitle
public TextConstruct rights
public java.lang.String icon
public java.lang.String logo
public java.util.LinkedList<Link> links
public java.util.LinkedList<Person> authors
public java.util.LinkedList<Person> contributors
public Generator generator
| Constructor Detail |
|---|
protected Source.SourceState()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||