Class GeneratedDeeplinkUrl

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the DeeplinkUrl.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the DeeplinkUrl.name attribute
        See Also:
        Constant Field Values
      • BASEURL

        public static final java.lang.String BASEURL
        Qualifier of the DeeplinkUrl.baseUrl attribute
        See Also:
        Constant Field Values
      • BARCODEMEDIAS

        public static final java.lang.String BARCODEMEDIAS
        Qualifier of the DeeplinkUrl.barcodeMedias attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedDeeplinkUrl

        public GeneratedDeeplinkUrl()
    • Method Detail

      • getBarcodeMedias

        public java.util.Collection<BarcodeMedia> getBarcodeMedias​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrl.barcodeMedias attribute.
        Returns:
        the barcodeMedias
      • getBarcodeMedias

        public java.util.Collection<BarcodeMedia> getBarcodeMedias()
        Generated method - Getter of the DeeplinkUrl.barcodeMedias attribute.
        Returns:
        the barcodeMedias
      • setBarcodeMedias

        public void setBarcodeMedias​(SessionContext ctx,
                                     java.util.Collection<BarcodeMedia> value)
        Generated method - Setter of the DeeplinkUrl.barcodeMedias attribute.
        Parameters:
        value - the barcodeMedias
      • setBarcodeMedias

        public void setBarcodeMedias​(java.util.Collection<BarcodeMedia> value)
        Generated method - Setter of the DeeplinkUrl.barcodeMedias attribute.
        Parameters:
        value - the barcodeMedias
      • addToBarcodeMedias

        public void addToBarcodeMedias​(SessionContext ctx,
                                       BarcodeMedia value)
        Generated method - Adds value to barcodeMedias.
        Parameters:
        value - the item to add to barcodeMedias
      • addToBarcodeMedias

        public void addToBarcodeMedias​(BarcodeMedia value)
        Generated method - Adds value to barcodeMedias.
        Parameters:
        value - the item to add to barcodeMedias
      • removeFromBarcodeMedias

        public void removeFromBarcodeMedias​(SessionContext ctx,
                                            BarcodeMedia value)
        Generated method - Removes value from barcodeMedias.
        Parameters:
        value - the item to remove from barcodeMedias
      • removeFromBarcodeMedias

        public void removeFromBarcodeMedias​(BarcodeMedia value)
        Generated method - Removes value from barcodeMedias.
        Parameters:
        value - the item to remove from barcodeMedias
      • getBaseUrl

        public java.lang.String getBaseUrl​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrl.baseUrl attribute.
        Returns:
        the baseUrl
      • getBaseUrl

        public java.lang.String getBaseUrl()
        Generated method - Getter of the DeeplinkUrl.baseUrl attribute.
        Returns:
        the baseUrl
      • setBaseUrl

        public void setBaseUrl​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the DeeplinkUrl.baseUrl attribute.
        Parameters:
        value - the baseUrl
      • setBaseUrl

        public void setBaseUrl​(java.lang.String value)
        Generated method - Setter of the DeeplinkUrl.baseUrl attribute.
        Parameters:
        value - the baseUrl
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrl.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the DeeplinkUrl.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the DeeplinkUrl.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the DeeplinkUrl.code attribute.
        Parameters:
        value - the code
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrl.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the DeeplinkUrl.name attribute.
        Returns:
        the name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the DeeplinkUrl.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the DeeplinkUrl.name attribute.
        Parameters:
        value - the name