Package io.atlasmap.v2
Class BaseMapping
java.lang.Object
io.atlasmap.v2.BaseMapping
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Collection
,CustomMapping
,Mapping
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
Gets the value of the alias property.Gets the value of the description property.Gets the value of the mappingType property.void
Sets the value of the alias property.void
setDescription
(String value) Sets the value of the description property.void
setMappingType
(MappingType value) Sets the value of the mappingType property.
-
Field Details
-
alias
-
description
-
mappingType
-
-
Constructor Details
-
BaseMapping
public BaseMapping()
-
-
Method Details
-
getAlias
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
Sets the value of the alias property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getMappingType
Gets the value of the mappingType property.- Returns:
- possible object is
MappingType
-
setMappingType
Sets the value of the mappingType property.- Parameters:
value
- allowed object isMappingType
-