public class EdmMappingImpl extends Object implements EdmMapping
Constructor and Description |
---|
EdmMappingImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getInternalName()
Get the mapping value
|
String |
getMediaResourceMimeTypeKey()
Gets the key under which the resource mime type can be found in the data map.
|
String |
getMediaResourceSourceKey()
Gets the key under which the resource source value can be found in the data map.
|
Object |
getObject()
Get the set object for this mapping
|
EdmMappingImpl |
setInternalName(String value)
Sets the value for this
EdmMappingImpl . |
EdmMappingImpl |
setMediaResourceMimeTypeKey(String mediaResourceMimeTypeKey)
Sets the key for the resource mime type key which is used for the lookup in the data map
|
EdmMappingImpl |
setMediaResourceSourceKey(String mediaResourceSourceKey)
Sets the key for the resource source key which is used for the lookup in the data map
|
EdmMappingImpl |
setObject(Object object)
Sets an object.
|
String |
toString() |
public String getInternalName()
EdmMapping
getInternalName
in interface EdmMapping
public Object getObject()
EdmMapping
getObject
in interface EdmMapping
Object
objectpublic String getMediaResourceSourceKey()
EdmMapping
getMediaResourceSourceKey
in interface EdmMapping
public String getMediaResourceMimeTypeKey()
EdmMapping
getMediaResourceMimeTypeKey
in interface EdmMapping
public EdmMappingImpl setInternalName(String value)
EdmMappingImpl
.value
- EdmMappingImpl
for method chainingpublic EdmMappingImpl setObject(Object object)
object
- EdmMappingImpl
for method chainingpublic EdmMappingImpl setMediaResourceSourceKey(String mediaResourceSourceKey)
mediaResourceSourceKey
- under which the source can be found in the data mapEdmMappingImpl
for method chainingpublic EdmMappingImpl setMediaResourceMimeTypeKey(String mediaResourceMimeTypeKey)
mediaResourceMimeTypeKey
- under which the mime type can be found in the data mapEdmMappingImpl
for method chainingCopyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.