Class FlightPackageModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.staticpackageservices.model.FlightPackageModel
- All Implemented Interfaces:
Serializable
Generated model class for type FlightPackage first defined at extension staticpackageservices.
This type represents a flight package.
- 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 ofFlightPackage.arrivalattribute defined at extensionstaticpackageservices.static final StringGenerated constant - Attribute key ofFlightPackage.bundleTypeattribute defined at extensionstaticpackageservices.static final StringGenerated constant - Attribute key ofFlightPackage.cabinClassattribute defined at extensionstaticpackageservices.static final StringGenerated constant - Attribute key ofFlightPackage.catalogVersionattribute defined at extensionstaticpackageservices.static final StringGenerated constant - Attribute key ofFlightPackage.departureattribute defined at extensionstaticpackageservices.static final StringGenerated constant - Attribute key ofFlightPackage.idattribute defined at extensionstaticpackageservices.static final StringGenerated constant - Attribute key ofFlightPackage.tripTypeattribute defined at extensionstaticpackageservices.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.FlightPackageModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextFlightPackageModel(TransportFacilityModel _arrival, BundleType _bundleType, CatalogVersionModel _catalogVersion, TransportFacilityModel _departure, String _id) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFlightPackageModel(TransportFacilityModel _arrival, BundleType _bundleType, CatalogVersionModel _catalogVersion, TransportFacilityModel _departure, String _id, 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 -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theFlightPackage.arrivalattribute defined at extensionstaticpackageservices.Generated method - Getter of theFlightPackage.bundleTypeattribute defined at extensionstaticpackageservices.Generated method - Getter of theFlightPackage.cabinClassattribute defined at extensionstaticpackageservices.Generated method - Getter of theFlightPackage.catalogVersionattribute defined at extensionstaticpackageservices.Generated method - Getter of theFlightPackage.departureattribute defined at extensionstaticpackageservices.getId()Generated method - Getter of theFlightPackage.idattribute defined at extensionstaticpackageservices.Generated method - Getter of theFlightPackage.tripTypeattribute defined at extensionstaticpackageservices.voidsetArrival(TransportFacilityModel value) Generated method - Setter ofFlightPackage.arrivalattribute defined at extensionstaticpackageservices.voidsetBundleType(BundleType value) Generated method - Setter ofFlightPackage.bundleTypeattribute defined at extensionstaticpackageservices.voidsetCabinClass(CabinClassModel value) Generated method - Setter ofFlightPackage.cabinClassattribute defined at extensionstaticpackageservices.voidGenerated method - Setter ofFlightPackage.catalogVersionattribute defined at extensionstaticpackageservices.voidGenerated method - Setter ofFlightPackage.departureattribute defined at extensionstaticpackageservices.voidGenerated method - Setter ofFlightPackage.idattribute defined at extensionstaticpackageservices.voidsetTripType(TripType value) Generated method - Setter ofFlightPackage.tripTypeattribute defined at extensionstaticpackageservices.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:
-
ID
Generated constant - Attribute key ofFlightPackage.idattribute defined at extensionstaticpackageservices.- See Also:
-
DEPARTURE
Generated constant - Attribute key ofFlightPackage.departureattribute defined at extensionstaticpackageservices.- See Also:
-
ARRIVAL
Generated constant - Attribute key ofFlightPackage.arrivalattribute defined at extensionstaticpackageservices.- See Also:
-
CABINCLASS
Generated constant - Attribute key ofFlightPackage.cabinClassattribute defined at extensionstaticpackageservices.- See Also:
-
TRIPTYPE
Generated constant - Attribute key ofFlightPackage.tripTypeattribute defined at extensionstaticpackageservices.- See Also:
-
BUNDLETYPE
Generated constant - Attribute key ofFlightPackage.bundleTypeattribute defined at extensionstaticpackageservices.- See Also:
-
CATALOGVERSION
Generated constant - Attribute key ofFlightPackage.catalogVersionattribute defined at extensionstaticpackageservices.- See Also:
-
-
Constructor Details
-
FlightPackageModel
public FlightPackageModel()Generated constructor - Default constructor for generic creation. -
FlightPackageModel
public FlightPackageModel(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
-
FlightPackageModel
@Deprecated(since="4.1.1", forRemoval=true) public FlightPackageModel(TransportFacilityModel _arrival, BundleType _bundleType, CatalogVersionModel _catalogVersion, TransportFacilityModel _departure, String _id) 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 - Constructor with all mandatory attributes.- Parameters:
_arrival- initial attribute declared by typeFlightPackageat extensionstaticpackageservices_bundleType- initial attribute declared by typeFlightPackageat extensionstaticpackageservices_catalogVersion- initial attribute declared by typeFlightPackageat extensionstaticpackageservices_departure- initial attribute declared by typeFlightPackageat extensionstaticpackageservices_id- initial attribute declared by typeFlightPackageat extensionstaticpackageservices
-
FlightPackageModel
@Deprecated(since="4.1.1", forRemoval=true) public FlightPackageModel(TransportFacilityModel _arrival, BundleType _bundleType, CatalogVersionModel _catalogVersion, TransportFacilityModel _departure, String _id, 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_arrival- initial attribute declared by typeFlightPackageat extensionstaticpackageservices_bundleType- initial attribute declared by typeFlightPackageat extensionstaticpackageservices_catalogVersion- initial attribute declared by typeFlightPackageat extensionstaticpackageservices_departure- initial attribute declared by typeFlightPackageat extensionstaticpackageservices_id- initial attribute declared by typeFlightPackageat extensionstaticpackageservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getArrival
Generated method - Getter of theFlightPackage.arrivalattribute defined at extensionstaticpackageservices.- Returns:
- the arrival
-
getBundleType
Generated method - Getter of theFlightPackage.bundleTypeattribute defined at extensionstaticpackageservices.- Returns:
- the bundleType
-
getCabinClass
Generated method - Getter of theFlightPackage.cabinClassattribute defined at extensionstaticpackageservices.- Returns:
- the cabinClass
-
getCatalogVersion
Generated method - Getter of theFlightPackage.catalogVersionattribute defined at extensionstaticpackageservices.- Returns:
- the catalogVersion
-
getDeparture
Generated method - Getter of theFlightPackage.departureattribute defined at extensionstaticpackageservices.- Returns:
- the departure
-
getId
Generated method - Getter of theFlightPackage.idattribute defined at extensionstaticpackageservices.- Returns:
- the id
-
getTripType
Generated method - Getter of theFlightPackage.tripTypeattribute defined at extensionstaticpackageservices.- Returns:
- the tripType
-
setArrival
Generated method - Setter ofFlightPackage.arrivalattribute defined at extensionstaticpackageservices.- Parameters:
value- the arrival
-
setBundleType
Generated method - Setter ofFlightPackage.bundleTypeattribute defined at extensionstaticpackageservices.- Parameters:
value- the bundleType
-
setCabinClass
Generated method - Setter ofFlightPackage.cabinClassattribute defined at extensionstaticpackageservices.- Parameters:
value- the cabinClass
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value) Generated method - Setter ofFlightPackage.catalogVersionattribute defined at extensionstaticpackageservices.- Parameters:
value- the catalogVersion
-
setDeparture
@Accessor(qualifier="departure", type=SETTER) public void setDeparture(TransportFacilityModel value) Generated method - Setter ofFlightPackage.departureattribute defined at extensionstaticpackageservices.- Parameters:
value- the departure
-
setId
Generated method - Setter ofFlightPackage.idattribute defined at extensionstaticpackageservices.- Parameters:
value- the id
-
setTripType
Generated method - Setter ofFlightPackage.tripTypeattribute defined at extensionstaticpackageservices.- Parameters:
value- the tripType
-