Class SAPDeliveryModeModel

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

public class SAPDeliveryModeModel extends ItemModel
Generated model class for type SAPDeliveryMode 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 SAPConfigDeliveryRelation defining source attribute sapConfiguration in extension sapmodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPDeliveryMode.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.
    SAPDeliveryModeModel(DeliveryModeModel _deliveryMode, String _deliveryValue)
    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
    SAPDeliveryModeModel(DeliveryModeModel _deliveryMode, String _deliveryValue, ItemModel _owner, 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
    SAPDeliveryModeModel(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 SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.
    Generated method - Getter of the SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel.
    Generated method - Getter of the SAPDeliveryMode.sapConfiguration attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel.
    void
    Generated method - Initial setter of SAPDeliveryMode.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:
    • _SAPCONFIGDELIVERYRELATION

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

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

      public static final String DELIVERYMODE
      Generated constant - Attribute key of SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.
      See Also:
    • DELIVERYVALUE

      public static final String DELIVERYVALUE
      Generated constant - Attribute key of SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel.
      See Also:
  • Constructor Details

    • SAPDeliveryModeModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SAPDeliveryModeModel(DeliveryModeModel _deliveryMode, String _deliveryValue)
      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:
      _deliveryMode - initial attribute declared by type SAPDeliveryMode at extension sapmodel
      _deliveryValue - initial attribute declared by type SAPDeliveryMode at extension sapmodel
    • SAPDeliveryModeModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPDeliveryModeModel(DeliveryModeModel _deliveryMode, String _deliveryValue, ItemModel _owner, 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:
      _deliveryMode - initial attribute declared by type SAPDeliveryMode at extension sapmodel
      _deliveryValue - initial attribute declared by type SAPDeliveryMode at extension sapmodel
      _owner - initial attribute declared by type Item at extension core
      _sapConfiguration - initial attribute declared by type SAPDeliveryMode at extension sapmodel
  • Method Details

    • getDeliveryMode

      @Accessor(qualifier="deliveryMode", type=GETTER) public DeliveryModeModel getDeliveryMode()
      Generated method - Getter of the SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.
      Returns:
      the deliveryMode
    • getDeliveryValue

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

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

      @Accessor(qualifier="deliveryMode", type=SETTER) public void setDeliveryMode(DeliveryModeModel value)
      Generated method - Setter of SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.
      Parameters:
      value - the deliveryMode
    • setDeliveryValue

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

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