public class EntityContainer
extends java.lang.Object
Represents an OData entity container.
Constructor and Description |
---|
EntityContainer() |
Modifier and Type | Method and Description |
---|---|
AnnotationList |
getAnnotationList()
List of annotations for this container.
|
AnnotationMap |
getAnnotationMap()
Map of annotations for this container.
|
EntityContainer |
getBaseContainer()
The base container if this container extends another.
|
DataMethodMap |
getDataMethods()
The data methods defined by this container.
|
EntitySetMap |
getEntitySets()
The entity sets defined by this container.
|
java.lang.String |
getLocalName()
The local name of this container within its owning
DataSchema , e.g. |
java.lang.String |
getName()
Synonym for
EntityContainer.localName . |
java.lang.String |
getQualifiedName()
The name of this set qualified by its owning
DataSchema name, e.g. |
EntitySetMap |
getSingletons()
The singletons defined by this container.
|
boolean |
isDefault()
Is this the default container within its defining schema?
|
void |
setBaseContainer(EntityContainer value)
The base container if this container extends another.
|
void |
setDefault(boolean value)
Is this the default container within its defining schema?
|
void |
setLocalName(java.lang.String value)
The local name of this container within its owning
DataSchema , e.g. |
void |
setQualifiedName(java.lang.String value)
The name of this set qualified by its owning
DataSchema name, e.g. |
public AnnotationList getAnnotationList()
List of annotations for this container.
public AnnotationMap getAnnotationMap()
Map of annotations for this container.
public EntityContainer getBaseContainer()
The base container if this container extends another.
public DataMethodMap getDataMethods()
The data methods defined by this container.
public EntitySetMap getEntitySets()
The entity sets defined by this container.
public java.lang.String getLocalName()
The local name of this container within its owning DataSchema
, e.g. "MyContainer".
public java.lang.String getName()
Synonym for EntityContainer.localName
.
public java.lang.String getQualifiedName()
The name of this set qualified by its owning DataSchema
name, e.g. "MySchema.MyContainer".
public EntitySetMap getSingletons()
The singletons defined by this container.
public boolean isDefault()
Is this the default container within its defining schema?
public void setBaseContainer(EntityContainer value)
The base container if this container extends another.
public void setDefault(boolean value)
Is this the default container within its defining schema?
public void setLocalName(java.lang.String value)
The local name of this container within its owning DataSchema
, e.g. "MyContainer".
public void setQualifiedName(java.lang.String value)
The name of this set qualified by its owning DataSchema
name, e.g. "MySchema.MyContainer".