Class SAPCpiOutboundQuoteStatusModel

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

public class SAPCpiOutboundQuoteStatusModel extends ItemModel
Generated model class for type SAPCpiOutboundQuoteStatus first defined at extension sapquoteintegration.
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 SAPCpiOutboundQuoteStatus.externalQuoteId attribute defined at extension sapquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.headerComments attribute defined at extension sapquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.itemComments attribute defined at extension sapquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.orderId attribute defined at extension sapquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.quoteId attribute defined at extension sapquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.responseMessage attribute defined at extension sapquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.responseStatus attribute defined at extension sapquoteintegration.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.status attribute defined at extension sapquoteintegration.

    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
    SAPCpiOutboundQuoteStatusModel(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 SAPCpiOutboundQuoteStatus.externalQuoteId attribute defined at extension sapquoteintegration.
    Generated method - Getter of the SAPCpiOutboundQuoteStatus.headerComments attribute defined at extension sapquoteintegration.
    Generated method - Getter of the SAPCpiOutboundQuoteStatus.itemComments attribute defined at extension sapquoteintegration.
    Generated method - Getter of the SAPCpiOutboundQuoteStatus.orderId attribute defined at extension sapquoteintegration.
    Generated method - Getter of the SAPCpiOutboundQuoteStatus.quoteId attribute defined at extension sapquoteintegration.
    Generated method - Getter of the SAPCpiOutboundQuoteStatus.responseMessage attribute defined at extension sapquoteintegration.
    Generated method - Getter of the SAPCpiOutboundQuoteStatus.responseStatus attribute defined at extension sapquoteintegration.
    Generated method - Getter of the SAPCpiOutboundQuoteStatus.status attribute defined at extension sapquoteintegration.
    void
    Generated method - Setter of SAPCpiOutboundQuoteStatus.externalQuoteId attribute defined at extension sapquoteintegration.
    void
    Generated method - Setter of SAPCpiOutboundQuoteStatus.headerComments attribute defined at extension sapquoteintegration.
    void
    Generated method - Setter of SAPCpiOutboundQuoteStatus.itemComments attribute defined at extension sapquoteintegration.
    void
    Generated method - Setter of SAPCpiOutboundQuoteStatus.orderId attribute defined at extension sapquoteintegration.
    void
    Generated method - Setter of SAPCpiOutboundQuoteStatus.quoteId attribute defined at extension sapquoteintegration.
    void
    Generated method - Setter of SAPCpiOutboundQuoteStatus.responseMessage attribute defined at extension sapquoteintegration.
    void
    Generated method - Setter of SAPCpiOutboundQuoteStatus.responseStatus attribute defined at extension sapquoteintegration.
    void
    Generated method - Setter of SAPCpiOutboundQuoteStatus.status attribute defined at extension sapquoteintegration.

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

      public static final String QUOTEID
      Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.quoteId attribute defined at extension sapquoteintegration.
      See Also:
    • EXTERNALQUOTEID

      public static final String EXTERNALQUOTEID
      Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.externalQuoteId attribute defined at extension sapquoteintegration.
      See Also:
    • ORDERID

      public static final String ORDERID
      Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.orderId attribute defined at extension sapquoteintegration.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.status attribute defined at extension sapquoteintegration.
      See Also:
    • HEADERCOMMENTS

      public static final String HEADERCOMMENTS
      Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.headerComments attribute defined at extension sapquoteintegration.
      See Also:
    • ITEMCOMMENTS

      public static final String ITEMCOMMENTS
      Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.itemComments attribute defined at extension sapquoteintegration.
      See Also:
    • RESPONSESTATUS

      public static final String RESPONSESTATUS
      Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.responseStatus attribute defined at extension sapquoteintegration.
      See Also:
    • RESPONSEMESSAGE

      public static final String RESPONSEMESSAGE
      Generated constant - Attribute key of SAPCpiOutboundQuoteStatus.responseMessage attribute defined at extension sapquoteintegration.
      See Also:
  • Constructor Details

    • SAPCpiOutboundQuoteStatusModel

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

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

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

    • getExternalQuoteId

      @Accessor(qualifier="externalQuoteId", type=GETTER) public String getExternalQuoteId()
      Generated method - Getter of the SAPCpiOutboundQuoteStatus.externalQuoteId attribute defined at extension sapquoteintegration.
      Returns:
      the externalQuoteId
    • getHeaderComments

      @Accessor(qualifier="headerComments", type=GETTER) public List<SAPCpiOutboundQuoteCommentModel> getHeaderComments()
      Generated method - Getter of the SAPCpiOutboundQuoteStatus.headerComments attribute defined at extension sapquoteintegration. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the headerComments
    • getItemComments

      @Accessor(qualifier="itemComments", type=GETTER) public List<SAPCpiOutboundQuoteCommentModel> getItemComments()
      Generated method - Getter of the SAPCpiOutboundQuoteStatus.itemComments attribute defined at extension sapquoteintegration. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the itemComments
    • getOrderId

      @Accessor(qualifier="orderId", type=GETTER) public String getOrderId()
      Generated method - Getter of the SAPCpiOutboundQuoteStatus.orderId attribute defined at extension sapquoteintegration.
      Returns:
      the orderId
    • getQuoteId

      @Accessor(qualifier="quoteId", type=GETTER) public String getQuoteId()
      Generated method - Getter of the SAPCpiOutboundQuoteStatus.quoteId attribute defined at extension sapquoteintegration.
      Returns:
      the quoteId
    • getResponseMessage

      @Accessor(qualifier="responseMessage", type=GETTER) public String getResponseMessage()
      Generated method - Getter of the SAPCpiOutboundQuoteStatus.responseMessage attribute defined at extension sapquoteintegration.
      Returns:
      the responseMessage
    • getResponseStatus

      @Accessor(qualifier="responseStatus", type=GETTER) public String getResponseStatus()
      Generated method - Getter of the SAPCpiOutboundQuoteStatus.responseStatus attribute defined at extension sapquoteintegration.
      Returns:
      the responseStatus
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public String getStatus()
      Generated method - Getter of the SAPCpiOutboundQuoteStatus.status attribute defined at extension sapquoteintegration.
      Returns:
      the status
    • setExternalQuoteId

      @Accessor(qualifier="externalQuoteId", type=SETTER) public void setExternalQuoteId(String value)
      Generated method - Setter of SAPCpiOutboundQuoteStatus.externalQuoteId attribute defined at extension sapquoteintegration.
      Parameters:
      value - the externalQuoteId
    • setHeaderComments

      @Accessor(qualifier="headerComments", type=SETTER) public void setHeaderComments(List<SAPCpiOutboundQuoteCommentModel> value)
      Generated method - Setter of SAPCpiOutboundQuoteStatus.headerComments attribute defined at extension sapquoteintegration.
      Parameters:
      value - the headerComments
    • setItemComments

      @Accessor(qualifier="itemComments", type=SETTER) public void setItemComments(List<SAPCpiOutboundQuoteCommentModel> value)
      Generated method - Setter of SAPCpiOutboundQuoteStatus.itemComments attribute defined at extension sapquoteintegration.
      Parameters:
      value - the itemComments
    • setOrderId

      @Accessor(qualifier="orderId", type=SETTER) public void setOrderId(String value)
      Generated method - Setter of SAPCpiOutboundQuoteStatus.orderId attribute defined at extension sapquoteintegration.
      Parameters:
      value - the orderId
    • setQuoteId

      @Accessor(qualifier="quoteId", type=SETTER) public void setQuoteId(String value)
      Generated method - Setter of SAPCpiOutboundQuoteStatus.quoteId attribute defined at extension sapquoteintegration.
      Parameters:
      value - the quoteId
    • setResponseMessage

      @Accessor(qualifier="responseMessage", type=SETTER) public void setResponseMessage(String value)
      Generated method - Setter of SAPCpiOutboundQuoteStatus.responseMessage attribute defined at extension sapquoteintegration.
      Parameters:
      value - the responseMessage
    • setResponseStatus

      @Accessor(qualifier="responseStatus", type=SETTER) public void setResponseStatus(String value)
      Generated method - Setter of SAPCpiOutboundQuoteStatus.responseStatus attribute defined at extension sapquoteintegration.
      Parameters:
      value - the responseStatus
    • setStatus

      @Accessor(qualifier="status", type=SETTER) public void setStatus(String value)
      Generated method - Setter of SAPCpiOutboundQuoteStatus.status attribute defined at extension sapquoteintegration.
      Parameters:
      value - the status