org.apache.shindig.social.core.util.atom
Class AtomEntry

java.lang.Object
  extended by org.apache.shindig.social.core.util.atom.AtomEntry

public class AtomEntry
extends java.lang.Object

This bean represents a Atom Entry for serialization. It contains, optionally a person or an activity, from which are extracted the key atom fields.


Constructor Summary
AtomEntry()
          Default constructor for POSTs to the REST API.
AtomEntry(java.lang.Object o)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomEntry

public AtomEntry()
Default constructor for POSTs to the REST API.


AtomEntry

public AtomEntry(java.lang.Object o)
Parameters:
o -


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.