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:
Serializable
Generated model class for type SyncAttributeDescriptorConfig first defined at extension catalog.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.static final StringGenerated 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, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor, 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, 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog.Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.Generated method - Getter of theSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.Generated method - Getter of theSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.Generated method - Getter of theSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatableattribute defined at extensioncatalog.voidGenerated method - Initial setter ofSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog.voidsetCopyByValue(Boolean value) Generated method - Setter ofSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.voidsetIncludedInSync(Boolean value) Generated method - Setter ofSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.voidsetPartiallyTranslatable(Boolean value) Generated method - Setter ofSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.voidsetPresetValue(Object value) Generated method - Setter ofSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.voidsetSyncJob(SyncItemJobModel value) Generated method - Initial setter ofSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.voidsetTranslateValue(Boolean value) Generated method - Setter ofSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.voidsetUntranslatable(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, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SYNCJOB
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.- See Also:
-
ATTRIBUTEDESCRIPTOR
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog.- See Also:
-
INCLUDEDINSYNC
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.- See Also:
-
COPYBYVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.- See Also:
-
UNTRANSLATABLE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.untranslatableattribute defined at extensioncatalog.- See Also:
-
TRANSLATEVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.- See Also:
-
PRESETVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.- See Also:
-
PARTIALLYTRANSLATABLE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.- See Also:
-
-
Constructor Details
-
SyncAttributeDescriptorConfigModel
public SyncAttributeDescriptorConfigModel()Generated constructor - Default constructor for generic creation. -
SyncAttributeDescriptorConfigModel
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, 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, 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 Details
-
getAttributeDescriptor
@Accessor(qualifier="attributeDescriptor", type=GETTER) public AttributeDescriptorModel getAttributeDescriptor()Generated method - Getter of theSyncAttributeDescriptorConfig.attributeDescriptorattribute defined at extensioncatalog.- Returns:
- the attributeDescriptor
-
getCopyByValue
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.- Returns:
- the copyByValue
-
getIncludedInSync
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.- Returns:
- the includedInSync
-
getPartiallyTranslatable
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.- Returns:
- the partiallyTranslatable
-
getPresetValue
Generated method - Getter of theSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.- Returns:
- the presetValue
-
getSyncJob
Generated method - Getter of theSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.- Returns:
- the syncJob
-
getTranslateValue
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.- Returns:
- the translateValue - deprecated: please use attribute untranslatable
-
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
Generated method - Setter ofSyncAttributeDescriptorConfig.copyByValueattribute defined at extensioncatalog.- Parameters:
value- the copyByValue
-
setIncludedInSync
Generated method - Setter ofSyncAttributeDescriptorConfig.includedInSyncattribute defined at extensioncatalog.- Parameters:
value- the includedInSync
-
setPartiallyTranslatable
@Accessor(qualifier="partiallyTranslatable", type=SETTER) public void setPartiallyTranslatable(Boolean value) Generated method - Setter ofSyncAttributeDescriptorConfig.partiallyTranslatableattribute defined at extensioncatalog.- Parameters:
value- the partiallyTranslatable
-
setPresetValue
Generated method - Setter ofSyncAttributeDescriptorConfig.presetValueattribute defined at extensioncatalog.- Parameters:
value- the presetValue
-
setSyncJob
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
Generated method - Setter ofSyncAttributeDescriptorConfig.translateValueattribute defined at extensioncatalog.- Parameters:
value- the translateValue - deprecated: please use attribute untranslatable
-
setUntranslatable
Generated method - Setter ofSyncAttributeDescriptorConfig.untranslatableattribute defined at extensioncatalog.- Parameters:
value- the untranslatable
-