Class OneOrderServiceStatusChangeNotificationProcessModel
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.OneOrderServiceStatusChangeNotificationProcessModel
- All Implemented Interfaces:
Serializable
Generated model class for type OneOrderServiceStatusChangeNotificationProcess first defined at extension oneorderfulfilmentprocess.
- 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 ofOneOrderServiceStatusChangeNotificationProcess.deliveryProviderCodeattribute defined at extensiononeorderfulfilmentprocess.static final StringGenerated constant - Attribute key ofOneOrderServiceStatusChangeNotificationProcess.iataServiceListattribute defined at extensiononeorderfulfilmentprocess.static final StringGenerated constant - Attribute key ofOneOrderServiceStatusChangeNotificationProcess.orderattribute defined at extensiononeorderfulfilmentprocess.static final StringGenerated constant - Attribute key ofOneOrderServiceStatusChangeNotificationProcess.sscnMessageattribute defined at extensiononeorderfulfilmentprocess.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.OneOrderServiceStatusChangeNotificationProcessModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextOneOrderServiceStatusChangeNotificationProcessModel(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 parametersOneOrderServiceStatusChangeNotificationProcessModel(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 theOneOrderServiceStatusChangeNotificationProcess.deliveryProviderCodeattribute defined at extensiononeorderfulfilmentprocess.Generated method - Getter of theOneOrderServiceStatusChangeNotificationProcess.iataServiceListattribute defined at extensiononeorderfulfilmentprocess.getOrder()Generated method - Getter of theOneOrderServiceStatusChangeNotificationProcess.orderattribute defined at extensiononeorderfulfilmentprocess.Generated method - Getter of theOneOrderServiceStatusChangeNotificationProcess.sscnMessageattribute defined at extensiononeorderfulfilmentprocess.voidsetDeliveryProviderCode(String value) Generated method - Setter ofOneOrderServiceStatusChangeNotificationProcess.deliveryProviderCodeattribute defined at extensiononeorderfulfilmentprocess.voidsetIataServiceList(List<IATAServiceModel> value) Generated method - Setter ofOneOrderServiceStatusChangeNotificationProcess.iataServiceListattribute defined at extensiononeorderfulfilmentprocess.voidsetOrder(OrderModel value) Generated method - Setter ofOneOrderServiceStatusChangeNotificationProcess.orderattribute defined at extensiononeorderfulfilmentprocess.voidGenerated method - Setter ofOneOrderServiceStatusChangeNotificationProcess.sscnMessageattribute defined at extensiononeorderfulfilmentprocess.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 ofOneOrderServiceStatusChangeNotificationProcess.orderattribute defined at extensiononeorderfulfilmentprocess.- See Also:
-
DELIVERYPROVIDERCODE
Generated constant - Attribute key ofOneOrderServiceStatusChangeNotificationProcess.deliveryProviderCodeattribute defined at extensiononeorderfulfilmentprocess.- See Also:
-
IATASERVICELIST
Generated constant - Attribute key ofOneOrderServiceStatusChangeNotificationProcess.iataServiceListattribute defined at extensiononeorderfulfilmentprocess.- See Also:
-
SSCNMESSAGE
Generated constant - Attribute key ofOneOrderServiceStatusChangeNotificationProcess.sscnMessageattribute defined at extensiononeorderfulfilmentprocess.- See Also:
-
-
Constructor Details
-
OneOrderServiceStatusChangeNotificationProcessModel
public OneOrderServiceStatusChangeNotificationProcessModel()Generated constructor - Default constructor for generic creation. -
OneOrderServiceStatusChangeNotificationProcessModel
public OneOrderServiceStatusChangeNotificationProcessModel(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
-
OneOrderServiceStatusChangeNotificationProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public OneOrderServiceStatusChangeNotificationProcessModel(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
-
OneOrderServiceStatusChangeNotificationProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public OneOrderServiceStatusChangeNotificationProcessModel(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
-
getDeliveryProviderCode
Generated method - Getter of theOneOrderServiceStatusChangeNotificationProcess.deliveryProviderCodeattribute defined at extensiononeorderfulfilmentprocess.- Returns:
- the deliveryProviderCode
-
getIataServiceList
@Accessor(qualifier="iataServiceList", type=GETTER) public List<IATAServiceModel> getIataServiceList()Generated method - Getter of theOneOrderServiceStatusChangeNotificationProcess.iataServiceListattribute defined at extensiononeorderfulfilmentprocess. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the iataServiceList
-
getOrder
Generated method - Getter of theOneOrderServiceStatusChangeNotificationProcess.orderattribute defined at extensiononeorderfulfilmentprocess.- Returns:
- the order
-
getSscnMessage
Generated method - Getter of theOneOrderServiceStatusChangeNotificationProcess.sscnMessageattribute defined at extensiononeorderfulfilmentprocess.- Returns:
- the sscnMessage
-
setDeliveryProviderCode
@Accessor(qualifier="deliveryProviderCode", type=SETTER) public void setDeliveryProviderCode(String value) Generated method - Setter ofOneOrderServiceStatusChangeNotificationProcess.deliveryProviderCodeattribute defined at extensiononeorderfulfilmentprocess.- Parameters:
value- the deliveryProviderCode
-
setIataServiceList
@Accessor(qualifier="iataServiceList", type=SETTER) public void setIataServiceList(List<IATAServiceModel> value) Generated method - Setter ofOneOrderServiceStatusChangeNotificationProcess.iataServiceListattribute defined at extensiononeorderfulfilmentprocess.- Parameters:
value- the iataServiceList
-
setOrder
Generated method - Setter ofOneOrderServiceStatusChangeNotificationProcess.orderattribute defined at extensiononeorderfulfilmentprocess.- Parameters:
value- the order
-
setSscnMessage
@Accessor(qualifier="sscnMessage", type=SETTER) public void setSscnMessage(OneOrderMessageModel value) Generated method - Setter ofOneOrderServiceStatusChangeNotificationProcess.sscnMessageattribute defined at extensiononeorderfulfilmentprocess.- Parameters:
value- the sscnMessage
-