Class CheckInProcessModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class CheckInProcessModel extends BusinessProcessModel
Generated model class for type CheckInProcess first defined at extension travelfulfilmentprocess.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String ORDER
      Generated constant - Attribute key of CheckInProcess.order attribute defined at extension travelfulfilmentprocess.
      See Also:
    • ORIGINDESTINATIONREFNUMBER

      public static final String ORIGINDESTINATIONREFNUMBER
      Generated constant - Attribute key of CheckInProcess.originDestinationRefNumber attribute defined at extension travelfulfilmentprocess.
      See Also:
    • TRAVELLERS

      public static final String TRAVELLERS
      Generated constant - Attribute key of CheckInProcess.travellers attribute defined at extension travelfulfilmentprocess.
      See Also:
  • Constructor Details

    • CheckInProcessModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public CheckInProcessModel(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
    • CheckInProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public CheckInProcessModel(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

    • getOrder

      @Accessor(qualifier="order", type=GETTER) public OrderModel getOrder()
      Generated method - Getter of the CheckInProcess.order attribute defined at extension travelfulfilmentprocess.
      Returns:
      the order
    • getOriginDestinationRefNumber

      @Accessor(qualifier="originDestinationRefNumber", type=GETTER) public Integer getOriginDestinationRefNumber()
      Generated method - Getter of the CheckInProcess.originDestinationRefNumber attribute defined at extension travelfulfilmentprocess.
      Returns:
      the originDestinationRefNumber
    • getTravellers

      @Accessor(qualifier="travellers", type=GETTER) public List<String> getTravellers()
      Generated method - Getter of the CheckInProcess.travellers attribute defined at extension travelfulfilmentprocess. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the travellers
    • setOrder

      @Accessor(qualifier="order", type=SETTER) public void setOrder(OrderModel value)
      Generated method - Setter of CheckInProcess.order attribute defined at extension travelfulfilmentprocess.
      Parameters:
      value - the order
    • setOriginDestinationRefNumber

      @Accessor(qualifier="originDestinationRefNumber", type=SETTER) public void setOriginDestinationRefNumber(Integer value)
      Generated method - Setter of CheckInProcess.originDestinationRefNumber attribute defined at extension travelfulfilmentprocess.
      Parameters:
      value - the originDestinationRefNumber
    • setTravellers

      @Accessor(qualifier="travellers", type=SETTER) public void setTravellers(List<String> value)
      Generated method - Setter of CheckInProcess.travellers attribute defined at extension travelfulfilmentprocess.
      Parameters:
      value - the travellers