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

public class SyncAttributeDescriptorConfigModel extends ItemModel
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

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog.

    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
    Generated constructor - Default constructor for generic creation.
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
    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 parameters
    SyncAttributeDescriptorConfigModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog.
    Generated method - Getter of the SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog.
    Generated method - Getter of the SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog.
    Generated method - Getter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog.
    Generated method - Getter of the SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog.
    Generated method - Getter of the SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog.
    Generated method - Getter of the SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog.
    Generated method - Getter of the SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog.
    void
    Generated method - Initial setter of SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog.
    void
    Generated method - Setter of SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog.
    void
    Generated method - Setter of SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog.
    void
    Generated method - Setter of SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog.
    void
    Generated method - Setter of SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog.
    void
    Generated method - Initial setter of SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog.
    void
    Generated method - Setter of SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog.
    void
    Generated method - Setter of SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • SYNCJOB

      public static final String SYNCJOB
      Generated constant - Attribute key of SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog.
      See Also:
    • ATTRIBUTEDESCRIPTOR

      public static final String ATTRIBUTEDESCRIPTOR
      Generated constant - Attribute key of SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog.
      See Also:
    • INCLUDEDINSYNC

      public static final String INCLUDEDINSYNC
      Generated constant - Attribute key of SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog.
      See Also:
    • COPYBYVALUE

      public static final String COPYBYVALUE
      Generated constant - Attribute key of SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog.
      See Also:
    • UNTRANSLATABLE

      public static final String UNTRANSLATABLE
      Generated constant - Attribute key of SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog.
      See Also:
    • TRANSLATEVALUE

      public static final String TRANSLATEVALUE
      Generated constant - Attribute key of SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog.
      See Also:
    • PRESETVALUE

      public static final String PRESETVALUE
      Generated constant - Attribute key of SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog.
      See Also:
    • PARTIALLYTRANSLATABLE

      public static final String PARTIALLYTRANSLATABLE
      Generated constant - Attribute key of SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog.
      See Also:
  • Constructor Details

    • SyncAttributeDescriptorConfigModel

      public SyncAttributeDescriptorConfigModel()
      Generated constructor - Default constructor for generic creation.
    • SyncAttributeDescriptorConfigModel

      public SyncAttributeDescriptorConfigModel(de.hybris.platform.servicelayer.model.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, 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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _attributeDescriptor - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog
      _copyByValue - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog
      _syncJob - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _attributeDescriptor - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog
      _copyByValue - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog
      _owner - initial attribute declared by type Item at extension core
      _syncJob - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog
  • Method Details

    • getAttributeDescriptor

      @Accessor(qualifier="attributeDescriptor", type=GETTER) public AttributeDescriptorModel getAttributeDescriptor()
      Generated method - Getter of the SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog.
      Returns:
      the attributeDescriptor
    • getCopyByValue

      @Accessor(qualifier="copyByValue", type=GETTER) public Boolean getCopyByValue()
      Generated method - Getter of the SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog.
      Returns:
      the copyByValue
    • getIncludedInSync

      @Accessor(qualifier="includedInSync", type=GETTER) public Boolean getIncludedInSync()
      Generated method - Getter of the SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog.
      Returns:
      the includedInSync
    • getPartiallyTranslatable

      @Accessor(qualifier="partiallyTranslatable", type=GETTER) public Boolean getPartiallyTranslatable()
      Generated method - Getter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog.
      Returns:
      the partiallyTranslatable
    • getPresetValue

      @Accessor(qualifier="presetValue", type=GETTER) public Object getPresetValue()
      Generated method - Getter of the SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog.
      Returns:
      the presetValue
    • getSyncJob

      @Accessor(qualifier="syncJob", type=GETTER) public SyncItemJobModel getSyncJob()
      Generated method - Getter of the SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog.
      Returns:
      the syncJob
    • getTranslateValue

      @Accessor(qualifier="translateValue", type=GETTER) public Boolean getTranslateValue()
      Generated method - Getter of the SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog.
      Returns:
      the translateValue - deprecated: please use attribute untranslatable
    • getUntranslatable

      @Accessor(qualifier="untranslatable", type=GETTER) public Boolean getUntranslatable()
      Generated method - Getter of the SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog.
      Returns:
      the untranslatable
    • setAttributeDescriptor

      @Accessor(qualifier="attributeDescriptor", type=SETTER) public void setAttributeDescriptor(AttributeDescriptorModel value)
      Generated method - Initial setter of SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog. Can only be used at creation of model - before first save.
      Parameters:
      value - the attributeDescriptor
    • setCopyByValue

      @Accessor(qualifier="copyByValue", type=SETTER) public void setCopyByValue(Boolean value)
      Generated method - Setter of SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog.
      Parameters:
      value - the copyByValue
    • setIncludedInSync

      @Accessor(qualifier="includedInSync", type=SETTER) public void setIncludedInSync(Boolean value)
      Generated method - Setter of SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog.
      Parameters:
      value - the includedInSync
    • setPartiallyTranslatable

      @Accessor(qualifier="partiallyTranslatable", type=SETTER) public void setPartiallyTranslatable(Boolean value)
      Generated method - Setter of SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog.
      Parameters:
      value - the partiallyTranslatable
    • setPresetValue

      @Accessor(qualifier="presetValue", type=SETTER) public void setPresetValue(Object value)
      Generated method - Setter of SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog.
      Parameters:
      value - the presetValue
    • setSyncJob

      @Accessor(qualifier="syncJob", type=SETTER) public void setSyncJob(SyncItemJobModel value)
      Generated method - Initial setter of SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog. Can only be used at creation of model - before first save.
      Parameters:
      value - the syncJob
    • setTranslateValue

      @Accessor(qualifier="translateValue", type=SETTER) public void setTranslateValue(Boolean value)
      Generated method - Setter of SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog.
      Parameters:
      value - the translateValue - deprecated: please use attribute untranslatable
    • setUntranslatable

      @Accessor(qualifier="untranslatable", type=SETTER) public void setUntranslatable(Boolean value)
      Generated method - Setter of SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog.
      Parameters:
      value - the untranslatable