Class S4CMConfigModel

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

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

    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
    S4CMConfigModel(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
  • Method Summary

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

    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 S4CMConfig.id attribute defined at extension sapserviceorder.
      See Also:
    • WAREHOUSES

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

    • S4CMConfigModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public S4CMConfigModel(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:
      _warehouses - initial attribute declared by type S4CMConfig at extension sapserviceorder
    • S4CMConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public S4CMConfigModel(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:
      _owner - initial attribute declared by type Item at extension core
      _warehouses - initial attribute declared by type S4CMConfig at extension sapserviceorder
  • Method Details

    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the S4CMConfig.id attribute defined at extension sapserviceorder.
      Returns:
      the id - id
    • getWarehouses

      @Accessor(qualifier="warehouses", type=GETTER) public Collection<WarehouseModel> getWarehouses()
      Generated method - Getter of the S4CMConfig.warehouses attribute defined at extension sapserviceorder. 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 S4CMConfig.id attribute defined at extension sapserviceorder.
      Parameters:
      value - the id - id
    • setWarehouses

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