Class VehicleInformationModel

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

public class VehicleInformationModel extends ItemModel
Generated model class for type VehicleInformation first defined at extension travelservices.

This type represents vehicle information.

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 model type code constant.
    static final String
    Generated constant - Attribute key of VehicleInformation.height attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of VehicleInformation.length attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of VehicleInformation.make attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of VehicleInformation.model attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of VehicleInformation.registration attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of VehicleInformation.weight attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of VehicleInformation.year 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
    VehicleInformationModel(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 VehicleInformation.height attribute defined at extension travelservices.
    Generated method - Getter of the VehicleInformation.length attribute defined at extension travelservices.
    Generated method - Getter of the VehicleInformation.make attribute defined at extension travelservices.
    Generated method - Getter of the VehicleInformation.model attribute defined at extension travelservices.
    Generated method - Getter of the VehicleInformation.registration attribute defined at extension travelservices.
    Generated method - Getter of the VehicleInformation.weight attribute defined at extension travelservices.
    Generated method - Getter of the VehicleInformation.year attribute defined at extension travelservices.
    void
    Generated method - Setter of VehicleInformation.height attribute defined at extension travelservices.
    void
    Generated method - Setter of VehicleInformation.length attribute defined at extension travelservices.
    void
    setMake(String value)
    Generated method - Setter of VehicleInformation.make attribute defined at extension travelservices.
    void
    Generated method - Setter of VehicleInformation.model attribute defined at extension travelservices.
    void
    Generated method - Setter of VehicleInformation.registration attribute defined at extension travelservices.
    void
    Generated method - Setter of VehicleInformation.weight attribute defined at extension travelservices.
    void
    Generated method - Setter of VehicleInformation.year 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:
    • REGISTRATION

      public static final String REGISTRATION
      Generated constant - Attribute key of VehicleInformation.registration attribute defined at extension travelservices.
      See Also:
    • MAKE

      public static final String MAKE
      Generated constant - Attribute key of VehicleInformation.make attribute defined at extension travelservices.
      See Also:
    • MODEL

      public static final String MODEL
      Generated constant - Attribute key of VehicleInformation.model attribute defined at extension travelservices.
      See Also:
    • YEAR

      public static final String YEAR
      Generated constant - Attribute key of VehicleInformation.year attribute defined at extension travelservices.
      See Also:
    • HEIGHT

      public static final String HEIGHT
      Generated constant - Attribute key of VehicleInformation.height attribute defined at extension travelservices.
      See Also:
    • LENGTH

      public static final String LENGTH
      Generated constant - Attribute key of VehicleInformation.length attribute defined at extension travelservices.
      See Also:
    • WEIGHT

      public static final String WEIGHT
      Generated constant - Attribute key of VehicleInformation.weight attribute defined at extension travelservices.
      See Also:
  • Constructor Details

    • VehicleInformationModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public VehicleInformationModel(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

    • getHeight

      @Accessor(qualifier="height", type=GETTER) public Double getHeight()
      Generated method - Getter of the VehicleInformation.height attribute defined at extension travelservices.
      Returns:
      the height
    • getLength

      @Accessor(qualifier="length", type=GETTER) public Double getLength()
      Generated method - Getter of the VehicleInformation.length attribute defined at extension travelservices.
      Returns:
      the length
    • getMake

      @Accessor(qualifier="make", type=GETTER) public String getMake()
      Generated method - Getter of the VehicleInformation.make attribute defined at extension travelservices.
      Returns:
      the make
    • getModel

      @Accessor(qualifier="model", type=GETTER) public String getModel()
      Generated method - Getter of the VehicleInformation.model attribute defined at extension travelservices.
      Returns:
      the model
    • getRegistration

      @Accessor(qualifier="registration", type=GETTER) public String getRegistration()
      Generated method - Getter of the VehicleInformation.registration attribute defined at extension travelservices.
      Returns:
      the registration
    • getWeight

      @Accessor(qualifier="weight", type=GETTER) public Double getWeight()
      Generated method - Getter of the VehicleInformation.weight attribute defined at extension travelservices.
      Returns:
      the weight
    • getYear

      @Accessor(qualifier="year", type=GETTER) public Integer getYear()
      Generated method - Getter of the VehicleInformation.year attribute defined at extension travelservices.
      Returns:
      the year
    • setHeight

      @Accessor(qualifier="height", type=SETTER) public void setHeight(Double value)
      Generated method - Setter of VehicleInformation.height attribute defined at extension travelservices.
      Parameters:
      value - the height
    • setLength

      @Accessor(qualifier="length", type=SETTER) public void setLength(Double value)
      Generated method - Setter of VehicleInformation.length attribute defined at extension travelservices.
      Parameters:
      value - the length
    • setMake

      @Accessor(qualifier="make", type=SETTER) public void setMake(String value)
      Generated method - Setter of VehicleInformation.make attribute defined at extension travelservices.
      Parameters:
      value - the make
    • setModel

      @Accessor(qualifier="model", type=SETTER) public void setModel(String value)
      Generated method - Setter of VehicleInformation.model attribute defined at extension travelservices.
      Parameters:
      value - the model
    • setRegistration

      @Accessor(qualifier="registration", type=SETTER) public void setRegistration(String value)
      Generated method - Setter of VehicleInformation.registration attribute defined at extension travelservices.
      Parameters:
      value - the registration
    • setWeight

      @Accessor(qualifier="weight", type=SETTER) public void setWeight(Double value)
      Generated method - Setter of VehicleInformation.weight attribute defined at extension travelservices.
      Parameters:
      value - the weight
    • setYear

      @Accessor(qualifier="year", type=SETTER) public void setYear(Integer value)
      Generated method - Setter of VehicleInformation.year attribute defined at extension travelservices.
      Parameters:
      value - the year