Class CollectionImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.servicedocument.CollectionImpl
-
- All Implemented Interfaces:
Collection
public class CollectionImpl extends Object implements Collection
-
-
Constructor Summary
Constructors Constructor Description CollectionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Accept>getAcceptElements()List<Categories>getCategories()CommonAttributesgetCommonAttributes()List<ExtensionElement>getExtesionElements()StringgetHref()TitlegetTitle()CollectionImplsetAcceptElements(List<Accept> acceptElements)CollectionImplsetCategories(List<Categories> categories)CollectionImplsetCommonAttributes(CommonAttributes attributes)CollectionImplsetExtesionElements(List<ExtensionElement> elements)CollectionImplsetHref(String href)CollectionImplsetTitle(Title title)
-
-
-
Method Detail
-
getCommonAttributes
public CommonAttributes getCommonAttributes()
- Specified by:
getCommonAttributesin interfaceCollection
-
getTitle
public Title getTitle()
- Specified by:
getTitlein interfaceCollection
-
getHref
public String getHref()
- Specified by:
getHrefin interfaceCollection
-
getAcceptElements
public List<Accept> getAcceptElements()
- Specified by:
getAcceptElementsin interfaceCollection
-
getCategories
public List<Categories> getCategories()
- Specified by:
getCategoriesin interfaceCollection
-
getExtesionElements
public List<ExtensionElement> getExtesionElements()
- Specified by:
getExtesionElementsin interfaceCollection
-
setTitle
public CollectionImpl setTitle(Title title)
-
setHref
public CollectionImpl setHref(String href)
-
setAcceptElements
public CollectionImpl setAcceptElements(List<Accept> acceptElements)
-
setCategories
public CollectionImpl setCategories(List<Categories> categories)
-
setCommonAttributes
public CollectionImpl setCommonAttributes(CommonAttributes attributes)
-
setExtesionElements
public CollectionImpl setExtesionElements(List<ExtensionElement> elements)
-
-