org.xcmis.client.gwt.model.restatom
Class AtomEntry
java.lang.Object
org.xcmis.client.gwt.model.restatom.AtomEntry
public class AtomEntry
- extends Object
Created by The eXo Platform SAS.
- Version:
- $Id:
- Author:
- Anna Zhuleva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomEntry
public AtomEntry()
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.