Class GigyaFieldMappingModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.gigya.gigyaservices.model.GigyaFieldMappingModel
All Implemented Interfaces:
Serializable

public class GigyaFieldMappingModel extends ItemModel
Generated model class for type GigyaFieldMapping first defined at extension gigyaservices.
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 GigyaFieldMapping.code attribute defined at extension gigyaservices.
    static final String
    Generated constant - Attribute key of GigyaFieldMapping.custom attribute defined at extension gigyaservices.
    static final String
    Generated constant - Attribute key of GigyaFieldMapping.gigyaAttributeName attribute defined at extension gigyaservices.
    static final String
    Generated constant - Attribute key of GigyaFieldMapping.gigyaConfig attribute defined at extension gigyaservices.
    static final String
    Generated constant - Attribute key of GigyaFieldMapping.hybrisAttributeName attribute defined at extension gigyaservices.
    static final String
    Generated constant - Attribute key of GigyaFieldMapping.hybrisType attribute defined at extension gigyaservices.
    static final String
    Generated constant - Attribute key of GigyaFieldMapping.syncDirection attribute defined at extension gigyaservices.

    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.
    GigyaFieldMappingModel(boolean _custom, String _gigyaAttributeName, GigyaConfigModel _gigyaConfig, String _hybrisAttributeName, GyAttributeType _hybrisType, ItemModel _owner, GigyaSyncDirection _syncDirection)
    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
    GigyaFieldMappingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    GigyaFieldMappingModel(String _gigyaAttributeName, GigyaConfigModel _gigyaConfig, String _hybrisAttributeName, GyAttributeType _hybrisType, GigyaSyncDirection _syncDirection)
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the GigyaFieldMapping.code attribute defined at extension gigyaservices.
    Generated method - Getter of the GigyaFieldMapping.gigyaAttributeName attribute defined at extension gigyaservices.
    Generated method - Getter of the GigyaFieldMapping.gigyaConfig attribute defined at extension gigyaservices.
    Generated method - Getter of the GigyaFieldMapping.hybrisAttributeName attribute defined at extension gigyaservices.
    Generated method - Getter of the GigyaFieldMapping.hybrisType attribute defined at extension gigyaservices.
    Generated method - Getter of the GigyaFieldMapping.syncDirection attribute defined at extension gigyaservices.
    boolean
    Generated method - Getter of the GigyaFieldMapping.custom attribute defined at extension gigyaservices.
    void
    setCode(String value)
    Generated method - Setter of GigyaFieldMapping.code attribute defined at extension gigyaservices.
    void
    setCustom(boolean value)
    Generated method - Initial setter of GigyaFieldMapping.custom attribute defined at extension gigyaservices.
    void
    Generated method - Initial setter of GigyaFieldMapping.gigyaAttributeName attribute defined at extension gigyaservices.
    void
    Generated method - Setter of GigyaFieldMapping.gigyaConfig attribute defined at extension gigyaservices.
    void
    Generated method - Initial setter of GigyaFieldMapping.hybrisAttributeName attribute defined at extension gigyaservices.
    void
    Generated method - Initial setter of GigyaFieldMapping.hybrisType attribute defined at extension gigyaservices.
    void
    Generated method - Initial setter of GigyaFieldMapping.syncDirection attribute defined at extension gigyaservices.

    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:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of GigyaFieldMapping.code attribute defined at extension gigyaservices.
      See Also:
    • SYNCDIRECTION

      public static final String SYNCDIRECTION
      Generated constant - Attribute key of GigyaFieldMapping.syncDirection attribute defined at extension gigyaservices.
      See Also:
    • HYBRISATTRIBUTENAME

      public static final String HYBRISATTRIBUTENAME
      Generated constant - Attribute key of GigyaFieldMapping.hybrisAttributeName attribute defined at extension gigyaservices.
      See Also:
    • GIGYAATTRIBUTENAME

      public static final String GIGYAATTRIBUTENAME
      Generated constant - Attribute key of GigyaFieldMapping.gigyaAttributeName attribute defined at extension gigyaservices.
      See Also:
    • HYBRISTYPE

      public static final String HYBRISTYPE
      Generated constant - Attribute key of GigyaFieldMapping.hybrisType attribute defined at extension gigyaservices.
      See Also:
    • CUSTOM

      public static final String CUSTOM
      Generated constant - Attribute key of GigyaFieldMapping.custom attribute defined at extension gigyaservices.
      See Also:
    • GIGYACONFIG

      public static final String GIGYACONFIG
      Generated constant - Attribute key of GigyaFieldMapping.gigyaConfig attribute defined at extension gigyaservices.
      See Also:
  • Constructor Details

    • GigyaFieldMappingModel

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

      public GigyaFieldMappingModel(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
    • GigyaFieldMappingModel

      @Deprecated(since="4.1.1", forRemoval=true) public GigyaFieldMappingModel(String _gigyaAttributeName, GigyaConfigModel _gigyaConfig, String _hybrisAttributeName, GyAttributeType _hybrisType, GigyaSyncDirection _syncDirection)
      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:
      _gigyaAttributeName - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
      _gigyaConfig - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
      _hybrisAttributeName - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
      _hybrisType - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
      _syncDirection - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
    • GigyaFieldMappingModel

      @Deprecated(since="4.1.1", forRemoval=true) public GigyaFieldMappingModel(boolean _custom, String _gigyaAttributeName, GigyaConfigModel _gigyaConfig, String _hybrisAttributeName, GyAttributeType _hybrisType, ItemModel _owner, GigyaSyncDirection _syncDirection)
      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:
      _custom - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
      _gigyaAttributeName - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
      _gigyaConfig - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
      _hybrisAttributeName - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
      _hybrisType - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
      _owner - initial attribute declared by type Item at extension core
      _syncDirection - initial attribute declared by type GigyaFieldMapping at extension gigyaservices
  • Method Details

    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the GigyaFieldMapping.code attribute defined at extension gigyaservices.
      Returns:
      the code
    • getGigyaAttributeName

      @Accessor(qualifier="gigyaAttributeName", type=GETTER) public String getGigyaAttributeName()
      Generated method - Getter of the GigyaFieldMapping.gigyaAttributeName attribute defined at extension gigyaservices.
      Returns:
      the gigyaAttributeName
    • getGigyaConfig

      @Accessor(qualifier="gigyaConfig", type=GETTER) public GigyaConfigModel getGigyaConfig()
      Generated method - Getter of the GigyaFieldMapping.gigyaConfig attribute defined at extension gigyaservices.
      Returns:
      the gigyaConfig
    • getHybrisAttributeName

      @Accessor(qualifier="hybrisAttributeName", type=GETTER) public String getHybrisAttributeName()
      Generated method - Getter of the GigyaFieldMapping.hybrisAttributeName attribute defined at extension gigyaservices.
      Returns:
      the hybrisAttributeName
    • getHybrisType

      @Accessor(qualifier="hybrisType", type=GETTER) public GyAttributeType getHybrisType()
      Generated method - Getter of the GigyaFieldMapping.hybrisType attribute defined at extension gigyaservices.
      Returns:
      the hybrisType
    • getSyncDirection

      @Accessor(qualifier="syncDirection", type=GETTER) public GigyaSyncDirection getSyncDirection()
      Generated method - Getter of the GigyaFieldMapping.syncDirection attribute defined at extension gigyaservices.
      Returns:
      the syncDirection
    • isCustom

      @Accessor(qualifier="custom", type=GETTER) public boolean isCustom()
      Generated method - Getter of the GigyaFieldMapping.custom attribute defined at extension gigyaservices.
      Returns:
      the custom
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Setter of GigyaFieldMapping.code attribute defined at extension gigyaservices.
      Parameters:
      value - the code
    • setCustom

      @Accessor(qualifier="custom", type=SETTER) public void setCustom(boolean value)
      Generated method - Initial setter of GigyaFieldMapping.custom attribute defined at extension gigyaservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the custom
    • setGigyaAttributeName

      @Accessor(qualifier="gigyaAttributeName", type=SETTER) public void setGigyaAttributeName(String value)
      Generated method - Initial setter of GigyaFieldMapping.gigyaAttributeName attribute defined at extension gigyaservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the gigyaAttributeName
    • setGigyaConfig

      @Accessor(qualifier="gigyaConfig", type=SETTER) public void setGigyaConfig(GigyaConfigModel value)
      Generated method - Setter of GigyaFieldMapping.gigyaConfig attribute defined at extension gigyaservices.
      Parameters:
      value - the gigyaConfig
    • setHybrisAttributeName

      @Accessor(qualifier="hybrisAttributeName", type=SETTER) public void setHybrisAttributeName(String value)
      Generated method - Initial setter of GigyaFieldMapping.hybrisAttributeName attribute defined at extension gigyaservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the hybrisAttributeName
    • setHybrisType

      @Accessor(qualifier="hybrisType", type=SETTER) public void setHybrisType(GyAttributeType value)
      Generated method - Initial setter of GigyaFieldMapping.hybrisType attribute defined at extension gigyaservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the hybrisType
    • setSyncDirection

      @Accessor(qualifier="syncDirection", type=SETTER) public void setSyncDirection(GigyaSyncDirection value)
      Generated method - Initial setter of GigyaFieldMapping.syncDirection attribute defined at extension gigyaservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the syncDirection