Class AircraftDeckModel

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

public class AircraftDeckModel extends ConfiguredAccommodationModel
Generated model class for type AircraftDeck first defined at extension travelservices.

Extending configured accommodation type, this type represents an aircraft deck.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String DECKTYPE
      Generated constant - Attribute key of AircraftDeck.deckType attribute defined at extension travelservices.
      See Also:
  • Constructor Details

    • AircraftDeckModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public AircraftDeckModel(CatalogVersionModel _catalogVersion)
      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:
      _catalogVersion - initial attribute declared by type ConfiguredAccommodation at extension travelservices
    • AircraftDeckModel

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

    • getDeckType

      @Accessor(qualifier="deckType", type=GETTER) public DeckType getDeckType()
      Generated method - Getter of the AircraftDeck.deckType attribute defined at extension travelservices.
      Returns:
      the deckType
    • setDeckType

      @Accessor(qualifier="deckType", type=SETTER) public void setDeckType(DeckType value)
      Generated method - Setter of AircraftDeck.deckType attribute defined at extension travelservices.
      Parameters:
      value - the deckType