org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
Class AtomFeed

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
      extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomFeed
All Implemented Interfaces:
java.io.Serializable

public class AtomFeed
extends AtomBase

Author:
Florian Müller
See Also:
Serialized Form

Constructor Summary
AtomFeed()
           
 
Method Summary
 void addEntry(AtomEntry entry)
           
 java.util.List<AtomEntry> getEntries()
           
 java.lang.String getType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
addElement, getElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomFeed

public AtomFeed()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in class AtomBase

getEntries

public java.util.List<AtomEntry> getEntries()

addEntry

public void addEntry(AtomEntry entry)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.