|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.api.edm.provider.AssociationSetEnd
public class AssociationSetEnd
Objects of this class represent an association set end
Constructor Summary | |
---|---|
AssociationSetEnd()
|
Method Summary | |
---|---|
List<AnnotationAttribute> |
getAnnotationAttributes()
|
List<AnnotationElement> |
getAnnotationElements()
|
Documentation |
getDocumentation()
|
String |
getEntitySet()
|
String |
getRole()
|
AssociationSetEnd |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the collection of AnnotationAttribute for this AssociationSetEnd |
AssociationSetEnd |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the collection of AnnotationElement for this AssociationSetEnd |
AssociationSetEnd |
setDocumentation(Documentation documentation)
Sets the Documentation of this AssociationSetEnd |
AssociationSetEnd |
setEntitySet(String entitySet)
Sets the target entity set of this AssociationSetEnd |
AssociationSetEnd |
setRole(String role)
Sets the role of this AssociationSetEnd |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationSetEnd()
Method Detail |
---|
public String getRole()
public String getEntitySet()
public Documentation getDocumentation()
Documentation
documentationpublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic AssociationSetEnd setRole(String role)
AssociationSetEnd
role
-
AssociationSetEnd
for method chainingpublic AssociationSetEnd setEntitySet(String entitySet)
AssociationSetEnd
entitySet
-
AssociationSetEnd
for method chainingpublic AssociationSetEnd setDocumentation(Documentation documentation)
Documentation
of this AssociationSetEnd
documentation
-
AssociationSetEnd
for method chainingpublic AssociationSetEnd setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this AssociationSetEnd
annotationAttributes
-
AssociationSetEnd
for method chainingpublic AssociationSetEnd setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this AssociationSetEnd
annotationElements
-
AssociationSetEnd
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |