Class SyncAttributeDescriptorData
- java.lang.Object
-
- de.hybris.platform.catalog.jalo.synchronization.SyncAttributeDescriptorData
-
public class SyncAttributeDescriptorData extends java.lang.Object
- Since:
- 3.1-u6
-
-
Constructor Summary
Constructors Constructor Description SyncAttributeDescriptorData(SessionContext ctx, SyncAttributeDescriptorConfig cfg)
SyncAttributeDescriptorData(java.lang.String qualifier, boolean includeInSync, boolean copyByValue, boolean untranslatable, java.lang.Object preset, java.lang.Boolean isPartialTranslationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getPresetValue()
java.lang.String
getQualifier()
boolean
isCopyByValue()
boolean
isIncludedInSync()
java.lang.Boolean
isPartialTranslationEnabled()
boolean
isUntranslatable()
-
-
-
Constructor Detail
-
SyncAttributeDescriptorData
public SyncAttributeDescriptorData(SessionContext ctx, SyncAttributeDescriptorConfig cfg)
-
SyncAttributeDescriptorData
public SyncAttributeDescriptorData(java.lang.String qualifier, boolean includeInSync, boolean copyByValue, boolean untranslatable, java.lang.Object preset, java.lang.Boolean isPartialTranslationEnabled)
-
-
Method Detail
-
isIncludedInSync
public boolean isIncludedInSync()
-
isCopyByValue
public boolean isCopyByValue()
-
isUntranslatable
public boolean isUntranslatable()
-
getQualifier
public java.lang.String getQualifier()
-
getPresetValue
public java.lang.Object getPresetValue()
-
isPartialTranslationEnabled
public java.lang.Boolean isPartialTranslationEnabled()
-
-