Class SapConsignmentProcessModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.processengine.model.BusinessProcessModel
-
- de.hybris.platform.sap.saporderexchangeoms.model.SapConsignmentProcessModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SapConsignmentProcessModel extends BusinessProcessModel
Generated model class for type SapConsignmentProcess first defined at extension saporderexchangeoms.- 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_CONSIGNMENT2SAPCONSIGNMENTPROCESSGenerated relation code constant for relationConsignment2SapConsignmentProcessdefining source attributeconsignmentin extensionsaporderexchangeoms.static java.lang.String_ORDERPROCESS2SAPCONSIGNMENTPROCESSGenerated relation code constant for relationOrderProcess2SapConsignmentProcessdefining source attributeparentProcessin extensionsaporderexchangeoms.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCONSIGNMENTGenerated constant - Attribute key ofSapConsignmentProcess.consignmentattribute defined at extensionsaporderexchangeoms.static java.lang.StringDONEGenerated constant - Attribute key ofSapConsignmentProcess.doneattribute defined at extensionsaporderexchangeoms.static java.lang.StringPARENTPROCESSGenerated constant - Attribute key ofSapConsignmentProcess.parentProcessattribute defined at extensionsaporderexchangeoms.static java.lang.StringWAITINGFORCONSIGNMENTGenerated constant - Attribute key ofSapConsignmentProcess.waitingForConsignmentattribute defined at extensionsaporderexchangeoms.static java.lang.StringWAREHOUSECONSIGNMENTSTATEGenerated constant - Attribute key ofSapConsignmentProcess.warehouseConsignmentStateattribute defined at extensionsaporderexchangeoms.-
Fields inherited from class de.hybris.platform.processengine.model.BusinessProcessModel
CODE, CONTEXTPARAMETERS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USER
-
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 SapConsignmentProcessModel()Generated constructor - Default constructor for generic creation.SapConsignmentProcessModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSapConsignmentProcessModel(java.lang.String _code, ItemModel _owner, java.lang.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 parametersSapConsignmentProcessModel(java.lang.String _code, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsignmentModelgetConsignment()Generated method - Getter of theSapConsignmentProcess.consignmentattribute defined at extensionsaporderexchangeoms.OrderProcessModelgetParentProcess()Generated method - Getter of theSapConsignmentProcess.parentProcessattribute defined at extensionsaporderexchangeoms.WarehouseConsignmentStategetWarehouseConsignmentState()Generated method - Getter of theSapConsignmentProcess.warehouseConsignmentStateattribute defined at extensionsaporderexchangeoms.booleanisDone()Generated method - Getter of theSapConsignmentProcess.doneattribute defined at extensionsaporderexchangeoms.booleanisWaitingForConsignment()Generated method - Getter of theSapConsignmentProcess.waitingForConsignmentattribute defined at extensionsaporderexchangeoms.voidsetConsignment(ConsignmentModel value)Generated method - Setter ofSapConsignmentProcess.consignmentattribute defined at extensionsaporderexchangeoms.voidsetDone(boolean value)Generated method - Setter ofSapConsignmentProcess.doneattribute defined at extensionsaporderexchangeoms.voidsetParentProcess(OrderProcessModel value)Generated method - Setter ofSapConsignmentProcess.parentProcessattribute defined at extensionsaporderexchangeoms.voidsetWaitingForConsignment(boolean value)Generated method - Setter ofSapConsignmentProcess.waitingForConsignmentattribute defined at extensionsaporderexchangeoms.voidsetWarehouseConsignmentState(WarehouseConsignmentState value)Generated method - Setter ofSapConsignmentProcess.warehouseConsignmentStateattribute defined at extensionsaporderexchangeoms.-
Methods inherited from class de.hybris.platform.processengine.model.BusinessProcessModel
getCode, getContextParameters, getCurrentTasks, getEmails, getEndMessage, getProcessDefinitionName, getProcessDefinitionVersion, getProcessState, getState, getTaskLogs, getUser, setCode, setContextParameters, setCurrentTasks, setEmails, setEndMessage, setProcessDefinitionName, setProcessDefinitionVersion, setState, setTaskLogs, setUser
-
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
-
_CONSIGNMENT2SAPCONSIGNMENTPROCESS
public static final java.lang.String _CONSIGNMENT2SAPCONSIGNMENTPROCESS
Generated relation code constant for relationConsignment2SapConsignmentProcessdefining source attributeconsignmentin extensionsaporderexchangeoms.- See Also:
- Constant Field Values
-
_ORDERPROCESS2SAPCONSIGNMENTPROCESS
public static final java.lang.String _ORDERPROCESS2SAPCONSIGNMENTPROCESS
Generated relation code constant for relationOrderProcess2SapConsignmentProcessdefining source attributeparentProcessin extensionsaporderexchangeoms.- See Also:
- Constant Field Values
-
WAITINGFORCONSIGNMENT
public static final java.lang.String WAITINGFORCONSIGNMENT
Generated constant - Attribute key ofSapConsignmentProcess.waitingForConsignmentattribute defined at extensionsaporderexchangeoms.- See Also:
- Constant Field Values
-
WAREHOUSECONSIGNMENTSTATE
public static final java.lang.String WAREHOUSECONSIGNMENTSTATE
Generated constant - Attribute key ofSapConsignmentProcess.warehouseConsignmentStateattribute defined at extensionsaporderexchangeoms.- See Also:
- Constant Field Values
-
DONE
public static final java.lang.String DONE
Generated constant - Attribute key ofSapConsignmentProcess.doneattribute defined at extensionsaporderexchangeoms.- See Also:
- Constant Field Values
-
CONSIGNMENT
public static final java.lang.String CONSIGNMENT
Generated constant - Attribute key ofSapConsignmentProcess.consignmentattribute defined at extensionsaporderexchangeoms.- See Also:
- Constant Field Values
-
PARENTPROCESS
public static final java.lang.String PARENTPROCESS
Generated constant - Attribute key ofSapConsignmentProcess.parentProcessattribute defined at extensionsaporderexchangeoms.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SapConsignmentProcessModel
public SapConsignmentProcessModel()
Generated constructor - Default constructor for generic creation.
-
SapConsignmentProcessModel
public SapConsignmentProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SapConsignmentProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public SapConsignmentProcessModel(java.lang.String _code, java.lang.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
-
SapConsignmentProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public SapConsignmentProcessModel(java.lang.String _code, ItemModel _owner, java.lang.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 Detail
-
getConsignment
@Accessor(qualifier="consignment", type=GETTER) public ConsignmentModel getConsignment()
Generated method - Getter of theSapConsignmentProcess.consignmentattribute defined at extensionsaporderexchangeoms.- Returns:
- the consignment
-
getParentProcess
@Accessor(qualifier="parentProcess", type=GETTER) public OrderProcessModel getParentProcess()
Generated method - Getter of theSapConsignmentProcess.parentProcessattribute defined at extensionsaporderexchangeoms.- Returns:
- the parentProcess
-
getWarehouseConsignmentState
@Accessor(qualifier="warehouseConsignmentState", type=GETTER) public WarehouseConsignmentState getWarehouseConsignmentState()
Generated method - Getter of theSapConsignmentProcess.warehouseConsignmentStateattribute defined at extensionsaporderexchangeoms.- Returns:
- the warehouseConsignmentState - State of warehouse process.
-
isDone
@Accessor(qualifier="done", type=GETTER) public boolean isDone()
Generated method - Getter of theSapConsignmentProcess.doneattribute defined at extensionsaporderexchangeoms.- Returns:
- the done - Mark process as done
-
isWaitingForConsignment
@Accessor(qualifier="waitingForConsignment", type=GETTER) public boolean isWaitingForConsignment()
Generated method - Getter of theSapConsignmentProcess.waitingForConsignmentattribute defined at extensionsaporderexchangeoms.- Returns:
- the waitingForConsignment - Mark that process is waiting for consignment
-
setConsignment
@Accessor(qualifier="consignment", type=SETTER) public void setConsignment(ConsignmentModel value)
Generated method - Setter ofSapConsignmentProcess.consignmentattribute defined at extensionsaporderexchangeoms.- Parameters:
value- the consignment
-
setDone
@Accessor(qualifier="done", type=SETTER) public void setDone(boolean value)
Generated method - Setter ofSapConsignmentProcess.doneattribute defined at extensionsaporderexchangeoms.- Parameters:
value- the done - Mark process as done
-
setParentProcess
@Accessor(qualifier="parentProcess", type=SETTER) public void setParentProcess(OrderProcessModel value)
Generated method - Setter ofSapConsignmentProcess.parentProcessattribute defined at extensionsaporderexchangeoms.- Parameters:
value- the parentProcess
-
setWaitingForConsignment
@Accessor(qualifier="waitingForConsignment", type=SETTER) public void setWaitingForConsignment(boolean value)
Generated method - Setter ofSapConsignmentProcess.waitingForConsignmentattribute defined at extensionsaporderexchangeoms.- 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 ofSapConsignmentProcess.warehouseConsignmentStateattribute defined at extensionsaporderexchangeoms.- Parameters:
value- the warehouseConsignmentState - State of warehouse process.
-
-