public class Mapping extends Object implements EdmMapping
| Constructor and Description |
|---|
Mapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInternalName() |
String |
getMediaResourceMimeTypeKey() |
String |
getMediaResourceSourceKey() |
Object |
getObject() |
Mapping |
setInternalName(String value)
Sets the value for this
Mapping. |
Mapping |
setMediaResourceMimeTypeKey(String mediaResourceMimeTypeKey)
Sets the key for the resource mime type key which is used for the lookup in the data map
|
Mapping |
setMediaResourceSourceKey(String mediaResourceSourceKey)
Sets the key for the resource source key which is used for the lookup in the data map
|
Mapping |
setObject(Object object)
Sets an object.
|
public String getInternalName()
getInternalName in interface EdmMappingpublic Object getObject()
getObject in interface EdmMappingpublic String getMediaResourceSourceKey()
getMediaResourceSourceKey in interface EdmMappingpublic String getMediaResourceMimeTypeKey()
getMediaResourceMimeTypeKey in interface EdmMappingpublic Mapping setInternalName(String value)
Mapping.value - Mapping for method chainingpublic Mapping setObject(Object object)
object - Mapping for method chainingpublic Mapping setMediaResourceSourceKey(String mediaResourceSourceKey)
mediaResourceSourceKey - under which the source can be found in the data mapMapping for method chainingpublic Mapping setMediaResourceMimeTypeKey(String mediaResourceMimeTypeKey)
mediaResourceMimeTypeKey - under which the mime type can be found in the data mapMapping for method chainingCopyright © 2013–2014 The Apache Software Foundation. All rights reserved.