|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.model.restatom.FeedInfo
public class FeedInfo
| Field Summary | |
|---|---|
protected AtomAuthor |
author
Author. |
protected AtomCollectionType |
collection
Collection. |
protected String |
id
Id. |
protected List<AtomLink> |
links
Links. |
protected Date |
published
Published. |
protected String |
title
Title. |
protected Date |
updated
Updated. |
| Constructor Summary | |
|---|---|
FeedInfo()
|
|
| Method Summary | |
|---|---|
AtomAuthor |
getAuthor()
|
AtomCollectionType |
getCollection()
|
String |
getId()
|
List<AtomLink> |
getLinks()
|
Date |
getPublished()
|
String |
getTitle()
|
Date |
getUpdated()
|
void |
setAuthor(AtomAuthor author)
|
void |
setCollection(AtomCollectionType collection)
|
void |
setId(String id)
|
void |
setLinks(List<AtomLink> links)
|
void |
setPublished(Date published)
|
void |
setTitle(String title)
|
void |
setUpdated(Date updated)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String title
protected AtomAuthor author
protected Date updated
protected Date published
protected String id
protected List<AtomLink> links
protected AtomCollectionType collection
| Constructor Detail |
|---|
public FeedInfo()
| Method Detail |
|---|
public String getTitle()
public void setTitle(String title)
title - titlepublic AtomAuthor getAuthor()
AtomAuthorpublic void setAuthor(AtomAuthor author)
author - authorpublic Date getUpdated()
Datepublic void setUpdated(Date updated)
updated - updatedpublic Date getPublished()
Datepublic void setPublished(Date published)
published - publishedpublic String getId()
public void setId(String id)
id - idpublic List<AtomLink> getLinks()
AtomLinkpublic void setLinks(List<AtomLink> links)
links - linkspublic AtomCollectionType getCollection()
AtomCollectionTypepublic void setCollection(AtomCollectionType collection)
collection - collection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||