Class DeeplinkUrlModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

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

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

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

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

      public static final String BARCODEMEDIAS
      Generated constant - Attribute key of DeeplinkUrl.barcodeMedias attribute defined at extension basecommerce.
      See Also:
  • Constructor Details

    • 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(String _baseUrl, String _code, 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(String _baseUrl, String _code, 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 Details

    • getBarcodeMedias

      @Accessor(qualifier="barcodeMedias", type=GETTER) public 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 String getBaseUrl()
      Generated method - Getter of the DeeplinkUrl.baseUrl attribute defined at extension basecommerce.
      Returns:
      the baseUrl
    • getCode

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

      @Accessor(qualifier="name", type=GETTER) public 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(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(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(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(String value)
      Generated method - Setter of DeeplinkUrl.name attribute defined at extension basecommerce.
      Parameters:
      value - the name