|
||||||||||
| 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.EntitySet
public class EntitySet
Objects of this class represent an entity set
| Constructor Summary | |
|---|---|
EntitySet()
|
|
| Method Summary | |
|---|---|
List<AnnotationAttribute> |
getAnnotationAttributes()
|
List<AnnotationElement> |
getAnnotationElements()
|
Documentation |
getDocumentation()
|
FullQualifiedName |
getEntityType()
|
Mapping |
getMapping()
|
String |
getName()
|
EntitySet |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the collection of AnnotationAttribute for this EntitySet |
EntitySet |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the collection of AnnotationElement for this EntitySet |
EntitySet |
setDocumentation(Documentation documentation)
Sets the Documentation |
EntitySet |
setEntityType(FullQualifiedName entityType)
Sets the FullQualifiedName of the EntityType of this EntitySet |
EntitySet |
setMapping(Mapping mapping)
Sets the Mapping |
EntitySet |
setName(String name)
Sets the name of this EntitySet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntitySet()
| Method Detail |
|---|
public String getName()
public FullQualifiedName getEntityType()
FullQualifiedName of the entity type of this entity setpublic Mapping getMapping()
Mapping for this typepublic Documentation getDocumentation()
Documentation documentationpublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement annotation elementspublic EntitySet setName(String name)
EntitySet
name -
EntitySet for method chainingpublic EntitySet setEntityType(FullQualifiedName entityType)
FullQualifiedName of the EntityType of this EntitySet
entityType -
EntitySet for method chainingpublic EntitySet setMapping(Mapping mapping)
Mapping
mapping -
EntitySet for method chainingpublic EntitySet setDocumentation(Documentation documentation)
Documentation
documentation -
EntitySet for method chainingpublic EntitySet setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute for this EntitySet
annotationAttributes -
EntitySet for method chainingpublic EntitySet setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement for this EntitySet
annotationElements -
EntitySet for method chaining
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||