Class EdmAssociationSetEndImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmAssociationSetEndImpl
-
- All Implemented Interfaces:
org.apache.olingo.odata2.api.edm.EdmAnnotatable,org.apache.olingo.odata2.api.edm.EdmAssociationSetEnd
public class EdmAssociationSetEndImpl extends Object implements org.apache.olingo.odata2.api.edm.EdmAssociationSetEnd, org.apache.olingo.odata2.api.edm.EdmAnnotatable
Objects of this class represent AssociationSetEnd
-
-
Constructor Summary
Constructors Constructor Description EdmAssociationSetEndImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.EdmAnnotationsgetAnnotations()org.apache.olingo.odata2.api.edm.EdmAssociationSetEndgetEnd()org.apache.olingo.odata2.api.edm.EdmEntitySetgetEntitySet()StringgetEntitySetName()StringgetRole()voidsetAnnotations(org.apache.olingo.odata2.api.edm.EdmAnnotations annotations)voidsetEnd(org.apache.olingo.odata2.api.edm.EdmAssociationSetEnd end)voidsetEntitySet(org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet)voidsetEntitySetName(String entitySetName)voidsetRole(String role)StringtoString()
-
-
-
Method Detail
-
getEntitySet
public org.apache.olingo.odata2.api.edm.EdmEntitySet getEntitySet() throws org.apache.olingo.odata2.api.edm.EdmException- Specified by:
getEntitySetin interfaceorg.apache.olingo.odata2.api.edm.EdmAssociationSetEnd- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
getEnd
public org.apache.olingo.odata2.api.edm.EdmAssociationSetEnd getEnd()
-
setEnd
public void setEnd(org.apache.olingo.odata2.api.edm.EdmAssociationSetEnd end)
-
setRole
public void setRole(String role)
-
setAnnotations
public void setAnnotations(org.apache.olingo.odata2.api.edm.EdmAnnotations annotations)
-
getRole
public String getRole()
- Specified by:
getRolein interfaceorg.apache.olingo.odata2.api.edm.EdmAssociationSetEnd
-
getAnnotations
public org.apache.olingo.odata2.api.edm.EdmAnnotations getAnnotations() throws org.apache.olingo.odata2.api.edm.EdmException- Specified by:
getAnnotationsin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotatable- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
setEntitySetName
public void setEntitySetName(String entitySetName)
-
getEntitySetName
public String getEntitySetName()
- Returns:
- the entitySetName
-
setEntitySet
public void setEntitySet(org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet)
- Parameters:
entitySet- the entitySet to set
-
-