|
||||||||||
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.ComplexType
org.apache.olingo.odata2.api.edm.provider.EntityType
public class EntityType
Objects of this class represent an entity type
Constructor Summary | |
---|---|
EntityType()
|
Methods inherited from class org.apache.olingo.odata2.api.edm.provider.ComplexType |
---|
getAnnotationAttributes, getAnnotationElements, getBaseType, getDocumentation, getMapping, getName, getProperties, isAbstract |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityType()
Method Detail |
---|
public boolean isHasStream()
public CustomizableFeedMappings getCustomizableFeedMappings()
CustomizableFeedMappings
of this entity typepublic Key getKey()
Key
of this entity typepublic List<NavigationProperty> getNavigationProperties()
NavigationProperty
> of this entity typepublic EntityType setHasStream(boolean hasStream)
EntityType
is a media resource
hasStream
-
EntityType
for method chaining,public EntityType setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
CustomizableFeedMappings
for this EntityType
customizableFeedMappings
-
EntityType
for method chainingpublic EntityType setKey(Key key)
Key
for this EntityType
key
-
EntityType
for method chainingpublic EntityType setNavigationProperties(List<NavigationProperty> navigationProperties)
NavigationProperty
s for this EntityType
navigationProperties
-
EntityType
for method chainingpublic EntityType setName(String name)
ComplexType
setName
in class ComplexType
name
-
EntityType
for method chainingpublic EntityType setBaseType(FullQualifiedName baseType)
ComplexType
FullQualifiedName
of the base type
setBaseType
in class ComplexType
baseType
-
EntityType
for method chainingpublic EntityType setAbstract(boolean isAbstract)
ComplexType
setAbstract
in class ComplexType
isAbstract
-
EntityType
for method chainingpublic EntityType setProperties(List<Property> properties)
ComplexType
Property
s
setProperties
in class ComplexType
properties
-
EntityType
for method chainingpublic EntityType setMapping(Mapping mapping)
ComplexType
Mapping
setMapping
in class ComplexType
mapping
-
EntityType
for method chainingpublic EntityType setDocumentation(Documentation documentation)
ComplexType
Documentation
setDocumentation
in class ComplexType
documentation
-
EntityType
for method chainingpublic EntityType setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this EntityType
setAnnotationAttributes
in class ComplexType
annotationAttributes
-
EntityType
for method chainingpublic EntityType setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this EntityType
setAnnotationElements
in class ComplexType
annotationElements
-
EntityType
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |