Class NavigationPropertySegmentImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.uri.NavigationPropertySegmentImpl
-
- All Implemented Interfaces:
NavigationPropertySegment
public class NavigationPropertySegmentImpl extends Object implements NavigationPropertySegment
-
-
Constructor Summary
Constructors Constructor Description NavigationPropertySegmentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmNavigationPropertygetNavigationProperty()EdmEntitySetgetTargetEntitySet()voidsetNavigationProperty(EdmNavigationProperty navigationProperty)voidsetTargetEntitySet(EdmEntitySet targetEntitySet)StringtoString()
-
-
-
Method Detail
-
getNavigationProperty
public EdmNavigationProperty getNavigationProperty()
- Specified by:
getNavigationPropertyin interfaceNavigationPropertySegment
-
setNavigationProperty
public void setNavigationProperty(EdmNavigationProperty navigationProperty)
-
getTargetEntitySet
public EdmEntitySet getTargetEntitySet()
- Specified by:
getTargetEntitySetin interfaceNavigationPropertySegment
-
setTargetEntitySet
public void setTargetEntitySet(EdmEntitySet targetEntitySet)
-
-