Class ConsignmentProcessModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processengine.model.BusinessProcessModel
de.hybris.platform.ordersplitting.model.ConsignmentProcessModel
- All Implemented Interfaces:
Serializable
Generated model class for type ConsignmentProcess first defined at extension basecommerce.
- 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 relation code constant for relationConsignment2ConsignmentProcessdefining source attributeconsignmentin extensionbasecommerce.static final StringGenerated relation code constant for relationOrderProcess2ConsignmentProcessdefining source attributeparentProcessin extensionbasecommerce.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofConsignmentProcess.consignmentattribute defined at extensionbasecommerce.static final StringGenerated constant - Attribute key ofConsignmentProcess.doneattribute defined at extensionyacceleratorordermanagement.static final StringGenerated constant - Attribute key ofConsignmentProcess.parentProcessattribute defined at extensionbasecommerce.static final StringGenerated constant - Attribute key ofConsignmentProcess.waitingForConsignmentattribute defined at extensionyacceleratorordermanagement.static final StringGenerated constant - Attribute key ofConsignmentProcess.warehouseConsignmentStateattribute defined at extensionyacceleratorordermanagement.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.ConsignmentProcessModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextConsignmentProcessModel(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 parametersConsignmentProcessModel(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 theConsignmentProcess.consignmentattribute defined at extensionbasecommerce.Generated method - Getter of theConsignmentProcess.parentProcessattribute defined at extensionbasecommerce.Generated method - Getter of theConsignmentProcess.warehouseConsignmentStateattribute defined at extensionyacceleratorordermanagement.booleanisDone()Generated method - Getter of theConsignmentProcess.doneattribute defined at extensionyacceleratorordermanagement.booleanGenerated method - Getter of theConsignmentProcess.waitingForConsignmentattribute defined at extensionyacceleratorordermanagement.voidsetConsignment(ConsignmentModel value) Generated method - Setter ofConsignmentProcess.consignmentattribute defined at extensionbasecommerce.voidsetDone(boolean value) Generated method - Setter ofConsignmentProcess.doneattribute defined at extensionyacceleratorordermanagement.voidGenerated method - Setter ofConsignmentProcess.parentProcessattribute defined at extensionbasecommerce.voidsetWaitingForConsignment(boolean value) Generated method - Setter ofConsignmentProcess.waitingForConsignmentattribute defined at extensionyacceleratorordermanagement.voidGenerated method - Setter ofConsignmentProcess.warehouseConsignmentStateattribute defined at extensionyacceleratorordermanagement.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:
-
_CONSIGNMENT2CONSIGNMENTPROCESS
Generated relation code constant for relationConsignment2ConsignmentProcessdefining source attributeconsignmentin extensionbasecommerce.- See Also:
-
_ORDERPROCESS2CONSIGNMENTPROCESS
Generated relation code constant for relationOrderProcess2ConsignmentProcessdefining source attributeparentProcessin extensionbasecommerce.- See Also:
-
CONSIGNMENT
Generated constant - Attribute key ofConsignmentProcess.consignmentattribute defined at extensionbasecommerce.- See Also:
-
PARENTPROCESS
Generated constant - Attribute key ofConsignmentProcess.parentProcessattribute defined at extensionbasecommerce.- See Also:
-
DONE
Generated constant - Attribute key ofConsignmentProcess.doneattribute defined at extensionyacceleratorordermanagement.- See Also:
-
WAITINGFORCONSIGNMENT
Generated constant - Attribute key ofConsignmentProcess.waitingForConsignmentattribute defined at extensionyacceleratorordermanagement.- See Also:
-
WAREHOUSECONSIGNMENTSTATE
Generated constant - Attribute key ofConsignmentProcess.warehouseConsignmentStateattribute defined at extensionyacceleratorordermanagement.- See Also:
-
-
Constructor Details
-
ConsignmentProcessModel
public ConsignmentProcessModel()Generated constructor - Default constructor for generic creation. -
ConsignmentProcessModel
public ConsignmentProcessModel(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
-
ConsignmentProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public ConsignmentProcessModel(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
-
ConsignmentProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public ConsignmentProcessModel(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
-
getConsignment
Generated method - Getter of theConsignmentProcess.consignmentattribute defined at extensionbasecommerce.- Returns:
- the consignment
-
getParentProcess
Generated method - Getter of theConsignmentProcess.parentProcessattribute defined at extensionbasecommerce.- Returns:
- the parentProcess
-
getWarehouseConsignmentState
@Accessor(qualifier="warehouseConsignmentState", type=GETTER) public WarehouseConsignmentState getWarehouseConsignmentState()Generated method - Getter of theConsignmentProcess.warehouseConsignmentStateattribute defined at extensionyacceleratorordermanagement.- Returns:
- the warehouseConsignmentState - State of warehouse process.
-
isDone
@Accessor(qualifier="done", type=GETTER) public boolean isDone()Generated method - Getter of theConsignmentProcess.doneattribute defined at extensionyacceleratorordermanagement.- Returns:
- the done - Mark process as done
-
isWaitingForConsignment
@Accessor(qualifier="waitingForConsignment", type=GETTER) public boolean isWaitingForConsignment()Generated method - Getter of theConsignmentProcess.waitingForConsignmentattribute defined at extensionyacceleratorordermanagement.- Returns:
- the waitingForConsignment - Mark that process is waiting for consignment
-
setConsignment
Generated method - Setter ofConsignmentProcess.consignmentattribute defined at extensionbasecommerce.- Parameters:
value- the consignment
-
setDone
@Accessor(qualifier="done", type=SETTER) public void setDone(boolean value) Generated method - Setter ofConsignmentProcess.doneattribute defined at extensionyacceleratorordermanagement.- Parameters:
value- the done - Mark process as done
-
setParentProcess
@Accessor(qualifier="parentProcess", type=SETTER) public void setParentProcess(OrderProcessModel value) Generated method - Setter ofConsignmentProcess.parentProcessattribute defined at extensionbasecommerce.- Parameters:
value- the parentProcess
-
setWaitingForConsignment
@Accessor(qualifier="waitingForConsignment", type=SETTER) public void setWaitingForConsignment(boolean value) Generated method - Setter ofConsignmentProcess.waitingForConsignmentattribute defined at extensionyacceleratorordermanagement.- Parameters:
value- the waitingForConsignment - Mark that process is waiting for consignment
-
setWarehouseConsignmentState
@Accessor(qualifier="warehouseConsignmentState", type=SETTER) public void setWarehouseConsignmentState(WarehouseConsignmentState value) Generated method - Setter ofConsignmentProcess.warehouseConsignmentStateattribute defined at extensionyacceleratorordermanagement.- Parameters:
value- the warehouseConsignmentState - State of warehouse process.
-