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

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.AtomEntry
All Implemented Interfaces:
Serializable

public class AtomEntry
extends AtomBase

Author:
Florian Müller
See Also:
Serialized Form

Constructor Summary
AtomEntry()
           
 
Method Summary
 String getId()
           
 String getType()
           
 void setId(String id)
           
 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

AtomEntry

public AtomEntry()
Method Detail

getType

public String getType()
Specified by:
getType in class AtomBase

getId

public String getId()

setId

public void setId(String id)

toString

public String toString()
Overrides:
toString in class Object


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