Class IdentifierModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelservices.model.travel.IdentifierModel
- All Implemented Interfaces:
Serializable
Generated model class for type Identifier first defined at extension travelservices.
- 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 relation code constant for relationLocationIdentifierRelationdefining source attributelocationin extensiontravelservices.static final StringGenerated relation code constant for relationTransportFacilityIdentifierRelationdefining source attributetransportFacilityin extensiontravelservices.static final StringGenerated relation code constant for relationTransportVehicleIdentifierRelationdefining source attributetransportVehiclein extensiontravelservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofIdentifier.codeattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofIdentifier.codeContextattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofIdentifier.locationattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofIdentifier.transportFacilityattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofIdentifier.transportVehicleattribute 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.IdentifierModel(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 parametersIdentifierModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theIdentifier.codeattribute defined at extensiontravelservices.Generated method - Getter of theIdentifier.codeContextattribute defined at extensiontravelservices.Generated method - Getter of theIdentifier.locationattribute defined at extensiontravelservices.Generated method - Getter of theIdentifier.transportFacilityattribute defined at extensiontravelservices.Generated method - Getter of theIdentifier.transportVehicleattribute defined at extensiontravelservices.voidGenerated method - Setter ofIdentifier.codeattribute defined at extensiontravelservices.voidsetCodeContext(String value) Generated method - Setter ofIdentifier.codeContextattribute defined at extensiontravelservices.voidsetLocation(LocationModel value) Generated method - Setter ofIdentifier.locationattribute defined at extensiontravelservices.voidGenerated method - Setter ofIdentifier.transportFacilityattribute defined at extensiontravelservices.voidGenerated method - Setter ofIdentifier.transportVehicleattribute 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:
-
_TRANSPORTVEHICLEIDENTIFIERRELATION
Generated relation code constant for relationTransportVehicleIdentifierRelationdefining source attributetransportVehiclein extensiontravelservices.- See Also:
-
_LOCATIONIDENTIFIERRELATION
Generated relation code constant for relationLocationIdentifierRelationdefining source attributelocationin extensiontravelservices.- See Also:
-
_TRANSPORTFACILITYIDENTIFIERRELATION
Generated relation code constant for relationTransportFacilityIdentifierRelationdefining source attributetransportFacilityin extensiontravelservices.- See Also:
-
CODE
Generated constant - Attribute key ofIdentifier.codeattribute defined at extensiontravelservices.- See Also:
-
CODECONTEXT
Generated constant - Attribute key ofIdentifier.codeContextattribute defined at extensiontravelservices.- See Also:
-
TRANSPORTVEHICLE
Generated constant - Attribute key ofIdentifier.transportVehicleattribute defined at extensiontravelservices.- See Also:
-
LOCATION
Generated constant - Attribute key ofIdentifier.locationattribute defined at extensiontravelservices.- See Also:
-
TRANSPORTFACILITY
Generated constant - Attribute key ofIdentifier.transportFacilityattribute defined at extensiontravelservices.- See Also:
-
-
Constructor Details
-
IdentifierModel
public IdentifierModel()Generated constructor - Default constructor for generic creation. -
IdentifierModel
public IdentifierModel(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
-
IdentifierModel
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
-
getCode
Generated method - Getter of theIdentifier.codeattribute defined at extensiontravelservices.- Returns:
- the code
-
getCodeContext
Generated method - Getter of theIdentifier.codeContextattribute defined at extensiontravelservices.- Returns:
- the codeContext
-
getLocation
Generated method - Getter of theIdentifier.locationattribute defined at extensiontravelservices.- Returns:
- the location
-
getTransportFacility
@Accessor(qualifier="transportFacility", type=GETTER) public TransportFacilityModel getTransportFacility()Generated method - Getter of theIdentifier.transportFacilityattribute defined at extensiontravelservices.- Returns:
- the transportFacility
-
getTransportVehicle
@Accessor(qualifier="transportVehicle", type=GETTER) public Collection<TransportVehicleModel> getTransportVehicle()Generated method - Getter of theIdentifier.transportVehicleattribute defined at extensiontravelservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the transportVehicle
-
setCode
Generated method - Setter ofIdentifier.codeattribute defined at extensiontravelservices.- Parameters:
value- the code
-
setCodeContext
Generated method - Setter ofIdentifier.codeContextattribute defined at extensiontravelservices.- Parameters:
value- the codeContext
-
setLocation
Generated method - Setter ofIdentifier.locationattribute defined at extensiontravelservices.- Parameters:
value- the location
-
setTransportFacility
@Accessor(qualifier="transportFacility", type=SETTER) public void setTransportFacility(TransportFacilityModel value) Generated method - Setter ofIdentifier.transportFacilityattribute defined at extensiontravelservices.- Parameters:
value- the transportFacility
-
setTransportVehicle
@Accessor(qualifier="transportVehicle", type=SETTER) public void setTransportVehicle(Collection<TransportVehicleModel> value) Generated method - Setter ofIdentifier.transportVehicleattribute defined at extensiontravelservices.- Parameters:
value- the transportVehicle
-