Class SAPCpiOutboundB2BCustomerModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String EMAIL
        Generated constant - Attribute key of SAPCpiOutboundB2BCustomer.email attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • DEFAULTB2BUNIT

        public static final java.lang.String DEFAULTB2BUNIT
        Generated constant - Attribute key of SAPCpiOutboundB2BCustomer.defaultB2BUnit attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • GROUPS

        public static final java.lang.String GROUPS
        Generated constant - Attribute key of SAPCpiOutboundB2BCustomer.groups attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDB2BCONTACTS

        public static final java.lang.String SAPCPIOUTBOUNDB2BCONTACTS
        Generated constant - Attribute key of SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPCpiOutboundB2BCustomerModel

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

        public SAPCpiOutboundB2BCustomerModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SAPCpiOutboundB2BCustomerModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPCpiOutboundB2BCustomerModel​(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

      • getDefaultB2BUnit

        @Accessor(qualifier="defaultB2BUnit",
                  type=GETTER)
        public java.lang.String getDefaultB2BUnit()
        Generated method - Getter of the SAPCpiOutboundB2BCustomer.defaultB2BUnit attribute defined at extension sapcpiadapter.
        Returns:
        the defaultB2BUnit
      • getEmail

        @Accessor(qualifier="email",
                  type=GETTER)
        public java.lang.String getEmail()
        Generated method - Getter of the SAPCpiOutboundB2BCustomer.email attribute defined at extension sapcpiadapter.
        Returns:
        the email
      • getGroups

        @Accessor(qualifier="groups",
                  type=GETTER)
        public java.lang.String getGroups()
        Generated method - Getter of the SAPCpiOutboundB2BCustomer.groups attribute defined at extension sapcpiadapter.
        Returns:
        the groups
      • getSapCpiOutboundB2BContacts

        @Accessor(qualifier="sapCpiOutboundB2BContacts",
                  type=GETTER)
        public java.util.Set<SAPCpiOutboundB2BContactModel> getSapCpiOutboundB2BContacts()
        Generated method - Getter of the SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the sapCpiOutboundB2BContacts
      • setDefaultB2BUnit

        @Accessor(qualifier="defaultB2BUnit",
                  type=SETTER)
        public void setDefaultB2BUnit​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundB2BCustomer.defaultB2BUnit attribute defined at extension sapcpiadapter.
        Parameters:
        value - the defaultB2BUnit
      • setEmail

        @Accessor(qualifier="email",
                  type=SETTER)
        public void setEmail​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundB2BCustomer.email attribute defined at extension sapcpiadapter.
        Parameters:
        value - the email
      • setGroups

        @Accessor(qualifier="groups",
                  type=SETTER)
        public void setGroups​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundB2BCustomer.groups attribute defined at extension sapcpiadapter.
        Parameters:
        value - the groups
      • setSapCpiOutboundB2BContacts

        @Accessor(qualifier="sapCpiOutboundB2BContacts",
                  type=SETTER)
        public void setSapCpiOutboundB2BContacts​(java.util.Set<SAPCpiOutboundB2BContactModel> value)
        Generated method - Setter of SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter.
        Parameters:
        value - the sapCpiOutboundB2BContacts