Class DefaultAttribCollectionMapping
- java.lang.Object
-
- de.hybris.platform.importcockpit.model.mappingview.mappingline.impl.DefaultMappingLine
-
- de.hybris.platform.importcockpit.model.mappingview.mappingline.impl.DefaultAttribCollectionMapping
-
- All Implemented Interfaces:
AttributeCollectionMappingLine,MappingLineModel,MappingLineObservable
public class DefaultAttribCollectionMapping extends DefaultMappingLine implements AttributeCollectionMappingLine
-
-
Constructor Summary
Constructors Constructor Description DefaultAttribCollectionMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassificationSystemId()protected ClassificationSystemServicegetClassificationSystemService()ClassificationSystemVersionModelgetClassificationSystemVersion()java.lang.StringgetClassificationSystemVersionCode()java.util.List<TranslatorMappingLine>getMappedAttributes()java.lang.StringgetTranslatorQualifier()booleanisAtomic()Returns true if this mappingLineModel represents an atomic type with (no sub lines possible).booleanisComposed()Returns true if this mappingLineModel is a composed mappingLineModel.protected voidpopulateMappedAttributes(MappingLineModel mappingLine, java.util.List<TranslatorMappingLine> attributes)voidsetTranslatorQualifier(java.lang.String translatorQualifier)-
Methods inherited from class de.hybris.platform.importcockpit.model.mappingview.mappingline.impl.DefaultMappingLine
addChild, addObserver, getAttributeCode, getAttributeDescriptor, getChildren, getCollectionElementType, getDisplayName, getFormatPattern, getLevel, getMapping, getParent, getPropDescriptorQualifier, getSource, getTranslator, getType, getTypeCode, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.importcockpit.model.mappingview.mappingline.MappingLineModel
addChild, getAttributeCode, getAttributeDescriptor, getChildren, getCollectionElementType, getDisplayName, getFormatPattern, getLevel, getMapping, getParent, getPropDescriptorQualifier, getSource, getTranslator, getType, getTypeCode, getValue, hasChildren, hasSource, isAllowNull, isCollapsed, isCollectionElement, isFocused, isSelectorLocked, isSourceLocked, isUnique, isValid, isValueLocked, removeChild, setAllowNull, setAttributeDescriptor, setCollapsed, setCollectionElementType, setFocused, setFormatPattern, setMapping, setParent, setPropDescriptorQualifier, setSource, setTranslator, setUnique, setValid, setValue
-
Methods inherited from interface de.hybris.platform.importcockpit.model.mappingview.mappingline.MappingLineObservable
addObserver, notifyObservers, removeObserver
-
-
-
-
Method Detail
-
getClassificationSystemService
protected ClassificationSystemService getClassificationSystemService()
-
isAtomic
public boolean isAtomic()
Description copied from interface:MappingLineModelReturns true if this mappingLineModel represents an atomic type with (no sub lines possible).- Specified by:
isAtomicin interfaceMappingLineModel- Overrides:
isAtomicin classDefaultMappingLine- Returns:
- true if basic
-
isComposed
public boolean isComposed()
Description copied from interface:MappingLineModelReturns true if this mappingLineModel is a composed mappingLineModel. (Sub lines possible, true for collection or composed mapping lines)- Specified by:
isComposedin interfaceMappingLineModel- Overrides:
isComposedin classDefaultMappingLine- Returns:
- true if composed
-
getTranslatorQualifier
public java.lang.String getTranslatorQualifier()
- Specified by:
getTranslatorQualifierin interfaceAttributeCollectionMappingLine
-
setTranslatorQualifier
public void setTranslatorQualifier(java.lang.String translatorQualifier)
- Specified by:
setTranslatorQualifierin interfaceAttributeCollectionMappingLine
-
getClassificationSystemId
public java.lang.String getClassificationSystemId()
- Specified by:
getClassificationSystemIdin interfaceAttributeCollectionMappingLine
-
getClassificationSystemVersionCode
public java.lang.String getClassificationSystemVersionCode()
- Specified by:
getClassificationSystemVersionCodein interfaceAttributeCollectionMappingLine
-
getClassificationSystemVersion
public ClassificationSystemVersionModel getClassificationSystemVersion()
- Specified by:
getClassificationSystemVersionin interfaceAttributeCollectionMappingLine
-
getMappedAttributes
public java.util.List<TranslatorMappingLine> getMappedAttributes()
- Specified by:
getMappedAttributesin interfaceAttributeCollectionMappingLine
-
populateMappedAttributes
protected void populateMappedAttributes(MappingLineModel mappingLine, java.util.List<TranslatorMappingLine> attributes)
-
-