Class ServiceDocumentImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.servicedocument.ServiceDocumentImpl
-
- All Implemented Interfaces:
ServiceDocument
public class ServiceDocumentImpl extends Object implements ServiceDocument
-
-
Constructor Summary
Constructors Constructor Description ServiceDocumentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomInfogetAtomInfo()List<EdmEntitySetInfo>getEntitySetsInfo()voidsetAtomInfo(AtomInfo atomInfo)ServiceDocumentImplsetEntitySetsInfo(List<EdmEntitySetInfo> entitySets)
-
-
-
Method Detail
-
setEntitySetsInfo
public ServiceDocumentImpl setEntitySetsInfo(List<EdmEntitySetInfo> entitySets)
-
getEntitySetsInfo
public List<EdmEntitySetInfo> getEntitySetsInfo() throws EntityProviderException
- Specified by:
getEntitySetsInfoin interfaceServiceDocument- Throws:
EntityProviderException
-
getAtomInfo
public AtomInfo getAtomInfo()
- Specified by:
getAtomInfoin interfaceServiceDocument
-
setAtomInfo
public void setAtomInfo(AtomInfo atomInfo)
-
-