Class StandardPaymentModeValueModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.paymentstandard.model.StandardPaymentModeValueModel
All Implemented Interfaces:
Serializable

public class StandardPaymentModeValueModel extends ItemModel
Generated model class for type StandardPaymentModeValue first defined at extension paymentstandard.
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 relation code constant for relation StdModeValuesRelation defining source attribute paymentMode in extension paymentstandard.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
    static final String
    Generated constant - Attribute key of StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
    static final String
    Generated constant - Attribute key of StandardPaymentModeValue.value attribute defined at extension paymentstandard.

    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
    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
    StandardPaymentModeValueModel(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 StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
    Generated method - Getter of the StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
    Generated method - Getter of the StandardPaymentModeValue.value attribute defined at extension paymentstandard.
    void
    Generated method - Setter of StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
    void
    Generated method - Initial setter of StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
    void
    Generated method - Setter of StandardPaymentModeValue.value attribute defined at extension paymentstandard.

    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:
    • _STDMODEVALUESRELATION

      public static final String _STDMODEVALUESRELATION
      Generated relation code constant for relation StdModeValuesRelation defining source attribute paymentMode in extension paymentstandard.
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Generated constant - Attribute key of StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
      See Also:
    • VALUE

      public static final String VALUE
      Generated constant - Attribute key of StandardPaymentModeValue.value attribute defined at extension paymentstandard.
      See Also:
    • PAYMENTMODE

      public static final String PAYMENTMODE
      Generated constant - Attribute key of StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
      See Also:
  • Constructor Details

    • StandardPaymentModeValueModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public StandardPaymentModeValueModel(CurrencyModel _currency, StandardPaymentModeModel _paymentMode, Double _value)
      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:
      _currency - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
      _paymentMode - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
      _value - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
    • StandardPaymentModeValueModel

      @Deprecated(since="4.1.1", forRemoval=true) public StandardPaymentModeValueModel(CurrencyModel _currency, ItemModel _owner, StandardPaymentModeModel _paymentMode, Double _value)
      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:
      _currency - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
      _owner - initial attribute declared by type Item at extension core
      _paymentMode - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
      _value - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
  • Method Details

    • getCurrency

      @Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
      Generated method - Getter of the StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
      Returns:
      the currency
    • getPaymentMode

      @Accessor(qualifier="paymentMode", type=GETTER) public StandardPaymentModeModel getPaymentMode()
      Generated method - Getter of the StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
      Returns:
      the paymentMode
    • getValue

      @Accessor(qualifier="value", type=GETTER) public Double getValue()
      Generated method - Getter of the StandardPaymentModeValue.value attribute defined at extension paymentstandard.
      Returns:
      the value
    • setCurrency

      @Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
      Generated method - Setter of StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
      Parameters:
      value - the currency
    • setPaymentMode

      @Accessor(qualifier="paymentMode", type=SETTER) public void setPaymentMode(StandardPaymentModeModel value)
      Generated method - Initial setter of StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard. Can only be used at creation of model - before first save.
      Parameters:
      value - the paymentMode
    • setValue

      @Accessor(qualifier="value", type=SETTER) public void setValue(Double value)
      Generated method - Setter of StandardPaymentModeValue.value attribute defined at extension paymentstandard.
      Parameters:
      value - the value