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
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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSAPCpiOutboundQuoteStatus.externalQuoteIdattribute defined at extensionsapquoteintegration.static final StringGenerated constant - Attribute key ofSAPCpiOutboundQuoteStatus.headerCommentsattribute defined at extensionsapquoteintegration.static final StringGenerated constant - Attribute key ofSAPCpiOutboundQuoteStatus.itemCommentsattribute defined at extensionsapquoteintegration.static final StringGenerated constant - Attribute key ofSAPCpiOutboundQuoteStatus.orderIdattribute defined at extensionsapquoteintegration.static final StringGenerated constant - Attribute key ofSAPCpiOutboundQuoteStatus.quoteIdattribute defined at extensionsapquoteintegration.static final StringGenerated constant - Attribute key ofSAPCpiOutboundQuoteStatus.responseMessageattribute defined at extensionsapquoteintegration.static final StringGenerated constant - Attribute key ofSAPCpiOutboundQuoteStatus.responseStatusattribute defined at extensionsapquoteintegration.static final StringGenerated constant - Attribute key ofSAPCpiOutboundQuoteStatus.statusattribute defined at extensionsapquoteintegration.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated 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 parametersSAPCpiOutboundQuoteStatusModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSAPCpiOutboundQuoteStatus.externalQuoteIdattribute defined at extensionsapquoteintegration.Generated method - Getter of theSAPCpiOutboundQuoteStatus.headerCommentsattribute defined at extensionsapquoteintegration.Generated method - Getter of theSAPCpiOutboundQuoteStatus.itemCommentsattribute defined at extensionsapquoteintegration.Generated method - Getter of theSAPCpiOutboundQuoteStatus.orderIdattribute defined at extensionsapquoteintegration.Generated method - Getter of theSAPCpiOutboundQuoteStatus.quoteIdattribute defined at extensionsapquoteintegration.Generated method - Getter of theSAPCpiOutboundQuoteStatus.responseMessageattribute defined at extensionsapquoteintegration.Generated method - Getter of theSAPCpiOutboundQuoteStatus.responseStatusattribute defined at extensionsapquoteintegration.Generated method - Getter of theSAPCpiOutboundQuoteStatus.statusattribute defined at extensionsapquoteintegration.voidsetExternalQuoteId(String value) Generated method - Setter ofSAPCpiOutboundQuoteStatus.externalQuoteIdattribute defined at extensionsapquoteintegration.voidGenerated method - Setter ofSAPCpiOutboundQuoteStatus.headerCommentsattribute defined at extensionsapquoteintegration.voidGenerated method - Setter ofSAPCpiOutboundQuoteStatus.itemCommentsattribute defined at extensionsapquoteintegration.voidsetOrderId(String value) Generated method - Setter ofSAPCpiOutboundQuoteStatus.orderIdattribute defined at extensionsapquoteintegration.voidsetQuoteId(String value) Generated method - Setter ofSAPCpiOutboundQuoteStatus.quoteIdattribute defined at extensionsapquoteintegration.voidsetResponseMessage(String value) Generated method - Setter ofSAPCpiOutboundQuoteStatus.responseMessageattribute defined at extensionsapquoteintegration.voidsetResponseStatus(String value) Generated method - Setter ofSAPCpiOutboundQuoteStatus.responseStatusattribute defined at extensionsapquoteintegration.voidGenerated method - Setter ofSAPCpiOutboundQuoteStatus.statusattribute defined at extensionsapquoteintegration.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
QUOTEID
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.quoteIdattribute defined at extensionsapquoteintegration.- See Also:
-
EXTERNALQUOTEID
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.externalQuoteIdattribute defined at extensionsapquoteintegration.- See Also:
-
ORDERID
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.orderIdattribute defined at extensionsapquoteintegration.- See Also:
-
STATUS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.statusattribute defined at extensionsapquoteintegration.- See Also:
-
HEADERCOMMENTS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.headerCommentsattribute defined at extensionsapquoteintegration.- See Also:
-
ITEMCOMMENTS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.itemCommentsattribute defined at extensionsapquoteintegration.- See Also:
-
RESPONSESTATUS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.responseStatusattribute defined at extensionsapquoteintegration.- See Also:
-
RESPONSEMESSAGE
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.responseMessageattribute defined at extensionsapquoteintegration.- 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, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getExternalQuoteId
Generated method - Getter of theSAPCpiOutboundQuoteStatus.externalQuoteIdattribute defined at extensionsapquoteintegration.- Returns:
- the externalQuoteId
-
getHeaderComments
@Accessor(qualifier="headerComments", type=GETTER) public List<SAPCpiOutboundQuoteCommentModel> getHeaderComments()Generated method - Getter of theSAPCpiOutboundQuoteStatus.headerCommentsattribute defined at extensionsapquoteintegration. 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 theSAPCpiOutboundQuoteStatus.itemCommentsattribute defined at extensionsapquoteintegration. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the itemComments
-
getOrderId
Generated method - Getter of theSAPCpiOutboundQuoteStatus.orderIdattribute defined at extensionsapquoteintegration.- Returns:
- the orderId
-
getQuoteId
Generated method - Getter of theSAPCpiOutboundQuoteStatus.quoteIdattribute defined at extensionsapquoteintegration.- Returns:
- the quoteId
-
getResponseMessage
Generated method - Getter of theSAPCpiOutboundQuoteStatus.responseMessageattribute defined at extensionsapquoteintegration.- Returns:
- the responseMessage
-
getResponseStatus
Generated method - Getter of theSAPCpiOutboundQuoteStatus.responseStatusattribute defined at extensionsapquoteintegration.- Returns:
- the responseStatus
-
getStatus
Generated method - Getter of theSAPCpiOutboundQuoteStatus.statusattribute defined at extensionsapquoteintegration.- Returns:
- the status
-
setExternalQuoteId
Generated method - Setter ofSAPCpiOutboundQuoteStatus.externalQuoteIdattribute defined at extensionsapquoteintegration.- Parameters:
value- the externalQuoteId
-
setHeaderComments
@Accessor(qualifier="headerComments", type=SETTER) public void setHeaderComments(List<SAPCpiOutboundQuoteCommentModel> value) Generated method - Setter ofSAPCpiOutboundQuoteStatus.headerCommentsattribute defined at extensionsapquoteintegration.- Parameters:
value- the headerComments
-
setItemComments
@Accessor(qualifier="itemComments", type=SETTER) public void setItemComments(List<SAPCpiOutboundQuoteCommentModel> value) Generated method - Setter ofSAPCpiOutboundQuoteStatus.itemCommentsattribute defined at extensionsapquoteintegration.- Parameters:
value- the itemComments
-
setOrderId
Generated method - Setter ofSAPCpiOutboundQuoteStatus.orderIdattribute defined at extensionsapquoteintegration.- Parameters:
value- the orderId
-
setQuoteId
Generated method - Setter ofSAPCpiOutboundQuoteStatus.quoteIdattribute defined at extensionsapquoteintegration.- Parameters:
value- the quoteId
-
setResponseMessage
Generated method - Setter ofSAPCpiOutboundQuoteStatus.responseMessageattribute defined at extensionsapquoteintegration.- Parameters:
value- the responseMessage
-
setResponseStatus
Generated method - Setter ofSAPCpiOutboundQuoteStatus.responseStatusattribute defined at extensionsapquoteintegration.- Parameters:
value- the responseStatus
-
setStatus
Generated method - Setter ofSAPCpiOutboundQuoteStatus.statusattribute defined at extensionsapquoteintegration.- Parameters:
value- the status
-