Class TravelWorkflowItemAttachmentModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.workflow.model.WorkflowItemAttachmentModel
de.hybris.platform.travelbackofficeservices.model.travel.TravelWorkflowItemAttachmentModel
All Implemented Interfaces:
Serializable

public class TravelWorkflowItemAttachmentModel extends WorkflowItemAttachmentModel
Generated model class for type TravelWorkflowItemAttachment first defined at extension travelbackofficeservices.

Extending WorkflowItemAttachment type to make item attribute non mandatory.

See Also:
  • Field Details

  • Constructor Details

    • TravelWorkflowItemAttachmentModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TravelWorkflowItemAttachmentModel(ItemModel _item, WorkflowModel _workflow)
      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:
      _item - initial attribute declared by type TravelWorkflowItemAttachment at extension travelbackofficeservices
      _workflow - initial attribute declared by type WorkflowItemAttachment at extension workflow
    • TravelWorkflowItemAttachmentModel

      @Deprecated(since="4.1.1", forRemoval=true) public TravelWorkflowItemAttachmentModel(String _code, ItemModel _item, ItemModel _owner, WorkflowModel _workflow)
      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 WorkflowItemAttachment at extension workflow
      _item - initial attribute declared by type TravelWorkflowItemAttachment at extension travelbackofficeservices
      _owner - initial attribute declared by type Item at extension core
      _workflow - initial attribute declared by type WorkflowItemAttachment at extension workflow