Class SAPCpiOutboundB2BCustomerModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundCustomerModel
de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundB2BCustomerModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SAPCpiOutboundB2BContactModel

public class SAPCpiOutboundB2BCustomerModel extends SAPCpiOutboundCustomerModel
Generated model class for type SAPCpiOutboundB2BCustomer first defined at extension sapcpiadapter.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • EMAIL

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

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

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

      public static final String SAPCPIOUTBOUNDB2BCONTACTS
      Generated constant - Attribute key of SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter.
      See Also:
  • Constructor Details

    • SAPCpiOutboundB2BCustomerModel

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

      public SAPCpiOutboundB2BCustomerModel(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
    • 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 Details

    • getDefaultB2BUnit

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

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

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

      @Accessor(qualifier="sapCpiOutboundB2BContacts", type=GETTER) public 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(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(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(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(Set<SAPCpiOutboundB2BContactModel> value)
      Generated method - Setter of SAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts attribute defined at extension sapcpiadapter.
      Parameters:
      value - the sapCpiOutboundB2BContacts