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:
java.io.Serializable
public class SAPCpiOutboundQuoteStatusModel extends ItemModel
Generated model class for type SAPCpiOutboundQuoteStatus first defined at extension sapquoteintegration.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
EXTERNALQUOTEID
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.externalQuoteId
attribute defined at extensionsapquoteintegration
.static java.lang.String
HEADERCOMMENTS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.headerComments
attribute defined at extensionsapquoteintegration
.static java.lang.String
ITEMCOMMENTS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.itemComments
attribute defined at extensionsapquoteintegration
.static java.lang.String
ORDERID
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.orderId
attribute defined at extensionsapquoteintegration
.static java.lang.String
QUOTEID
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.quoteId
attribute defined at extensionsapquoteintegration
.static java.lang.String
RESPONSEMESSAGE
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.responseMessage
attribute defined at extensionsapquoteintegration
.static java.lang.String
RESPONSESTATUS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.responseStatus
attribute defined at extensionsapquoteintegration
.static java.lang.String
STATUS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.status
attribute defined at extensionsapquoteintegration
.-
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 SAPCpiOutboundQuoteStatusModel()
Generated constructor - Default constructor for generic creation.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 parametersSAPCpiOutboundQuoteStatusModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExternalQuoteId()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.externalQuoteId
attribute defined at extensionsapquoteintegration
.java.util.List<SAPCpiOutboundQuoteCommentModel>
getHeaderComments()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.headerComments
attribute defined at extensionsapquoteintegration
.java.util.List<SAPCpiOutboundQuoteCommentModel>
getItemComments()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.itemComments
attribute defined at extensionsapquoteintegration
.java.lang.String
getOrderId()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.orderId
attribute defined at extensionsapquoteintegration
.java.lang.String
getQuoteId()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.quoteId
attribute defined at extensionsapquoteintegration
.java.lang.String
getResponseMessage()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.responseMessage
attribute defined at extensionsapquoteintegration
.java.lang.String
getResponseStatus()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.responseStatus
attribute defined at extensionsapquoteintegration
.java.lang.String
getStatus()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.status
attribute defined at extensionsapquoteintegration
.void
setExternalQuoteId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.externalQuoteId
attribute defined at extensionsapquoteintegration
.void
setHeaderComments(java.util.List<SAPCpiOutboundQuoteCommentModel> value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.headerComments
attribute defined at extensionsapquoteintegration
.void
setItemComments(java.util.List<SAPCpiOutboundQuoteCommentModel> value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.itemComments
attribute defined at extensionsapquoteintegration
.void
setOrderId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.orderId
attribute defined at extensionsapquoteintegration
.void
setQuoteId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.quoteId
attribute defined at extensionsapquoteintegration
.void
setResponseMessage(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.responseMessage
attribute defined at extensionsapquoteintegration
.void
setResponseStatus(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.responseStatus
attribute defined at extensionsapquoteintegration
.void
setStatus(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.status
attribute defined at extensionsapquoteintegration
.-
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
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
QUOTEID
public static final java.lang.String QUOTEID
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.quoteId
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
EXTERNALQUOTEID
public static final java.lang.String EXTERNALQUOTEID
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.externalQuoteId
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
ORDERID
public static final java.lang.String ORDERID
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.orderId
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.status
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
HEADERCOMMENTS
public static final java.lang.String HEADERCOMMENTS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.headerComments
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
ITEMCOMMENTS
public static final java.lang.String ITEMCOMMENTS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.itemComments
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
RESPONSESTATUS
public static final java.lang.String RESPONSESTATUS
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.responseStatus
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
RESPONSEMESSAGE
public static final java.lang.String RESPONSEMESSAGE
Generated constant - Attribute key ofSAPCpiOutboundQuoteStatus.responseMessage
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPCpiOutboundQuoteStatusModel
public SAPCpiOutboundQuoteStatusModel()
Generated constructor - Default constructor for generic creation.
-
SAPCpiOutboundQuoteStatusModel
public SAPCpiOutboundQuoteStatusModel(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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getExternalQuoteId
@Accessor(qualifier="externalQuoteId", type=GETTER) public java.lang.String getExternalQuoteId()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.externalQuoteId
attribute defined at extensionsapquoteintegration
.- Returns:
- the externalQuoteId
-
getHeaderComments
@Accessor(qualifier="headerComments", type=GETTER) public java.util.List<SAPCpiOutboundQuoteCommentModel> getHeaderComments()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.headerComments
attribute defined at extensionsapquoteintegration
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the headerComments
-
getItemComments
@Accessor(qualifier="itemComments", type=GETTER) public java.util.List<SAPCpiOutboundQuoteCommentModel> getItemComments()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.itemComments
attribute defined at extensionsapquoteintegration
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the itemComments
-
getOrderId
@Accessor(qualifier="orderId", type=GETTER) public java.lang.String getOrderId()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.orderId
attribute defined at extensionsapquoteintegration
.- Returns:
- the orderId
-
getQuoteId
@Accessor(qualifier="quoteId", type=GETTER) public java.lang.String getQuoteId()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.quoteId
attribute defined at extensionsapquoteintegration
.- Returns:
- the quoteId
-
getResponseMessage
@Accessor(qualifier="responseMessage", type=GETTER) public java.lang.String getResponseMessage()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.responseMessage
attribute defined at extensionsapquoteintegration
.- Returns:
- the responseMessage
-
getResponseStatus
@Accessor(qualifier="responseStatus", type=GETTER) public java.lang.String getResponseStatus()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.responseStatus
attribute defined at extensionsapquoteintegration
.- Returns:
- the responseStatus
-
getStatus
@Accessor(qualifier="status", type=GETTER) public java.lang.String getStatus()
Generated method - Getter of theSAPCpiOutboundQuoteStatus.status
attribute defined at extensionsapquoteintegration
.- Returns:
- the status
-
setExternalQuoteId
@Accessor(qualifier="externalQuoteId", type=SETTER) public void setExternalQuoteId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.externalQuoteId
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the externalQuoteId
-
setHeaderComments
@Accessor(qualifier="headerComments", type=SETTER) public void setHeaderComments(java.util.List<SAPCpiOutboundQuoteCommentModel> value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.headerComments
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the headerComments
-
setItemComments
@Accessor(qualifier="itemComments", type=SETTER) public void setItemComments(java.util.List<SAPCpiOutboundQuoteCommentModel> value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.itemComments
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the itemComments
-
setOrderId
@Accessor(qualifier="orderId", type=SETTER) public void setOrderId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.orderId
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the orderId
-
setQuoteId
@Accessor(qualifier="quoteId", type=SETTER) public void setQuoteId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.quoteId
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the quoteId
-
setResponseMessage
@Accessor(qualifier="responseMessage", type=SETTER) public void setResponseMessage(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.responseMessage
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the responseMessage
-
setResponseStatus
@Accessor(qualifier="responseStatus", type=SETTER) public void setResponseStatus(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteStatus.responseStatus
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the responseStatus
-
-