Class QuoteProcessModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processengine.model.BusinessProcessModel
de.hybris.platform.commerceservices.model.process.QuoteProcessModel
- All Implemented Interfaces:
Serializable
Generated model class for type QuoteProcess first defined at extension commerceservices.
- 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 ofQuoteProcess.cpqOrderCodeattribute defined at extensionsapcpqquoteintegration.static final StringGenerated constant - Attribute key ofQuoteProcess.orderCodeattribute defined at extensionsapquoteintegration.static final StringGenerated constant - Attribute key ofQuoteProcess.quoteCodeattribute defined at extensioncommerceservices.Fields inherited from class de.hybris.platform.processengine.model.BusinessProcessModel
ATTACHMENTS, CODE, CONTEXTPARAMETERS, CPQEMAILATTACHMENTS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USERFields 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.QuoteProcessModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextQuoteProcessModel(String _code, ItemModel _owner, String _processDefinitionName) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteProcessModel(String _code, String _processDefinitionName) 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 -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theQuoteProcess.cpqOrderCodeattribute defined at extensionsapcpqquoteintegration.Generated method - Getter of theQuoteProcess.orderCodeattribute defined at extensionsapquoteintegration.Generated method - Getter of theQuoteProcess.quoteCodeattribute defined at extensioncommerceservices.voidsetCpqOrderCode(String value) Generated method - Setter ofQuoteProcess.cpqOrderCodeattribute defined at extensionsapcpqquoteintegration.voidsetOrderCode(String value) Generated method - Setter ofQuoteProcess.orderCodeattribute defined at extensionsapquoteintegration.voidsetQuoteCode(String value) Generated method - Setter ofQuoteProcess.quoteCodeattribute defined at extensioncommerceservices.Methods inherited from class de.hybris.platform.processengine.model.BusinessProcessModel
getAttachments, getCode, getContextParameters, getCpqEmailAttachments, getCurrentTasks, getEmails, getEndMessage, getProcessDefinitionName, getProcessDefinitionVersion, getProcessState, getState, getTaskLogs, getUser, setAttachments, setCode, setContextParameters, setCpqEmailAttachments, setCurrentTasks, setEmails, setEndMessage, setProcessDefinitionName, setProcessDefinitionVersion, setState, setTaskLogs, setUserMethods 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:
-
QUOTECODE
Generated constant - Attribute key ofQuoteProcess.quoteCodeattribute defined at extensioncommerceservices.- See Also:
-
CPQORDERCODE
Generated constant - Attribute key ofQuoteProcess.cpqOrderCodeattribute defined at extensionsapcpqquoteintegration.- See Also:
-
ORDERCODE
Generated constant - Attribute key ofQuoteProcess.orderCodeattribute defined at extensionsapquoteintegration.- See Also:
-
-
Constructor Details
-
QuoteProcessModel
public QuoteProcessModel()Generated constructor - Default constructor for generic creation. -
QuoteProcessModel
public QuoteProcessModel(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
-
QuoteProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public QuoteProcessModel(String _code, String _processDefinitionName) 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 - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeBusinessProcessat extensionprocessing_processDefinitionName- initial attribute declared by typeBusinessProcessat extensionprocessing
-
QuoteProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public QuoteProcessModel(String _code, ItemModel _owner, String _processDefinitionName) 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:
_code- initial attribute declared by typeBusinessProcessat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_processDefinitionName- initial attribute declared by typeBusinessProcessat extensionprocessing
-
-
Method Details
-
getCpqOrderCode
Generated method - Getter of theQuoteProcess.cpqOrderCodeattribute defined at extensionsapcpqquoteintegration.- Returns:
- the cpqOrderCode - Order code of created order from Quote
-
getOrderCode
Generated method - Getter of theQuoteProcess.orderCodeattribute defined at extensionsapquoteintegration.- Returns:
- the orderCode - Order code of created order from Quote
-
getQuoteCode
Generated method - Getter of theQuoteProcess.quoteCodeattribute defined at extensioncommerceservices.- Returns:
- the quoteCode - Quote model submitted by the buyer/sales rep.
-
setCpqOrderCode
Generated method - Setter ofQuoteProcess.cpqOrderCodeattribute defined at extensionsapcpqquoteintegration.- Parameters:
value- the cpqOrderCode - Order code of created order from Quote
-
setOrderCode
Generated method - Setter ofQuoteProcess.orderCodeattribute defined at extensionsapquoteintegration.- Parameters:
value- the orderCode - Order code of created order from Quote
-
setQuoteCode
Generated method - Setter ofQuoteProcess.quoteCodeattribute defined at extensioncommerceservices.- Parameters:
value- the quoteCode - Quote model submitted by the buyer/sales rep.
-