Class SAPCentralOrderConfigurationModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.sap.sapcentralorderservices.model.SAPCentralOrderConfigurationModel
All Implemented Interfaces:
Serializable

public class SAPCentralOrderConfigurationModel extends ItemModel
Generated model class for type SAPCentralOrderConfiguration first defined at extension sapcentralorderservices.
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 SAPCentralOrderConfiguration.id attribute defined at extension sapcentralorderservices.
    static final String
    Generated constant - Attribute key of SAPCentralOrderConfiguration.warehouses attribute defined at extension sapcentralorderservices.

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

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SAPCentralOrderConfiguration.id attribute defined at extension sapcentralorderservices.
    Generated method - Getter of the SAPCentralOrderConfiguration.warehouses attribute defined at extension sapcentralorderservices.
    void
    setId(String value)
    Generated method - Setter of SAPCentralOrderConfiguration.id attribute defined at extension sapcentralorderservices.
    void
    Generated method - Setter of SAPCentralOrderConfiguration.warehouses attribute defined at extension sapcentralorderservices.

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

      public static final String ID
      Generated constant - Attribute key of SAPCentralOrderConfiguration.id attribute defined at extension sapcentralorderservices.
      See Also:
    • WAREHOUSES

      public static final String WAREHOUSES
      Generated constant - Attribute key of SAPCentralOrderConfiguration.warehouses attribute defined at extension sapcentralorderservices.
      See Also:
  • Constructor Details

    • SAPCentralOrderConfigurationModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SAPCentralOrderConfigurationModel(String _id, Collection<WarehouseModel> _warehouses)
      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:
      _id - initial attribute declared by type SAPCentralOrderConfiguration at extension sapcentralorderservices
      _warehouses - initial attribute declared by type SAPCentralOrderConfiguration at extension sapcentralorderservices
    • SAPCentralOrderConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPCentralOrderConfigurationModel(String _id, ItemModel _owner, Collection<WarehouseModel> _warehouses)
      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:
      _id - initial attribute declared by type SAPCentralOrderConfiguration at extension sapcentralorderservices
      _owner - initial attribute declared by type Item at extension core
      _warehouses - initial attribute declared by type SAPCentralOrderConfiguration at extension sapcentralorderservices
  • Method Details

    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the SAPCentralOrderConfiguration.id attribute defined at extension sapcentralorderservices.
      Returns:
      the id - Central Order Configuration unique Id
    • getWarehouses

      @Accessor(qualifier="warehouses", type=GETTER) public Collection<WarehouseModel> getWarehouses()
      Generated method - Getter of the SAPCentralOrderConfiguration.warehouses attribute defined at extension sapcentralorderservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the warehouses
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of SAPCentralOrderConfiguration.id attribute defined at extension sapcentralorderservices.
      Parameters:
      value - the id - Central Order Configuration unique Id
    • setWarehouses

      @Accessor(qualifier="warehouses", type=SETTER) public void setWarehouses(Collection<WarehouseModel> value)
      Generated method - Setter of SAPCentralOrderConfiguration.warehouses attribute defined at extension sapcentralorderservices.
      Parameters:
      value - the warehouses