Class StandardPaymentModeModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.order.payment.PaymentModeModel
de.hybris.platform.paymentstandard.model.StandardPaymentModeModel
All Implemented Interfaces:
Serializable

public class StandardPaymentModeModel extends PaymentModeModel
Generated model class for type StandardPaymentMode first defined at extension paymentstandard.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String NET
      Generated constant - Attribute key of StandardPaymentMode.net attribute defined at extension paymentstandard.
      See Also:
    • PAYMENTMODEVALUES

      public static final String PAYMENTMODEVALUES
      Generated constant - Attribute key of StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard.
      See Also:
  • Constructor Details

    • StandardPaymentModeModel

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

      public StandardPaymentModeModel(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
    • StandardPaymentModeModel

      @Deprecated(since="4.1.1", forRemoval=true) public StandardPaymentModeModel(Boolean _active, String _code, ComposedTypeModel _paymentInfoType)
      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:
      _active - initial attribute declared by type PaymentMode at extension core
      _code - initial attribute declared by type PaymentMode at extension core
      _paymentInfoType - initial attribute declared by type PaymentMode at extension core
    • StandardPaymentModeModel

      @Deprecated(since="4.1.1", forRemoval=true) public StandardPaymentModeModel(Boolean _active, String _code, ItemModel _owner, ComposedTypeModel _paymentInfoType)
      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:
      _active - initial attribute declared by type PaymentMode at extension core
      _code - initial attribute declared by type PaymentMode at extension core
      _owner - initial attribute declared by type Item at extension core
      _paymentInfoType - initial attribute declared by type PaymentMode at extension core
  • Method Details

    • getNet

      @Accessor(qualifier="net", type=GETTER) public Boolean getNet()
      Generated method - Getter of the StandardPaymentMode.net attribute defined at extension paymentstandard.
      Returns:
      the net
    • getPaymentModeValues

      @Accessor(qualifier="paymentModeValues", type=GETTER) public Collection<StandardPaymentModeValueModel> getPaymentModeValues()
      Generated method - Getter of the StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the paymentModeValues
    • setNet

      @Accessor(qualifier="net", type=SETTER) public void setNet(Boolean value)
      Generated method - Setter of StandardPaymentMode.net attribute defined at extension paymentstandard.
      Parameters:
      value - the net
    • setPaymentModeValues

      @Accessor(qualifier="paymentModeValues", type=SETTER) public void setPaymentModeValues(Collection<StandardPaymentModeValueModel> value)
      Generated method - Setter of StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard.
      Parameters:
      value - the paymentModeValues