Class LocalizedAtomicTypeMapping
- java.lang.Object
-
- de.hybris.platform.importcockpit.model.mappingview.mappingline.impl.DefaultMappingLine
-
- de.hybris.platform.importcockpit.model.mappingview.mappingline.impl.AtomicTypeMapping
-
- de.hybris.platform.importcockpit.model.mappingview.mappingline.impl.LocalizedAtomicTypeMapping
-
- All Implemented Interfaces:
MappingLineModel,MappingLineObservable
public class LocalizedAtomicTypeMapping extends AtomicTypeMapping
MappingModel mappingLineModel type that represents an language-specific entry for an attribute of a localized type (like for English for Product.name, for German for Product.description etc.)
-
-
Constructor Summary
Constructors Constructor Description LocalizedAtomicTypeMapping()LocalizedAtomicTypeMapping(java.lang.String isocode, java.lang.String typeCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributeCode()Returns the code of the attribute represented by the mapping mappingLineModel.java.lang.StringgetDisplayName()Returns the attribute name of the mapping mappingLineModel for display in the mapping area.java.lang.StringgetIsocode()java.lang.StringgetType()Returns the type of this attribute.java.lang.StringgetTypeCode()Returns the code of the attribute type of the mapping mappingLineModel.voidsetIsocode(java.lang.String isocode)voidsetTypeCode(java.lang.String typeCode)-
Methods inherited from class de.hybris.platform.importcockpit.model.mappingview.mappingline.impl.AtomicTypeMapping
isAtomic, isComposed
-
Methods inherited from class de.hybris.platform.importcockpit.model.mappingview.mappingline.impl.DefaultMappingLine
addChild, addObserver, getAttributeDescriptor, getChildren, getCollectionElementType, getFormatPattern, getLevel, getMapping, getParent, getPropDescriptorQualifier, getSource, getTranslator, getValue, hasChildren, hasSource, isAllowNull, isCollapsed, isCollectionElement, isFocused, isSelectorLocked, isSourceLocked, isUnique, isValid, isValueLocked, notifyObservers, removeChild, removeObserver, setAllowNull, setAttributeDescriptor, setCollapsed, setCollectionElementType, setFocused, setFormatPattern, setMapping, setParent, setPropDescriptorQualifier, setSource, setTranslator, setUnique, setValid, setValue, toString
-
-
-
-
Method Detail
-
getIsocode
public java.lang.String getIsocode()
-
setIsocode
public void setIsocode(java.lang.String isocode)
-
getTypeCode
public java.lang.String getTypeCode()
Description copied from interface:MappingLineModelReturns the code of the attribute type of the mapping mappingLineModel.- Specified by:
getTypeCodein interfaceMappingLineModel- Overrides:
getTypeCodein classDefaultMappingLine- Returns:
- type code
-
setTypeCode
public void setTypeCode(java.lang.String typeCode)
-
getAttributeCode
public java.lang.String getAttributeCode()
Description copied from interface:MappingLineModelReturns the code of the attribute represented by the mapping mappingLineModel.- Specified by:
getAttributeCodein interfaceMappingLineModel- Overrides:
getAttributeCodein classDefaultMappingLine- Returns:
- attribute code
-
getDisplayName
public java.lang.String getDisplayName()
Description copied from interface:MappingLineModelReturns the attribute name of the mapping mappingLineModel for display in the mapping area.- Specified by:
getDisplayNamein interfaceMappingLineModel- Overrides:
getDisplayNamein classDefaultMappingLine- Returns:
- display name of the attribute represented by the mapping mappingLineModel
-
getType
public java.lang.String getType()
Description copied from interface:MappingLineModelReturns the type of this attribute.- Specified by:
getTypein interfaceMappingLineModel- Overrides:
getTypein classDefaultMappingLine- Returns:
- type
-
-