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
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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofVehicleInformation.heightattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofVehicleInformation.lengthattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofVehicleInformation.makeattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofVehicleInformation.modelattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofVehicleInformation.registrationattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofVehicleInformation.weightattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofVehicleInformation.yearattribute defined at extensiontravelservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.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 parametersVehicleInformationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theVehicleInformation.heightattribute defined at extensiontravelservices.Generated method - Getter of theVehicleInformation.lengthattribute defined at extensiontravelservices.getMake()Generated method - Getter of theVehicleInformation.makeattribute defined at extensiontravelservices.getModel()Generated method - Getter of theVehicleInformation.modelattribute defined at extensiontravelservices.Generated method - Getter of theVehicleInformation.registrationattribute defined at extensiontravelservices.Generated method - Getter of theVehicleInformation.weightattribute defined at extensiontravelservices.getYear()Generated method - Getter of theVehicleInformation.yearattribute defined at extensiontravelservices.voidGenerated method - Setter ofVehicleInformation.heightattribute defined at extensiontravelservices.voidGenerated method - Setter ofVehicleInformation.lengthattribute defined at extensiontravelservices.voidGenerated method - Setter ofVehicleInformation.makeattribute defined at extensiontravelservices.voidGenerated method - Setter ofVehicleInformation.modelattribute defined at extensiontravelservices.voidsetRegistration(String value) Generated method - Setter ofVehicleInformation.registrationattribute defined at extensiontravelservices.voidGenerated method - Setter ofVehicleInformation.weightattribute defined at extensiontravelservices.voidGenerated method - Setter ofVehicleInformation.yearattribute defined at extensiontravelservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
REGISTRATION
Generated constant - Attribute key ofVehicleInformation.registrationattribute defined at extensiontravelservices.- See Also:
-
MAKE
Generated constant - Attribute key ofVehicleInformation.makeattribute defined at extensiontravelservices.- See Also:
-
MODEL
Generated constant - Attribute key ofVehicleInformation.modelattribute defined at extensiontravelservices.- See Also:
-
YEAR
Generated constant - Attribute key ofVehicleInformation.yearattribute defined at extensiontravelservices.- See Also:
-
HEIGHT
Generated constant - Attribute key ofVehicleInformation.heightattribute defined at extensiontravelservices.- See Also:
-
LENGTH
Generated constant - Attribute key ofVehicleInformation.lengthattribute defined at extensiontravelservices.- See Also:
-
WEIGHT
Generated constant - Attribute key ofVehicleInformation.weightattribute defined at extensiontravelservices.- 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, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getHeight
Generated method - Getter of theVehicleInformation.heightattribute defined at extensiontravelservices.- Returns:
- the height
-
getLength
Generated method - Getter of theVehicleInformation.lengthattribute defined at extensiontravelservices.- Returns:
- the length
-
getMake
Generated method - Getter of theVehicleInformation.makeattribute defined at extensiontravelservices.- Returns:
- the make
-
getModel
Generated method - Getter of theVehicleInformation.modelattribute defined at extensiontravelservices.- Returns:
- the model
-
getRegistration
Generated method - Getter of theVehicleInformation.registrationattribute defined at extensiontravelservices.- Returns:
- the registration
-
getWeight
Generated method - Getter of theVehicleInformation.weightattribute defined at extensiontravelservices.- Returns:
- the weight
-
getYear
Generated method - Getter of theVehicleInformation.yearattribute defined at extensiontravelservices.- Returns:
- the year
-
setHeight
Generated method - Setter ofVehicleInformation.heightattribute defined at extensiontravelservices.- Parameters:
value- the height
-
setLength
Generated method - Setter ofVehicleInformation.lengthattribute defined at extensiontravelservices.- Parameters:
value- the length
-
setMake
Generated method - Setter ofVehicleInformation.makeattribute defined at extensiontravelservices.- Parameters:
value- the make
-
setModel
Generated method - Setter ofVehicleInformation.modelattribute defined at extensiontravelservices.- Parameters:
value- the model
-
setRegistration
Generated method - Setter ofVehicleInformation.registrationattribute defined at extensiontravelservices.- Parameters:
value- the registration
-
setWeight
Generated method - Setter ofVehicleInformation.weightattribute defined at extensiontravelservices.- Parameters:
value- the weight
-
setYear
Generated method - Setter ofVehicleInformation.yearattribute defined at extensiontravelservices.- Parameters:
value- the year
-