Class GeneratedAircraftCabin

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
AircraftCabin

public abstract class GeneratedAircraftCabin extends ConfiguredAccommodation
Generated class for type AircraftCabin.
See Also:
  • Field Details

    • CABINCLASS

      public static final String CABINCLASS
      Qualifier of the AircraftCabin.cabinClass attribute
      See Also:
    • COLUMNHEADERS

      public static final String COLUMNHEADERS
      Qualifier of the AircraftCabin.columnHeaders attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedAircraftCabin

      public GeneratedAircraftCabin()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedConfiguredAccommodation
    • getCabinClass

      public CabinClass getCabinClass(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the AircraftCabin.cabinClass attribute.
      Returns:
      the cabinClass
    • getCabinClass

      public CabinClass getCabinClass()
      Generated method - Getter of the AircraftCabin.cabinClass attribute.
      Returns:
      the cabinClass
    • setCabinClass

      public void setCabinClass(de.hybris.platform.jalo.SessionContext ctx, CabinClass value)
      Generated method - Setter of the AircraftCabin.cabinClass attribute.
      Parameters:
      value - the cabinClass
    • setCabinClass

      public void setCabinClass(CabinClass value)
      Generated method - Setter of the AircraftCabin.cabinClass attribute.
      Parameters:
      value - the cabinClass
    • getColumnHeaders

      public List<String> getColumnHeaders(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the AircraftCabin.columnHeaders attribute.
      Returns:
      the columnHeaders
    • getColumnHeaders

      public List<String> getColumnHeaders()
      Generated method - Getter of the AircraftCabin.columnHeaders attribute.
      Returns:
      the columnHeaders
    • setColumnHeaders

      public void setColumnHeaders(de.hybris.platform.jalo.SessionContext ctx, List<String> value)
      Generated method - Setter of the AircraftCabin.columnHeaders attribute.
      Parameters:
      value - the columnHeaders
    • setColumnHeaders

      public void setColumnHeaders(List<String> value)
      Generated method - Setter of the AircraftCabin.columnHeaders attribute.
      Parameters:
      value - the columnHeaders