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:
Serializable

public class SapConsignmentProcessModel extends BusinessProcessModel
Generated model class for type SapConsignmentProcess first defined at extension saporderexchangeoms.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _CONSIGNMENT2SAPCONSIGNMENTPROCESS

      public static final String _CONSIGNMENT2SAPCONSIGNMENTPROCESS
      Generated relation code constant for relation Consignment2SapConsignmentProcess defining source attribute consignment in extension saporderexchangeoms.
      See Also:
    • _ORDERPROCESS2SAPCONSIGNMENTPROCESS

      public static final String _ORDERPROCESS2SAPCONSIGNMENTPROCESS
      Generated relation code constant for relation OrderProcess2SapConsignmentProcess defining source attribute parentProcess in extension saporderexchangeoms.
      See Also:
    • WAITINGFORCONSIGNMENT

      public static final String WAITINGFORCONSIGNMENT
      Generated constant - Attribute key of SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms.
      See Also:
    • WAREHOUSECONSIGNMENTSTATE

      public static final String WAREHOUSECONSIGNMENTSTATE
      Generated constant - Attribute key of SapConsignmentProcess.warehouseConsignmentState attribute defined at extension saporderexchangeoms.
      See Also:
    • DONE

      public static final String DONE
      Generated constant - Attribute key of SapConsignmentProcess.done attribute defined at extension saporderexchangeoms.
      See Also:
    • CONSIGNMENT

      public static final String CONSIGNMENT
      Generated constant - Attribute key of SapConsignmentProcess.consignment attribute defined at extension saporderexchangeoms.
      See Also:
    • PARENTPROCESS

      public static final String PARENTPROCESS
      Generated constant - Attribute key of SapConsignmentProcess.parentProcess attribute defined at extension saporderexchangeoms.
      See Also:
  • Constructor Details

    • SapConsignmentProcessModel

      public SapConsignmentProcessModel()
      Generated constructor - Default constructor for generic creation.
    • SapConsignmentProcessModel

      public SapConsignmentProcessModel(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
    • SapConsignmentProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public SapConsignmentProcessModel(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
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type BusinessProcess at extension processing
      _processDefinitionName - initial attribute declared by type BusinessProcess at extension processing
    • SapConsignmentProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public SapConsignmentProcessModel(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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type BusinessProcess at extension processing
      _owner - initial attribute declared by type Item at extension core
      _processDefinitionName - initial attribute declared by type BusinessProcess at extension processing
  • Method Details

    • getConsignment

      @Accessor(qualifier="consignment", type=GETTER) public ConsignmentModel getConsignment()
      Generated method - Getter of the SapConsignmentProcess.consignment attribute defined at extension saporderexchangeoms.
      Returns:
      the consignment
    • getParentProcess

      @Accessor(qualifier="parentProcess", type=GETTER) public OrderProcessModel getParentProcess()
      Generated method - Getter of the SapConsignmentProcess.parentProcess attribute defined at extension saporderexchangeoms.
      Returns:
      the parentProcess
    • getWarehouseConsignmentState

      @Accessor(qualifier="warehouseConsignmentState", type=GETTER) public WarehouseConsignmentState getWarehouseConsignmentState()
      Generated method - Getter of the SapConsignmentProcess.warehouseConsignmentState attribute defined at extension saporderexchangeoms.
      Returns:
      the warehouseConsignmentState - State of warehouse process.
    • isDone

      @Accessor(qualifier="done", type=GETTER) public boolean isDone()
      Generated method - Getter of the SapConsignmentProcess.done attribute defined at extension saporderexchangeoms.
      Returns:
      the done - Mark process as done
    • isWaitingForConsignment

      @Accessor(qualifier="waitingForConsignment", type=GETTER) public boolean isWaitingForConsignment()
      Generated method - Getter of the SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms.
      Returns:
      the waitingForConsignment - Mark that process is waiting for consignment
    • setConsignment

      @Accessor(qualifier="consignment", type=SETTER) public void setConsignment(ConsignmentModel value)
      Generated method - Setter of SapConsignmentProcess.consignment attribute defined at extension saporderexchangeoms.
      Parameters:
      value - the consignment
    • setDone

      @Accessor(qualifier="done", type=SETTER) public void setDone(boolean value)
      Generated method - Setter of SapConsignmentProcess.done attribute defined at extension saporderexchangeoms.
      Parameters:
      value - the done - Mark process as done
    • setParentProcess

      @Accessor(qualifier="parentProcess", type=SETTER) public void setParentProcess(OrderProcessModel value)
      Generated method - Setter of SapConsignmentProcess.parentProcess attribute defined at extension saporderexchangeoms.
      Parameters:
      value - the parentProcess
    • setWaitingForConsignment

      @Accessor(qualifier="waitingForConsignment", type=SETTER) public void setWaitingForConsignment(boolean value)
      Generated method - Setter of SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms.
      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 of SapConsignmentProcess.warehouseConsignmentState attribute defined at extension saporderexchangeoms.
      Parameters:
      value - the warehouseConsignmentState - State of warehouse process.