Class DisruptionModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelservices.model.travel.DisruptionModel
All Implemented Interfaces:
Serializable

public class DisruptionModel extends ItemModel
Generated model class for type Disruption first defined at extension travelservices.

This type represents disruption that affected the order.

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation AbstractOrderDisruptionRelation defining source attribute abstractOrder in extension travelservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of Disruption.abstractOrder attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of Disruption.originDestinationRefNumber attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of Disruption.transportOffering attribute defined at extension travelservices.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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
    DisruptionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the Disruption.abstractOrder attribute defined at extension travelservices.
    Generated method - Getter of the Disruption.originDestinationRefNumber attribute defined at extension travelservices.
    Generated method - Getter of the Disruption.transportOffering attribute defined at extension travelservices.
    void
    Generated method - Setter of Disruption.abstractOrder attribute defined at extension travelservices.
    void
    Generated method - Setter of Disruption.originDestinationRefNumber attribute defined at extension travelservices.
    void
    Generated method - Setter of Disruption.transportOffering attribute defined at extension travelservices.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String _ABSTRACTORDERDISRUPTIONRELATION
      Generated relation code constant for relation AbstractOrderDisruptionRelation defining source attribute abstractOrder in extension travelservices.
      See Also:
    • TRANSPORTOFFERING

      public static final String TRANSPORTOFFERING
      Generated constant - Attribute key of Disruption.transportOffering attribute defined at extension travelservices.
      See Also:
    • ORIGINDESTINATIONREFNUMBER

      public static final String ORIGINDESTINATIONREFNUMBER
      Generated constant - Attribute key of Disruption.originDestinationRefNumber attribute defined at extension travelservices.
      See Also:
    • ABSTRACTORDER

      public static final String ABSTRACTORDER
      Generated constant - Attribute key of Disruption.abstractOrder attribute defined at extension travelservices.
      See Also:
  • Constructor Details

    • DisruptionModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public DisruptionModel(ItemModel _owner)
      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:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAbstractOrder

      @Accessor(qualifier="abstractOrder", type=GETTER) public AbstractOrderModel getAbstractOrder()
      Generated method - Getter of the Disruption.abstractOrder attribute defined at extension travelservices.
      Returns:
      the abstractOrder
    • getOriginDestinationRefNumber

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

      @Accessor(qualifier="transportOffering", type=GETTER) public TransportOfferingModel getTransportOffering()
      Generated method - Getter of the Disruption.transportOffering attribute defined at extension travelservices.
      Returns:
      the transportOffering
    • setAbstractOrder

      @Accessor(qualifier="abstractOrder", type=SETTER) public void setAbstractOrder(AbstractOrderModel value)
      Generated method - Setter of Disruption.abstractOrder attribute defined at extension travelservices.
      Parameters:
      value - the abstractOrder
    • setOriginDestinationRefNumber

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

      @Accessor(qualifier="transportOffering", type=SETTER) public void setTransportOffering(TransportOfferingModel value)
      Generated method - Setter of Disruption.transportOffering attribute defined at extension travelservices.
      Parameters:
      value - the transportOffering