Class SAPSalesOrganizationModel

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

public class SAPSalesOrganizationModel extends ItemModel
Generated model class for type SAPSalesOrganization 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 model type code constant.
    static final String
    Generated constant - Attribute key of SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPSalesOrganization.division attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPSalesOrganization.salesOrganization 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
    SAPSalesOrganizationModel(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 SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel.
    Generated method - Getter of the SAPSalesOrganization.division attribute defined at extension sapmodel.
    Generated method - Getter of the SAPSalesOrganization.salesOrganization attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPSalesOrganization.division attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPSalesOrganization.salesOrganization 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:
    • SALESORGANIZATION

      public static final String SALESORGANIZATION
      Generated constant - Attribute key of SAPSalesOrganization.salesOrganization attribute defined at extension sapmodel.
      See Also:
    • DISTRIBUTIONCHANNEL

      public static final String DISTRIBUTIONCHANNEL
      Generated constant - Attribute key of SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel.
      See Also:
    • DIVISION

      public static final String DIVISION
      Generated constant - Attribute key of SAPSalesOrganization.division attribute defined at extension sapmodel.
      See Also:
  • Constructor Details

    • SAPSalesOrganizationModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SAPSalesOrganizationModel(ItemModel _owner)
      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
  • Method Details

    • getDistributionChannel

      @Accessor(qualifier="distributionChannel", type=GETTER) public String getDistributionChannel()
      Generated method - Getter of the SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel.
      Returns:
      the distributionChannel - Distribution Channel
    • getDivision

      @Accessor(qualifier="division", type=GETTER) public String getDivision()
      Generated method - Getter of the SAPSalesOrganization.division attribute defined at extension sapmodel.
      Returns:
      the division - Division
    • getSalesOrganization

      @Accessor(qualifier="salesOrganization", type=GETTER) public String getSalesOrganization()
      Generated method - Getter of the SAPSalesOrganization.salesOrganization attribute defined at extension sapmodel.
      Returns:
      the salesOrganization - Sales Organization
    • setDistributionChannel

      @Accessor(qualifier="distributionChannel", type=SETTER) public void setDistributionChannel(String value)
      Generated method - Setter of SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel.
      Parameters:
      value - the distributionChannel - Distribution Channel
    • setDivision

      @Accessor(qualifier="division", type=SETTER) public void setDivision(String value)
      Generated method - Setter of SAPSalesOrganization.division attribute defined at extension sapmodel.
      Parameters:
      value - the division - Division
    • setSalesOrganization

      @Accessor(qualifier="salesOrganization", type=SETTER) public void setSalesOrganization(String value)
      Generated method - Setter of SAPSalesOrganization.salesOrganization attribute defined at extension sapmodel.
      Parameters:
      value - the salesOrganization - Sales Organization