Class SAPSalesOrganizationModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPSalesOrganizationModel
    extends ItemModel
    Generated model class for type SAPSalesOrganization first defined at extension sapmodel.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • SALESORGANIZATION

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

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

        public static final java.lang.String DIVISION
        Generated constant - Attribute key of SAPSalesOrganization.division attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPSalesOrganizationModel

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

        public SAPSalesOrganizationModel​(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 Detail

      • getDistributionChannel

        @Accessor(qualifier="distributionChannel",
                  type=GETTER)
        public java.lang.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 java.lang.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 java.lang.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​(java.lang.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​(java.lang.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​(java.lang.String value)
        Generated method - Setter of SAPSalesOrganization.salesOrganization attribute defined at extension sapmodel.
        Parameters:
        value - the salesOrganization - Sales Organization