Class SAPCPQOutboundQuoteCustomerModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.sap.hybris.sapcpqquoteintegration.model.SAPCPQOutboundQuoteCustomerModel
All Implemented Interfaces:
Serializable

public class SAPCPQOutboundQuoteCustomerModel extends ItemModel
Generated model class for type SAPCPQOutboundQuoteCustomer first defined at extension sapcpqquoteintegration.
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 SAPCPQOutboundQuote2SAPCPQOutboundQuoteCustomer defining source attribute sapCPQOutboundQuote in extension sapcpqquoteintegration.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPCPQOutboundQuoteCustomer.businessPartnerId attribute defined at extension sapcpqquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCPQOutboundQuoteCustomer.customerCode attribute defined at extension sapcpqquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCPQOutboundQuoteCustomer.id attribute defined at extension sapcpqquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCPQOutboundQuoteCustomer.roleType attribute defined at extension sapcpqquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCPQOutboundQuoteCustomer.sapCPQOutboundQuote attribute defined at extension sapcpqquoteintegration.

    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
    SAPCPQOutboundQuoteCustomerModel(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 SAPCPQOutboundQuoteCustomer.businessPartnerId attribute defined at extension sapcpqquoteintegration.
    Generated method - Getter of the SAPCPQOutboundQuoteCustomer.customerCode attribute defined at extension sapcpqquoteintegration.
    Generated method - Getter of the SAPCPQOutboundQuoteCustomer.id attribute defined at extension sapcpqquoteintegration.
    Generated method - Getter of the SAPCPQOutboundQuoteCustomer.roleType attribute defined at extension sapcpqquoteintegration.
    Generated method - Getter of the SAPCPQOutboundQuoteCustomer.sapCPQOutboundQuote attribute defined at extension sapcpqquoteintegration.
    void
    Generated method - Setter of SAPCPQOutboundQuoteCustomer.businessPartnerId attribute defined at extension sapcpqquoteintegration.
    void
    Generated method - Setter of SAPCPQOutboundQuoteCustomer.customerCode attribute defined at extension sapcpqquoteintegration.
    void
    setId(String value)
    Generated method - Setter of SAPCPQOutboundQuoteCustomer.id attribute defined at extension sapcpqquoteintegration.
    void
    Generated method - Setter of SAPCPQOutboundQuoteCustomer.roleType attribute defined at extension sapcpqquoteintegration.
    void
    Generated method - Setter of SAPCPQOutboundQuoteCustomer.sapCPQOutboundQuote attribute defined at extension sapcpqquoteintegration.

    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:
    • _SAPCPQOUTBOUNDQUOTE2SAPCPQOUTBOUNDQUOTECUSTOMER

      public static final String _SAPCPQOUTBOUNDQUOTE2SAPCPQOUTBOUNDQUOTECUSTOMER
      Generated relation code constant for relation SAPCPQOutboundQuote2SAPCPQOutboundQuoteCustomer defining source attribute sapCPQOutboundQuote in extension sapcpqquoteintegration.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of SAPCPQOutboundQuoteCustomer.id attribute defined at extension sapcpqquoteintegration.
      See Also:
    • CUSTOMERCODE

      public static final String CUSTOMERCODE
      Generated constant - Attribute key of SAPCPQOutboundQuoteCustomer.customerCode attribute defined at extension sapcpqquoteintegration.
      See Also:
    • ROLETYPE

      public static final String ROLETYPE
      Generated constant - Attribute key of SAPCPQOutboundQuoteCustomer.roleType attribute defined at extension sapcpqquoteintegration.
      See Also:
    • BUSINESSPARTNERID

      public static final String BUSINESSPARTNERID
      Generated constant - Attribute key of SAPCPQOutboundQuoteCustomer.businessPartnerId attribute defined at extension sapcpqquoteintegration.
      See Also:
    • SAPCPQOUTBOUNDQUOTE

      public static final String SAPCPQOUTBOUNDQUOTE
      Generated constant - Attribute key of SAPCPQOutboundQuoteCustomer.sapCPQOutboundQuote attribute defined at extension sapcpqquoteintegration.
      See Also:
  • Constructor Details

    • SAPCPQOutboundQuoteCustomerModel

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

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

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

    • getBusinessPartnerId

      @Accessor(qualifier="businessPartnerId", type=GETTER) public String getBusinessPartnerId()
      Generated method - Getter of the SAPCPQOutboundQuoteCustomer.businessPartnerId attribute defined at extension sapcpqquoteintegration.
      Returns:
      the businessPartnerId
    • getCustomerCode

      @Accessor(qualifier="customerCode", type=GETTER) public String getCustomerCode()
      Generated method - Getter of the SAPCPQOutboundQuoteCustomer.customerCode attribute defined at extension sapcpqquoteintegration.
      Returns:
      the customerCode
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the SAPCPQOutboundQuoteCustomer.id attribute defined at extension sapcpqquoteintegration.
      Returns:
      the id
    • getRoleType

      @Accessor(qualifier="roleType", type=GETTER) public String getRoleType()
      Generated method - Getter of the SAPCPQOutboundQuoteCustomer.roleType attribute defined at extension sapcpqquoteintegration.
      Returns:
      the roleType
    • getSapCPQOutboundQuote

      @Accessor(qualifier="sapCPQOutboundQuote", type=GETTER) public SAPCPQOutboundQuoteModel getSapCPQOutboundQuote()
      Generated method - Getter of the SAPCPQOutboundQuoteCustomer.sapCPQOutboundQuote attribute defined at extension sapcpqquoteintegration.
      Returns:
      the sapCPQOutboundQuote
    • setBusinessPartnerId

      @Accessor(qualifier="businessPartnerId", type=SETTER) public void setBusinessPartnerId(String value)
      Generated method - Setter of SAPCPQOutboundQuoteCustomer.businessPartnerId attribute defined at extension sapcpqquoteintegration.
      Parameters:
      value - the businessPartnerId
    • setCustomerCode

      @Accessor(qualifier="customerCode", type=SETTER) public void setCustomerCode(String value)
      Generated method - Setter of SAPCPQOutboundQuoteCustomer.customerCode attribute defined at extension sapcpqquoteintegration.
      Parameters:
      value - the customerCode
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of SAPCPQOutboundQuoteCustomer.id attribute defined at extension sapcpqquoteintegration.
      Parameters:
      value - the id
    • setRoleType

      @Accessor(qualifier="roleType", type=SETTER) public void setRoleType(String value)
      Generated method - Setter of SAPCPQOutboundQuoteCustomer.roleType attribute defined at extension sapcpqquoteintegration.
      Parameters:
      value - the roleType
    • setSapCPQOutboundQuote

      @Accessor(qualifier="sapCPQOutboundQuote", type=SETTER) public void setSapCPQOutboundQuote(SAPCPQOutboundQuoteModel value)
      Generated method - Setter of SAPCPQOutboundQuoteCustomer.sapCPQOutboundQuote attribute defined at extension sapcpqquoteintegration.
      Parameters:
      value - the sapCPQOutboundQuote