Class SAPPlantLogSysOrgModel

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

public class SAPPlantLogSysOrgModel extends ItemModel
Generated model class for type SAPPlantLogSysOrg 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 SAPConfig2PlantLogSysOrg defining source attribute sapConfiguration in extension sapmodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.
    static final String
    Generated constant - Attribute key of SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPPlantLogSysOrg.warehouses 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.
    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
    SAPPlantLogSysOrgModel(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 SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.
    Generated method - Getter of the SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.
    Generated method - Getter of the SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.
    Generated method - Getter of the SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.
    Generated method - Getter of the SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.
    Generated method - Getter of the SAPPlantLogSysOrg.warehouses attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.
    void
    Generated method - Setter of SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPPlantLogSysOrg.warehouses 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:
    • _SAPCONFIG2PLANTLOGSYSORG

      public static final String _SAPCONFIG2PLANTLOGSYSORG
      Generated relation code constant for relation SAPConfig2PlantLogSysOrg defining source attribute sapConfiguration in extension sapmodel.
      See Also:
    • PLANT

      public static final String PLANT
      Generated constant - Attribute key of SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.
      See Also:
    • LOGSYS

      public static final String LOGSYS
      Generated constant - Attribute key of SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.
      See Also:
    • SALESORG

      public static final String SALESORG
      Generated constant - Attribute key of SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.
      See Also:
    • SAPCONFIGURATION

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

      public static final String WAREHOUSES
      Generated constant - Attribute key of SAPPlantLogSysOrg.warehouses attribute defined at extension sapmodel.
      See Also:
    • REASONCODECANCELLATION

      public static final String REASONCODECANCELLATION
      Generated constant - Attribute key of SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.
      See Also:
  • Constructor Details

    • SAPPlantLogSysOrgModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SAPPlantLogSysOrgModel(WarehouseModel _plant)
      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:
      _plant - initial attribute declared by type SAPPlantLogSysOrg at extension sapmodel
    • SAPPlantLogSysOrgModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPPlantLogSysOrgModel(ItemModel _owner, WarehouseModel _plant)
      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
      _plant - initial attribute declared by type SAPPlantLogSysOrg at extension sapmodel
  • Method Details

    • getLogSys

      @Accessor(qualifier="logSys", type=GETTER) public SAPLogicalSystemModel getLogSys()
      Generated method - Getter of the SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.
      Returns:
      the logSys - SAP Logical System
    • getPlant

      @Accessor(qualifier="plant", type=GETTER) public WarehouseModel getPlant()
      Generated method - Getter of the SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.
      Returns:
      the plant - Warehouse
    • getReasonCodeCancellation

      @Accessor(qualifier="reasonCodeCancellation", type=GETTER) public String getReasonCodeCancellation()
      Generated method - Getter of the SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.
      Returns:
      the reasonCodeCancellation - Reason Code For Cancellation
    • getSalesOrg

      @Accessor(qualifier="salesOrg", type=GETTER) public SAPSalesOrganizationModel getSalesOrg()
      Generated method - Getter of the SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.
      Returns:
      the salesOrg - SAP Sales Organization
    • getSapConfiguration

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

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

      @Accessor(qualifier="logSys", type=SETTER) public void setLogSys(SAPLogicalSystemModel value)
      Generated method - Setter of SAPPlantLogSysOrg.logSys attribute defined at extension sapmodel.
      Parameters:
      value - the logSys - SAP Logical System
    • setPlant

      @Accessor(qualifier="plant", type=SETTER) public void setPlant(WarehouseModel value)
      Generated method - Setter of SAPPlantLogSysOrg.plant attribute defined at extension sapmodel.
      Parameters:
      value - the plant - Warehouse
    • setReasonCodeCancellation

      @Accessor(qualifier="reasonCodeCancellation", type=SETTER) public void setReasonCodeCancellation(String value)
      Generated method - Setter of SAPPlantLogSysOrg.reasonCodeCancellation attribute defined at extension ysapomsreturnprocess.
      Parameters:
      value - the reasonCodeCancellation - Reason Code For Cancellation
    • setSalesOrg

      @Accessor(qualifier="salesOrg", type=SETTER) public void setSalesOrg(SAPSalesOrganizationModel value)
      Generated method - Setter of SAPPlantLogSysOrg.salesOrg attribute defined at extension sapmodel.
      Parameters:
      value - the salesOrg - SAP Sales Organization
    • setSapConfiguration

      @Accessor(qualifier="sapConfiguration", type=SETTER) public void setSapConfiguration(SAPConfigurationModel value)
      Generated method - Setter of SAPPlantLogSysOrg.sapConfiguration attribute defined at extension sapmodel.
      Parameters:
      value - the sapConfiguration
    • setWarehouses

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