org.xcmis.client.gwt.model.restatom
Class AtomEntry

java.lang.Object
  extended by org.xcmis.client.gwt.model.restatom.AtomEntry

public class AtomEntry
extends Object

Created by The eXo Platform SAS.

Version:
$Id:
Author:
Anna Zhuleva

Constructor Summary
AtomEntry()
           
 
Method Summary
 List<AtomEntry> getChildren()
           
 EntryInfo getEntryInfo()
           
 CmisObject getObject()
          Accessor for atom entry cmis object.
 void setEntryInfo(EntryInfo entryInfo)
           
 void setObject(CmisObject object)
          Mutator for atom entry cmis object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomEntry

public AtomEntry()
Method Detail

getObject

public CmisObject getObject()
Accessor for atom entry cmis object.

Returns:
the object

getEntryInfo

public EntryInfo getEntryInfo()
Returns:
EntryInfo

setEntryInfo

public void setEntryInfo(EntryInfo entryInfo)
Parameters:
entryInfo - entryInfo

setObject

public void setObject(CmisObject object)
Mutator for atom entry cmis object.

Parameters:
object - the object to set

getChildren

public List<AtomEntry> getChildren()
Returns:
List containing AtomEntry


Copyright © 2010 eXo Platform SAS. All Rights Reserved.