Class B2BMerchantCheckResultModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2b.model.B2BMerchantCheckResultModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
B2BCreditCheckResultModel

public class B2BMerchantCheckResultModel extends ItemModel
Generated model class for type B2BMerchantCheckResult first defined at extension b2bcommerce.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of B2BMerchantCheckResult.merchantcheck attribute defined at extension b2bcommerce.
    static final String
    Generated constant - Attribute key of B2BMerchantCheckResult.merchantCheckTypeCode attribute defined at extension b2bcommerce.
    static final String
    Generated constant - Attribute key of B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
    static final String
    Generated constant - Attribute key of B2BMerchantCheckResult.status attribute defined at extension b2bcommerce.
    static final String
    Generated constant - Attribute key of B2BMerchantCheckResult.statusEmail attribute defined at extension b2bcommerce.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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
    B2BMerchantCheckResultModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the B2BMerchantCheckResult.merchantcheck attribute defined at extension b2bcommerce.
    Generated method - Getter of the B2BMerchantCheckResult.merchantCheckTypeCode attribute defined at extension b2bcommerce.
    Generated method - Getter of the B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
    Generated method - Getter of the B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
    Generated method - Getter of the B2BMerchantCheckResult.status attribute defined at extension b2bcommerce.
    Generated method - Getter of the B2BMerchantCheckResult.statusEmail attribute defined at extension b2bcommerce.
    void
    Generated method - Setter of B2BMerchantCheckResult.merchantcheck attribute defined at extension b2bcommerce.
    void
    Generated method - Setter of B2BMerchantCheckResult.merchantCheckTypeCode attribute defined at extension b2bcommerce.
    void
    setNote(String value)
    Generated method - Setter of B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
    void
    setNote(String value, Locale loc)
    Generated method - Setter of B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
    void
    Generated method - Setter of B2BMerchantCheckResult.status attribute defined at extension b2bcommerce.
    void
    Generated method - Setter of B2BMerchantCheckResult.statusEmail attribute defined at extension b2bcommerce.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

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

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

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

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

      public static final String NOTE
      Generated constant - Attribute key of B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
      See Also:
  • Constructor Details

    • B2BMerchantCheckResultModel

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

      public B2BMerchantCheckResultModel(de.hybris.platform.servicelayer.model.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 Details

    • 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 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 String getNote()
      Generated method - Getter of the B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
      Returns:
      the note
    • getNote

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

      @Accessor(qualifier="status", type=GETTER) public MerchantCheckStatus getStatus()
      Generated method - Getter of the B2BMerchantCheckResult.status attribute defined at extension b2bcommerce.
      Returns:
      the status
    • getStatusEmail

      @Accessor(qualifier="statusEmail", type=GETTER) public MerchantCheckStatusEmail getStatusEmail()
      Generated method - Getter of the B2BMerchantCheckResult.statusEmail attribute defined at extension b2bcommerce.
      Returns:
      the statusEmail
    • 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(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(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(String value, Locale loc)
      Generated method - Setter of B2BMerchantCheckResult.note attribute defined at extension b2bcommerce.
      Parameters:
      value - the note
      loc - the value localization key
      Throws:
      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