Class 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 Detail

      • EdmAssociationSetEndImpl

        public EdmAssociationSetEndImpl()
    • Method Detail

      • getEntitySet

        public org.apache.olingo.odata2.api.edm.EdmEntitySet getEntitySet()
                                                                   throws org.apache.olingo.odata2.api.edm.EdmException
        Specified by:
        getEntitySet in interface org.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:
        getRole in interface org.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:
        getAnnotations in interface org.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