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


Constructor Summary
MetadataSetElement()
           
 
Method Summary
 void addAuthor(org.hccp.atom.PersonConstruct author)
           
 void addCategory(org.hccp.atom.Category category)
           
 void addContributor(org.hccp.atom.PersonConstruct contributor)
           
 void addLink(org.hccp.atom.Link link)
           
 java.util.List getAuthors()
           
 java.util.List getCategories()
           
 java.util.List getContributors()
           
 java.net.URI getId()
           
 java.util.List getLinks()
           
 java.util.Date getPublished()
           
 org.hccp.atom.AtomTextConstruct getRights()
           
 org.hccp.atom.AtomTextConstruct getTitle()
           
 java.util.Date getUpdated()
           
 void setId(java.net.URI id)
           
 void setPublished(java.util.Date published)
           
 void setRights(org.hccp.atom.AtomTextConstruct rights)
           
 void setTitle(org.hccp.atom.AtomTextConstruct title)
           
 void setTitle(java.lang.String title)
           
 void setUpdated(java.util.Date updated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataSetElement

public MetadataSetElement()
Method Detail

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)