public class AtomFeed extends Identifiable.Default<String>
Identifiable.Default<IdType>| Modifier and Type | Method and Description |
|---|---|
Collection<AtomPerson> |
getAuthors() |
Collection<AtomEntry> |
getEntries() |
Collection<AtomLink> |
getLinks() |
String |
getLogo() |
String |
getSubtitle() |
String |
getTitle() |
Date |
getUpdated() |
String |
getXmlns() |
void |
setAuthors(AtomPerson... authors) |
void |
setAuthors(Collection<AtomPerson> authors) |
void |
setEntries(AtomEntry... entries) |
void |
setEntries(Collection<AtomEntry> entries) |
void |
setLinks(AtomLink... links) |
void |
setLinks(Collection<AtomLink> links) |
void |
setLogo(String logo) |
void |
setSubtitle(String subtitle) |
void |
setTitle(String title) |
void |
setUpdated(Date updated) |
void |
setXmlns(String xmlns) |
getId, getIdRealm, setId, toStringpublic AtomFeed()
public AtomFeed(String id)
public Collection<AtomPerson> getAuthors()
public Collection<AtomEntry> getEntries()
public Collection<AtomLink> getLinks()
public String getLogo()
public String getSubtitle()
public String getTitle()
public Date getUpdated() throws ParseException
ParseExceptionpublic String getXmlns()
public void setAuthors(AtomPerson... authors)
public void setAuthors(Collection<AtomPerson> authors)
public void setEntries(AtomEntry... entries)
public void setEntries(Collection<AtomEntry> entries)
public void setLinks(AtomLink... links)
public void setLinks(Collection<AtomLink> links)
public void setLogo(String logo)
public void setSubtitle(String subtitle)
public void setTitle(String title)
public void setUpdated(Date updated)
public void setXmlns(String xmlns)
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.