Class SAPPaymentModeModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapmodel.model.SAPPaymentModeModel
All Implemented Interfaces:
Serializable

public class SAPPaymentModeModel extends ItemModel
Generated model class for type SAPPaymentMode first defined at extension sapmodel.
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 SapConfigPaymentRelation defining source attribute sapConfiguration in extension sapmodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPPaymentMode.paymentMode attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPPaymentMode.paymentName attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPPaymentMode.paymentValue attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel.

    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.
    SAPPaymentModeModel(ItemModel _owner, PaymentModeModel _paymentMode, String _paymentName, String _paymentValue, SAPConfigurationModel _sapConfiguration)
    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
    SAPPaymentModeModel(PaymentModeModel _paymentMode, String _paymentName, String _paymentValue)
    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
    SAPPaymentModeModel(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 SAPPaymentMode.paymentMode attribute defined at extension sapmodel.
    Generated method - Getter of the SAPPaymentMode.paymentName attribute defined at extension sapmodel.
    Generated method - Getter of the SAPPaymentMode.paymentValue attribute defined at extension sapmodel.
    Generated method - Getter of the SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPPaymentMode.paymentMode attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPPaymentMode.paymentName attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPPaymentMode.paymentValue attribute defined at extension sapmodel.
    void
    Generated method - Initial setter of SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel.

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

      public static final String _SAPCONFIGPAYMENTRELATION
      Generated relation code constant for relation SapConfigPaymentRelation defining source attribute sapConfiguration in extension sapmodel.
      See Also:
    • SAPCONFIGURATION

      public static final String SAPCONFIGURATION
      Generated constant - Attribute key of SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel.
      See Also:
    • PAYMENTMODE

      public static final String PAYMENTMODE
      Generated constant - Attribute key of SAPPaymentMode.paymentMode attribute defined at extension sapmodel.
      See Also:
    • PAYMENTNAME

      public static final String PAYMENTNAME
      Generated constant - Attribute key of SAPPaymentMode.paymentName attribute defined at extension sapmodel.
      See Also:
    • PAYMENTVALUE

      public static final String PAYMENTVALUE
      Generated constant - Attribute key of SAPPaymentMode.paymentValue attribute defined at extension sapmodel.
      See Also:
  • Constructor Details

    • SAPPaymentModeModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SAPPaymentModeModel(PaymentModeModel _paymentMode, String _paymentName, String _paymentValue)
      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:
      _paymentMode - initial attribute declared by type SAPPaymentMode at extension sapmodel
      _paymentName - initial attribute declared by type SAPPaymentMode at extension sapmodel
      _paymentValue - initial attribute declared by type SAPPaymentMode at extension sapmodel
    • SAPPaymentModeModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPPaymentModeModel(ItemModel _owner, PaymentModeModel _paymentMode, String _paymentName, String _paymentValue, SAPConfigurationModel _sapConfiguration)
      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
      _paymentMode - initial attribute declared by type SAPPaymentMode at extension sapmodel
      _paymentName - initial attribute declared by type SAPPaymentMode at extension sapmodel
      _paymentValue - initial attribute declared by type SAPPaymentMode at extension sapmodel
      _sapConfiguration - initial attribute declared by type SAPPaymentMode at extension sapmodel
  • Method Details

    • getPaymentMode

      @Accessor(qualifier="paymentMode", type=GETTER) public PaymentModeModel getPaymentMode()
      Generated method - Getter of the SAPPaymentMode.paymentMode attribute defined at extension sapmodel.
      Returns:
      the paymentMode
    • getPaymentName

      @Accessor(qualifier="paymentName", type=GETTER) public String getPaymentName()
      Generated method - Getter of the SAPPaymentMode.paymentName attribute defined at extension sapmodel.
      Returns:
      the paymentName
    • getPaymentValue

      @Accessor(qualifier="paymentValue", type=GETTER) public String getPaymentValue()
      Generated method - Getter of the SAPPaymentMode.paymentValue attribute defined at extension sapmodel.
      Returns:
      the paymentValue
    • getSapConfiguration

      @Accessor(qualifier="sapConfiguration", type=GETTER) public SAPConfigurationModel getSapConfiguration()
      Generated method - Getter of the SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel.
      Returns:
      the sapConfiguration
    • setPaymentMode

      @Accessor(qualifier="paymentMode", type=SETTER) public void setPaymentMode(PaymentModeModel value)
      Generated method - Setter of SAPPaymentMode.paymentMode attribute defined at extension sapmodel.
      Parameters:
      value - the paymentMode
    • setPaymentName

      @Accessor(qualifier="paymentName", type=SETTER) public void setPaymentName(String value)
      Generated method - Setter of SAPPaymentMode.paymentName attribute defined at extension sapmodel.
      Parameters:
      value - the paymentName
    • setPaymentValue

      @Accessor(qualifier="paymentValue", type=SETTER) public void setPaymentValue(String value)
      Generated method - Setter of SAPPaymentMode.paymentValue attribute defined at extension sapmodel.
      Parameters:
      value - the paymentValue
    • setSapConfiguration

      @Accessor(qualifier="sapConfiguration", type=SETTER) public void setSapConfiguration(SAPConfigurationModel value)
      Generated method - Initial setter of SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel. Can only be used at creation of model - before first save.
      Parameters:
      value - the sapConfiguration