Class B2BMerchantCheckResultModel

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    B2BCreditCheckResultModel

    public class B2BMerchantCheckResultModel
    extends ItemModel
    Generated model class for type B2BMerchantCheckResult first defined at extension b2bcommerce.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String MERCHANTCHECK
        Generated constant - Attribute key of B2BMerchantCheckResult.merchantcheck attribute defined at extension b2bcommerce.
        See Also:
        Constant Field Values
      • MERCHANTCHECKTYPECODE

        public static final java.lang.String MERCHANTCHECKTYPECODE
        Generated constant - Attribute key of B2BMerchantCheckResult.merchantCheckTypeCode attribute defined at extension b2bcommerce.
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Generated constant - Attribute key of B2BMerchantCheckResult.status attribute defined at extension b2bcommerce.
        See Also:
        Constant Field Values
      • STATUSEMAIL

        public static final java.lang.String STATUSEMAIL
        Generated constant - Attribute key of B2BMerchantCheckResult.statusEmail attribute defined at extension b2bcommerce.
        See Also:
        Constant Field Values
      • NOTE

        public static final java.lang.String NOTE
        Generated constant - Attribute key of B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
        See Also:
        Constant Field Values
    • Constructor Detail

      • B2BMerchantCheckResultModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public B2BMerchantCheckResultModel​(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:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getMerchantcheck

        @Accessor(qualifier="merchantcheck",
                  type=GETTER)
        public B2BMerchantCheckModel getMerchantcheck()
        Generated method - Getter of the B2BMerchantCheckResult.merchantcheck attribute defined at extension b2bcommerce.
        Returns:
        the merchantcheck
      • getMerchantCheckTypeCode

        @Accessor(qualifier="merchantCheckTypeCode",
                  type=GETTER)
        public java.lang.String getMerchantCheckTypeCode()
        Generated method - Getter of the B2BMerchantCheckResult.merchantCheckTypeCode attribute defined at extension b2bcommerce.
        Returns:
        the merchantCheckTypeCode - the item type code for the merchant check, the result is holding as defined in items.xml
      • getNote

        @Accessor(qualifier="note",
                  type=GETTER)
        public java.lang.String getNote()
        Generated method - Getter of the B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
        Returns:
        the note
      • getNote

        @Accessor(qualifier="note",
                  type=GETTER)
        public java.lang.String getNote​(java.util.Locale loc)
        Generated method - Getter of the B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
        Parameters:
        loc - the value localization key
        Returns:
        the note
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setMerchantcheck

        @Accessor(qualifier="merchantcheck",
                  type=SETTER)
        public void setMerchantcheck​(B2BMerchantCheckModel value)
        Generated method - Setter of B2BMerchantCheckResult.merchantcheck attribute defined at extension b2bcommerce.
        Parameters:
        value - the merchantcheck
      • setMerchantCheckTypeCode

        @Accessor(qualifier="merchantCheckTypeCode",
                  type=SETTER)
        public void setMerchantCheckTypeCode​(java.lang.String value)
        Generated method - Setter of B2BMerchantCheckResult.merchantCheckTypeCode attribute defined at extension b2bcommerce.
        Parameters:
        value - the merchantCheckTypeCode - the item type code for the merchant check, the result is holding as defined in items.xml
      • setNote

        @Accessor(qualifier="note",
                  type=SETTER)
        public void setNote​(java.lang.String value)
        Generated method - Setter of B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
        Parameters:
        value - the note
      • setNote

        @Accessor(qualifier="note",
                  type=SETTER)
        public void setNote​(java.lang.String value,
                            java.util.Locale loc)
        Generated method - Setter of B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
        Parameters:
        value - the note
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setStatus

        @Accessor(qualifier="status",
                  type=SETTER)
        public void setStatus​(MerchantCheckStatus value)
        Generated method - Setter of B2BMerchantCheckResult.status attribute defined at extension b2bcommerce.
        Parameters:
        value - the status
      • setStatusEmail

        @Accessor(qualifier="statusEmail",
                  type=SETTER)
        public void setStatusEmail​(MerchantCheckStatusEmail value)
        Generated method - Setter of B2BMerchantCheckResult.statusEmail attribute defined at extension b2bcommerce.
        Parameters:
        value - the statusEmail