Class GigyaFieldMappingModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class GigyaFieldMappingModel
    extends ItemModel
    Generated model class for type GigyaFieldMapping first defined at extension gigyaservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • CODE

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

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

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

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

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

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

        public static final java.lang.String GIGYACONFIG
        Generated constant - Attribute key of GigyaFieldMapping.gigyaConfig attribute defined at extension gigyaservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GigyaFieldMappingModel

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

        public GigyaFieldMappingModel​(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​(java.lang.String _gigyaAttributeName,
                                      GigyaConfigModel _gigyaConfig,
                                      java.lang.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,
                                      java.lang.String _gigyaAttributeName,
                                      GigyaConfigModel _gigyaConfig,
                                      java.lang.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 Detail

      • getCode

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

        @Accessor(qualifier="gigyaAttributeName",
                  type=GETTER)
        public java.lang.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 java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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