Class MappingLine
- java.lang.Object
-
- de.hybris.platform.importcockpit.services.config.mapping.jaxb.mappingline.MappingLine
-
public class MappingLine extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="import-properties" type="{}property-list" minOccurs="0"/> <element name="custom-editors" type="{}editor-list" minOccurs="0"/> <element name="special-translators" type="{}translators-list" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EditorListcustomEditorsprotected PropertyListimportPropertiesprotected TranslatorsListspecialTranslators
-
Constructor Summary
Constructors Constructor Description MappingLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditorListgetCustomEditors()Gets the value of the customEditors property.PropertyListgetImportProperties()Gets the value of the importProperties property.TranslatorsListgetSpecialTranslators()Gets the value of the specialTranslators property.voidsetCustomEditors(EditorList value)Sets the value of the customEditors property.voidsetImportProperties(PropertyList value)Sets the value of the importProperties property.voidsetSpecialTranslators(TranslatorsList value)Sets the value of the specialTranslators property.
-
-
-
Field Detail
-
importProperties
protected PropertyList importProperties
-
customEditors
protected EditorList customEditors
-
specialTranslators
protected TranslatorsList specialTranslators
-
-
Method Detail
-
getImportProperties
public PropertyList getImportProperties()
Gets the value of the importProperties property.- Returns:
- possible object is
PropertyList
-
setImportProperties
public void setImportProperties(PropertyList value)
Sets the value of the importProperties property.- Parameters:
value- allowed object isPropertyList
-
getCustomEditors
public EditorList getCustomEditors()
Gets the value of the customEditors property.- Returns:
- possible object is
EditorList
-
setCustomEditors
public void setCustomEditors(EditorList value)
Sets the value of the customEditors property.- Parameters:
value- allowed object isEditorList
-
getSpecialTranslators
public TranslatorsList getSpecialTranslators()
Gets the value of the specialTranslators property.- Returns:
- possible object is
TranslatorsList
-
setSpecialTranslators
public void setSpecialTranslators(TranslatorsList value)
Sets the value of the specialTranslators property.- Parameters:
value- allowed object isTranslatorsList
-
-