Package de.hybris.platform.catalog.model
Class SyncAttributeDescriptorConfigModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.catalog.model.SyncAttributeDescriptorConfigModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SyncAttributeDescriptorConfigModel extends ItemModel
Generated model class for type SyncAttributeDescriptorConfig first defined at extension catalog.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringATTRIBUTEDESCRIPTORGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog.static java.lang.StringCOPYBYVALUEGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.static java.lang.StringINCLUDEDINSYNCGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.static java.lang.StringPARTIALLYTRANSLATABLEGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.static java.lang.StringPRESETVALUEGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.static java.lang.StringSYNCJOBGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.static java.lang.StringTRANSLATEVALUEGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.static java.lang.StringUNTRANSLATABLEGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.untranslatableattribute defined at extensioncatalog.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SyncAttributeDescriptorConfigModel()Generated constructor - Default constructor for generic creation.SyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor, java.lang.Boolean _copyByValue, SyncItemJobModel _syncJob)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor, java.lang.Boolean _copyByValue, ItemModel _owner, SyncItemJobModel _syncJob)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSyncAttributeDescriptorConfigModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeDescriptorModelgetAttributeDescriptor()Generated method - Getter of theSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog.java.lang.BooleangetCopyByValue()Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.java.lang.BooleangetIncludedInSync()Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.java.lang.BooleangetPartiallyTranslatable()Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.java.lang.ObjectgetPresetValue()Generated method - Getter of theSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.SyncItemJobModelgetSyncJob()Generated method - Getter of theSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.java.lang.BooleangetTranslateValue()Generated method - Getter of theSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.java.lang.BooleangetUntranslatable()Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatableattribute defined at extensioncatalog.voidsetAttributeDescriptor(AttributeDescriptorModel value)Generated method - Initial setter ofSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog.voidsetCopyByValue(java.lang.Boolean value)Generated method - Setter ofSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.voidsetIncludedInSync(java.lang.Boolean value)Generated method - Setter ofSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.voidsetPartiallyTranslatable(java.lang.Boolean value)Generated method - Setter ofSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.voidsetPresetValue(java.lang.Object value)Generated method - Setter ofSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.voidsetSyncJob(SyncItemJobModel value)Generated method - Initial setter ofSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.voidsetTranslateValue(java.lang.Boolean value)Generated method - Setter ofSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.voidsetUntranslatable(java.lang.Boolean value)Generated method - Setter ofSyncAttributeDescriptorConfig.untranslatableattribute defined at extensioncatalog.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
SYNCJOB
public static final java.lang.String SYNCJOB
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
ATTRIBUTEDESCRIPTOR
public static final java.lang.String ATTRIBUTEDESCRIPTOR
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
INCLUDEDINSYNC
public static final java.lang.String INCLUDEDINSYNC
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
COPYBYVALUE
public static final java.lang.String COPYBYVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
UNTRANSLATABLE
public static final java.lang.String UNTRANSLATABLE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.untranslatableattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
TRANSLATEVALUE
public static final java.lang.String TRANSLATEVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
PRESETVALUE
public static final java.lang.String PRESETVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
PARTIALLYTRANSLATABLE
public static final java.lang.String PARTIALLYTRANSLATABLE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SyncAttributeDescriptorConfigModel
public SyncAttributeDescriptorConfigModel()
Generated constructor - Default constructor for generic creation.
-
SyncAttributeDescriptorConfigModel
public SyncAttributeDescriptorConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SyncAttributeDescriptorConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public SyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor, java.lang.Boolean _copyByValue, SyncItemJobModel _syncJob)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_attributeDescriptor- initial attribute declared by typeSyncAttributeDescriptorConfigat extensioncatalog_copyByValue- initial attribute declared by typeSyncAttributeDescriptorConfigat extensioncatalog_syncJob- initial attribute declared by typeSyncAttributeDescriptorConfigat extensioncatalog
-
SyncAttributeDescriptorConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public SyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor, java.lang.Boolean _copyByValue, ItemModel _owner, SyncItemJobModel _syncJob)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_attributeDescriptor- initial attribute declared by typeSyncAttributeDescriptorConfigat extensioncatalog_copyByValue- initial attribute declared by typeSyncAttributeDescriptorConfigat extensioncatalog_owner- initial attribute declared by typeItemat extensioncore_syncJob- initial attribute declared by typeSyncAttributeDescriptorConfigat extensioncatalog
-
-
Method Detail
-
getAttributeDescriptor
@Accessor(qualifier="attributeDescriptor", type=GETTER) public AttributeDescriptorModel getAttributeDescriptor()
Generated method - Getter of theSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog.- Returns:
- the attributeDescriptor
-
getCopyByValue
@Accessor(qualifier="copyByValue", type=GETTER) public java.lang.Boolean getCopyByValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.- Returns:
- the copyByValue
-
getIncludedInSync
@Accessor(qualifier="includedInSync", type=GETTER) public java.lang.Boolean getIncludedInSync()
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.- Returns:
- the includedInSync
-
getPartiallyTranslatable
@Accessor(qualifier="partiallyTranslatable", type=GETTER) public java.lang.Boolean getPartiallyTranslatable()
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.- Returns:
- the partiallyTranslatable
-
getPresetValue
@Accessor(qualifier="presetValue", type=GETTER) public java.lang.Object getPresetValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.- Returns:
- the presetValue
-
getSyncJob
@Accessor(qualifier="syncJob", type=GETTER) public SyncItemJobModel getSyncJob()
Generated method - Getter of theSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.- Returns:
- the syncJob
-
getTranslateValue
@Accessor(qualifier="translateValue", type=GETTER) public java.lang.Boolean getTranslateValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.- Returns:
- the translateValue - deprecated: please use attribute untranslatable
-
getUntranslatable
@Accessor(qualifier="untranslatable", type=GETTER) public java.lang.Boolean getUntranslatable()
Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatableattribute defined at extensioncatalog.- Returns:
- the untranslatable
-
setAttributeDescriptor
@Accessor(qualifier="attributeDescriptor", type=SETTER) public void setAttributeDescriptor(AttributeDescriptorModel value)
Generated method - Initial setter ofSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the attributeDescriptor
-
setCopyByValue
@Accessor(qualifier="copyByValue", type=SETTER) public void setCopyByValue(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.- Parameters:
value- the copyByValue
-
setIncludedInSync
@Accessor(qualifier="includedInSync", type=SETTER) public void setIncludedInSync(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.- Parameters:
value- the includedInSync
-
setPartiallyTranslatable
@Accessor(qualifier="partiallyTranslatable", type=SETTER) public void setPartiallyTranslatable(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.- Parameters:
value- the partiallyTranslatable
-
setPresetValue
@Accessor(qualifier="presetValue", type=SETTER) public void setPresetValue(java.lang.Object value)
Generated method - Setter ofSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.- Parameters:
value- the presetValue
-
setSyncJob
@Accessor(qualifier="syncJob", type=SETTER) public void setSyncJob(SyncItemJobModel value)
Generated method - Initial setter ofSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the syncJob
-
setTranslateValue
@Accessor(qualifier="translateValue", type=SETTER) public void setTranslateValue(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.- Parameters:
value- the translateValue - deprecated: please use attribute untranslatable
-
-