Class CheckInProcessModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processengine.model.BusinessProcessModel
de.hybris.platform.orderprocessing.model.CheckInProcessModel
- All Implemented Interfaces:
Serializable
Generated model class for type CheckInProcess first defined at extension travelfulfilmentprocess.
- 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 ofCheckInProcess.orderattribute defined at extensiontravelfulfilmentprocess.static final StringGenerated constant - Attribute key ofCheckInProcess.originDestinationRefNumberattribute defined at extensiontravelfulfilmentprocess.static final StringGenerated constant - Attribute key ofCheckInProcess.travellersattribute defined at extensiontravelfulfilmentprocess.Fields inherited from class de.hybris.platform.processengine.model.BusinessProcessModel
CODE, CONTEXTPARAMETERS, 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.CheckInProcessModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextCheckInProcessModel(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 parametersCheckInProcessModel(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 TypeMethodDescriptiongetOrder()Generated method - Getter of theCheckInProcess.orderattribute defined at extensiontravelfulfilmentprocess.Generated method - Getter of theCheckInProcess.originDestinationRefNumberattribute defined at extensiontravelfulfilmentprocess.Generated method - Getter of theCheckInProcess.travellersattribute defined at extensiontravelfulfilmentprocess.voidsetOrder(OrderModel value) Generated method - Setter ofCheckInProcess.orderattribute defined at extensiontravelfulfilmentprocess.voidGenerated method - Setter ofCheckInProcess.originDestinationRefNumberattribute defined at extensiontravelfulfilmentprocess.voidsetTravellers(List<String> value) Generated method - Setter ofCheckInProcess.travellersattribute defined at extensiontravelfulfilmentprocess.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, 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:
-
ORDER
Generated constant - Attribute key ofCheckInProcess.orderattribute defined at extensiontravelfulfilmentprocess.- See Also:
-
ORIGINDESTINATIONREFNUMBER
Generated constant - Attribute key ofCheckInProcess.originDestinationRefNumberattribute defined at extensiontravelfulfilmentprocess.- See Also:
-
TRAVELLERS
Generated constant - Attribute key ofCheckInProcess.travellersattribute defined at extensiontravelfulfilmentprocess.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeBusinessProcessat extensionprocessing_processDefinitionName- initial attribute declared by typeBusinessProcessat extensionprocessing
-
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 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
-
getOrder
Generated method - Getter of theCheckInProcess.orderattribute defined at extensiontravelfulfilmentprocess.- Returns:
- the order
-
getOriginDestinationRefNumber
@Accessor(qualifier="originDestinationRefNumber", type=GETTER) public Integer getOriginDestinationRefNumber()Generated method - Getter of theCheckInProcess.originDestinationRefNumberattribute defined at extensiontravelfulfilmentprocess.- Returns:
- the originDestinationRefNumber
-
getTravellers
Generated method - Getter of theCheckInProcess.travellersattribute defined at extensiontravelfulfilmentprocess. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the travellers
-
setOrder
Generated method - Setter ofCheckInProcess.orderattribute defined at extensiontravelfulfilmentprocess.- Parameters:
value- the order
-
setOriginDestinationRefNumber
@Accessor(qualifier="originDestinationRefNumber", type=SETTER) public void setOriginDestinationRefNumber(Integer value) Generated method - Setter ofCheckInProcess.originDestinationRefNumberattribute defined at extensiontravelfulfilmentprocess.- Parameters:
value- the originDestinationRefNumber
-
setTravellers
Generated method - Setter ofCheckInProcess.travellersattribute defined at extensiontravelfulfilmentprocess.- Parameters:
value- the travellers
-