Class CommonAttributesImpl
java.lang.Object
org.apache.olingo.odata2.core.servicedocument.CommonAttributesImpl
- All Implemented Interfaces:
CommonAttributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of any attributesgetBase()Get the a base URIgetLang()Get the natural language for the elementsetAttributes(List<ExtensionAttribute> attributes)
-
Constructor Details
-
CommonAttributesImpl
public CommonAttributesImpl()
-
-
Method Details
-
getBase
Description copied from interface:CommonAttributesGet the a base URI- Specified by:
getBasein interfaceCommonAttributes- Returns:
- base as String
-
getLang
Description copied from interface:CommonAttributesGet the natural language for the element- Specified by:
getLangin interfaceCommonAttributes- Returns:
- language as String
-
getAttributes
Description copied from interface:CommonAttributesGet the list of any attributes- Specified by:
getAttributesin interfaceCommonAttributes- Returns:
- list of
ExtensionAttribute
-
setBase
-
setLang
-
setAttributes
-