Class CategoryImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.servicedocument.CategoryImpl
-
-
Constructor Summary
Constructors Constructor Description CategoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonAttributesgetCommonAttributes()StringgetLabel()StringgetScheme()StringgetTerm()CategoryImplsetCommonAttributes(CommonAttributes commonAttribute)CategoryImplsetLabel(String label)CategoryImplsetScheme(String scheme)CategoryImplsetTerm(String term)
-
-
-
Method Detail
-
getCommonAttributes
public CommonAttributes getCommonAttributes()
- Specified by:
getCommonAttributesin interfaceCategory
-
setScheme
public CategoryImpl setScheme(String scheme)
-
setTerm
public CategoryImpl setTerm(String term)
-
setCommonAttributes
public CategoryImpl setCommonAttributes(CommonAttributes commonAttribute)
-
setLabel
public CategoryImpl setLabel(String label)
-
-