|
||||||||||
| 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.EntityContainerInfo
public class EntityContainerInfo
Objects of this class represent an entity container
| Constructor Summary | |
|---|---|
EntityContainerInfo()
|
|
| Method Summary | |
|---|---|
List<AnnotationAttribute> |
getAnnotationAttributes()
|
List<AnnotationElement> |
getAnnotationElements()
|
String |
getExtendz()
|
String |
getName()
|
boolean |
isDefaultEntityContainer()
|
EntityContainerInfo |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the collection of AnnotationAttribute for this EntityContainer |
EntityContainerInfo |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the collection of AnnotationElement for this EntityContainer |
EntityContainerInfo |
setDefaultEntityContainer(boolean isDefaultEntityContainer)
Sets if this is the default EntityContainerInfo |
EntityContainerInfo |
setExtendz(String extendz)
Sets the entity container which is the parent of this EntityContainerInfo |
EntityContainerInfo |
setName(String name)
Sets the name of this EntityContainerInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityContainerInfo()
| Method Detail |
|---|
public String getName()
public String getExtendz()
public boolean isDefaultEntityContainer()
public EntityContainerInfo setName(String name)
EntityContainerInfo
name -
EntityContainerInfo for method chainingpublic EntityContainerInfo setExtendz(String extendz)
EntityContainerInfo
extendz -
EntityContainerInfo for method chainingpublic EntityContainerInfo setDefaultEntityContainer(boolean isDefaultEntityContainer)
EntityContainerInfo
isDefaultEntityContainer -
EntityContainerInfo for method chainingpublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute annotation attributespublic EntityContainerInfo setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute for this EntityContainer
annotationAttributes -
EntityContainer for method chainingpublic List<AnnotationElement> getAnnotationElements()
AnnotationElement annotation elementspublic EntityContainerInfo setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement for this EntityContainer
annotationElements -
EntityContainer for method chaining
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||