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
_TYPECODE
Generated model type code constant.static java.lang.String
ATTRIBUTEDESCRIPTOR
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.attributeDescriptor
attribute defined at extensioncatalog
.static java.lang.String
COPYBYVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.copyByValue
attribute defined at extensioncatalog
.static java.lang.String
INCLUDEDINSYNC
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.includedInSync
attribute defined at extensioncatalog
.static java.lang.String
PARTIALLYTRANSLATABLE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.partiallyTranslatable
attribute defined at extensioncatalog
.static java.lang.String
PRESETVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.presetValue
attribute defined at extensioncatalog
.static java.lang.String
SYNCJOB
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.syncJob
attribute defined at extensioncatalog
.static java.lang.String
TRANSLATEVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.translateValue
attribute defined at extensioncatalog
.static java.lang.String
UNTRANSLATABLE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.untranslatable
attribute 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 AttributeDescriptorModel
getAttributeDescriptor()
Generated method - Getter of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute defined at extensioncatalog
.java.lang.Boolean
getCopyByValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValue
attribute defined at extensioncatalog
.java.lang.Boolean
getIncludedInSync()
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSync
attribute defined at extensioncatalog
.java.lang.Boolean
getPartiallyTranslatable()
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute defined at extensioncatalog
.java.lang.Object
getPresetValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.presetValue
attribute defined at extensioncatalog
.SyncItemJobModel
getSyncJob()
Generated method - Getter of theSyncAttributeDescriptorConfig.syncJob
attribute defined at extensioncatalog
.java.lang.Boolean
getTranslateValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValue
attribute defined at extensioncatalog
.java.lang.Boolean
getUntranslatable()
Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatable
attribute defined at extensioncatalog
.void
setAttributeDescriptor(AttributeDescriptorModel value)
Generated method - Initial setter ofSyncAttributeDescriptorConfig.attributeDescriptor
attribute defined at extensioncatalog
.void
setCopyByValue(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.copyByValue
attribute defined at extensioncatalog
.void
setIncludedInSync(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.includedInSync
attribute defined at extensioncatalog
.void
setPartiallyTranslatable(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.partiallyTranslatable
attribute defined at extensioncatalog
.void
setPresetValue(java.lang.Object value)
Generated method - Setter ofSyncAttributeDescriptorConfig.presetValue
attribute defined at extensioncatalog
.void
setSyncJob(SyncItemJobModel value)
Generated method - Initial setter ofSyncAttributeDescriptorConfig.syncJob
attribute defined at extensioncatalog
.void
setTranslateValue(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.translateValue
attribute defined at extensioncatalog
.void
setUntranslatable(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.untranslatable
attribute 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.syncJob
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
ATTRIBUTEDESCRIPTOR
public static final java.lang.String ATTRIBUTEDESCRIPTOR
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.attributeDescriptor
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
INCLUDEDINSYNC
public static final java.lang.String INCLUDEDINSYNC
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.includedInSync
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
COPYBYVALUE
public static final java.lang.String COPYBYVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.copyByValue
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
UNTRANSLATABLE
public static final java.lang.String UNTRANSLATABLE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.untranslatable
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
TRANSLATEVALUE
public static final java.lang.String TRANSLATEVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.translateValue
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
PRESETVALUE
public static final java.lang.String PRESETVALUE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.presetValue
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
PARTIALLYTRANSLATABLE
public static final java.lang.String PARTIALLYTRANSLATABLE
Generated constant - Attribute key ofSyncAttributeDescriptorConfig.partiallyTranslatable
attribute 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 typeSyncAttributeDescriptorConfig
at extensioncatalog
_copyByValue
- initial attribute declared by typeSyncAttributeDescriptorConfig
at extensioncatalog
_syncJob
- initial attribute declared by typeSyncAttributeDescriptorConfig
at 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 typeSyncAttributeDescriptorConfig
at extensioncatalog
_copyByValue
- initial attribute declared by typeSyncAttributeDescriptorConfig
at extensioncatalog
_owner
- initial attribute declared by typeItem
at extensioncore
_syncJob
- initial attribute declared by typeSyncAttributeDescriptorConfig
at extensioncatalog
-
-
Method Detail
-
getAttributeDescriptor
@Accessor(qualifier="attributeDescriptor", type=GETTER) public AttributeDescriptorModel getAttributeDescriptor()
Generated method - Getter of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute defined at extensioncatalog
.- Returns:
- the attributeDescriptor
-
getCopyByValue
@Accessor(qualifier="copyByValue", type=GETTER) public java.lang.Boolean getCopyByValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValue
attribute defined at extensioncatalog
.- Returns:
- the copyByValue
-
getIncludedInSync
@Accessor(qualifier="includedInSync", type=GETTER) public java.lang.Boolean getIncludedInSync()
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSync
attribute defined at extensioncatalog
.- Returns:
- the includedInSync
-
getPartiallyTranslatable
@Accessor(qualifier="partiallyTranslatable", type=GETTER) public java.lang.Boolean getPartiallyTranslatable()
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute defined at extensioncatalog
.- Returns:
- the partiallyTranslatable
-
getPresetValue
@Accessor(qualifier="presetValue", type=GETTER) public java.lang.Object getPresetValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.presetValue
attribute defined at extensioncatalog
.- Returns:
- the presetValue
-
getSyncJob
@Accessor(qualifier="syncJob", type=GETTER) public SyncItemJobModel getSyncJob()
Generated method - Getter of theSyncAttributeDescriptorConfig.syncJob
attribute defined at extensioncatalog
.- Returns:
- the syncJob
-
getTranslateValue
@Accessor(qualifier="translateValue", type=GETTER) public java.lang.Boolean getTranslateValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValue
attribute 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.untranslatable
attribute defined at extensioncatalog
.- Returns:
- the untranslatable
-
setAttributeDescriptor
@Accessor(qualifier="attributeDescriptor", type=SETTER) public void setAttributeDescriptor(AttributeDescriptorModel value)
Generated method - Initial setter ofSyncAttributeDescriptorConfig.attributeDescriptor
attribute 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.copyByValue
attribute defined at extensioncatalog
.- Parameters:
value
- the copyByValue
-
setIncludedInSync
@Accessor(qualifier="includedInSync", type=SETTER) public void setIncludedInSync(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.includedInSync
attribute defined at extensioncatalog
.- Parameters:
value
- the includedInSync
-
setPartiallyTranslatable
@Accessor(qualifier="partiallyTranslatable", type=SETTER) public void setPartiallyTranslatable(java.lang.Boolean value)
Generated method - Setter ofSyncAttributeDescriptorConfig.partiallyTranslatable
attribute defined at extensioncatalog
.- Parameters:
value
- the partiallyTranslatable
-
setPresetValue
@Accessor(qualifier="presetValue", type=SETTER) public void setPresetValue(java.lang.Object value)
Generated method - Setter ofSyncAttributeDescriptorConfig.presetValue
attribute defined at extensioncatalog
.- Parameters:
value
- the presetValue
-
setSyncJob
@Accessor(qualifier="syncJob", type=SETTER) public void setSyncJob(SyncItemJobModel value)
Generated method - Initial setter ofSyncAttributeDescriptorConfig.syncJob
attribute 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.translateValue
attribute defined at extensioncatalog
.- Parameters:
value
- the translateValue - deprecated: please use attribute untranslatable
-
-