Class AssociationSetEnd
java.lang.Object
org.apache.olingo.odata2.api.edm.provider.AssociationSetEnd
Objects of this class represent an association set end
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRole()setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisAssociationSetEndsetAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisAssociationSetEndsetDocumentation(Documentation documentation) Sets theDocumentationof thisAssociationSetEndsetEntitySet(String entitySet) Sets the target entity set of thisAssociationSetEndSets the role of thisAssociationSetEnd
-
Constructor Details
-
AssociationSetEnd
public AssociationSetEnd()
-
-
Method Details
-
getRole
- Returns:
- String role
-
getEntitySet
- Returns:
- String name of the target entity set
-
getDocumentation
- Returns:
Documentationdocumentation
-
getAnnotationAttributes
- Returns:
- collection of
AnnotationAttributeannotation attributes
-
getAnnotationElements
- Returns:
- collection of
AnnotationElementannotation elements
-
setRole
Sets the role of thisAssociationSetEnd- Parameters:
role-- Returns:
AssociationSetEndfor method chaining
-
setEntitySet
Sets the target entity set of thisAssociationSetEnd- Parameters:
entitySet-- Returns:
AssociationSetEndfor method chaining
-
setDocumentation
Sets theDocumentationof thisAssociationSetEnd- Parameters:
documentation-- Returns:
AssociationSetEndfor method chaining
-
setAnnotationAttributes
Sets the collection ofAnnotationAttributefor thisAssociationSetEnd- Parameters:
annotationAttributes-- Returns:
AssociationSetEndfor method chaining
-
setAnnotationElements
Sets the collection ofAnnotationElementfor thisAssociationSetEnd- Parameters:
annotationElements-- Returns:
AssociationSetEndfor method chaining
-