Class DeeplinkUrlModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeeplinkUrlModel
    extends ItemModel
    Generated model class for type DeeplinkUrl first defined at extension basecommerce.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _BARCODEMEDIA2DEEPLINKURL
        Generated relation code constant for relation BarcodeMedia2DeeplinkUrl defining source attribute barcodeMedias in extension basecommerce.
        See Also:
        Constant Field Values
      • CODE

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

        public static final java.lang.String NAME
        Generated constant - Attribute key of DeeplinkUrl.name attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
      • BASEURL

        public static final java.lang.String BASEURL
        Generated constant - Attribute key of DeeplinkUrl.baseUrl attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
      • BARCODEMEDIAS

        public static final java.lang.String BARCODEMEDIAS
        Generated constant - Attribute key of DeeplinkUrl.barcodeMedias attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DeeplinkUrlModel

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

        public DeeplinkUrlModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • DeeplinkUrlModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DeeplinkUrlModel​(java.lang.String _baseUrl,
                                java.lang.String _code,
                                java.lang.String _name)
        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:
        _baseUrl - initial attribute declared by type DeeplinkUrl at extension basecommerce
        _code - initial attribute declared by type DeeplinkUrl at extension basecommerce
        _name - initial attribute declared by type DeeplinkUrl at extension basecommerce
      • DeeplinkUrlModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DeeplinkUrlModel​(java.lang.String _baseUrl,
                                java.lang.String _code,
                                java.lang.String _name,
                                ItemModel _owner)
        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:
        _baseUrl - initial attribute declared by type DeeplinkUrl at extension basecommerce
        _code - initial attribute declared by type DeeplinkUrl at extension basecommerce
        _name - initial attribute declared by type DeeplinkUrl at extension basecommerce
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getBarcodeMedias

        @Accessor(qualifier="barcodeMedias",
                  type=GETTER)
        public java.util.Collection<BarcodeMediaModel> getBarcodeMedias()
        Generated method - Getter of the DeeplinkUrl.barcodeMedias attribute defined at extension basecommerce. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the barcodeMedias
      • getBaseUrl

        @Accessor(qualifier="baseUrl",
                  type=GETTER)
        public java.lang.String getBaseUrl()
        Generated method - Getter of the DeeplinkUrl.baseUrl attribute defined at extension basecommerce.
        Returns:
        the baseUrl
      • getCode

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

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName()
        Generated method - Getter of the DeeplinkUrl.name attribute defined at extension basecommerce.
        Returns:
        the name
      • setBarcodeMedias

        @Accessor(qualifier="barcodeMedias",
                  type=SETTER)
        public void setBarcodeMedias​(java.util.Collection<BarcodeMediaModel> value)
        Generated method - Setter of DeeplinkUrl.barcodeMedias attribute defined at extension basecommerce.
        Parameters:
        value - the barcodeMedias
      • setBaseUrl

        @Accessor(qualifier="baseUrl",
                  type=SETTER)
        public void setBaseUrl​(java.lang.String value)
        Generated method - Setter of DeeplinkUrl.baseUrl attribute defined at extension basecommerce.
        Parameters:
        value - the baseUrl
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Setter of DeeplinkUrl.code attribute defined at extension basecommerce.
        Parameters:
        value - the code
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value)
        Generated method - Setter of DeeplinkUrl.name attribute defined at extension basecommerce.
        Parameters:
        value - the name