org.hccp.atom
Class MetadataSetElement
java.lang.Object
|
+--org.hccp.atom.MetadataSetElement
- Direct Known Subclasses:
- Entry, Feed, MetadataSetFeedElement, Source
- public abstract class MetadataSetElement
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataSetElement
public MetadataSetElement()
getAuthors
public java.util.List getAuthors()
addAuthor
public void addAuthor(org.hccp.atom.PersonConstruct author)
getCategories
public java.util.List getCategories()
addCategory
public void addCategory(org.hccp.atom.Category category)
getContributors
public java.util.List getContributors()
addContributor
public void addContributor(org.hccp.atom.PersonConstruct contributor)
getId
public java.net.URI getId()
setId
public void setId(java.net.URI id)
getLinks
public java.util.List getLinks()
addLink
public void addLink(org.hccp.atom.Link link)
getPublished
public java.util.Date getPublished()
setPublished
public void setPublished(java.util.Date published)
getTitle
public org.hccp.atom.AtomTextConstruct getTitle()
setTitle
public void setTitle(org.hccp.atom.AtomTextConstruct title)
setTitle
public void setTitle(java.lang.String title)
getUpdated
public java.util.Date getUpdated()
setUpdated
public void setUpdated(java.util.Date updated)
getRights
public org.hccp.atom.AtomTextConstruct getRights()
setRights
public void setRights(org.hccp.atom.AtomTextConstruct rights)