Class ScheduleConfigurationDayModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelservices.model.travel.ScheduleConfigurationDayModel
- All Implemented Interfaces:
Serializable
Generated model class for type ScheduleConfigurationDay 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 relationScheduleConfigurationScheduleConfigurationDayRelationdefining source attributescheduleConfigurationin extensiontravelservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofScheduleConfigurationDay.dayOfWeekattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofScheduleConfigurationDay.departureTimeattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofScheduleConfigurationDay.destinationTerminalattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofScheduleConfigurationDay.durationHrsattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofScheduleConfigurationDay.durationMinsattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofScheduleConfigurationDay.originTerminalattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofScheduleConfigurationDay.scheduleConfigurationattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofScheduleConfigurationDay.selectedattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofScheduleConfigurationDay.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.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersScheduleConfigurationDayModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theScheduleConfigurationDay.dayOfWeekattribute defined at extensiontravelservices.Generated method - Getter of theScheduleConfigurationDay.departureTimeattribute defined at extensiontravelservices.Generated method - Getter of theScheduleConfigurationDay.destinationTerminalattribute defined at extensiontravelservices.Generated method - Getter of theScheduleConfigurationDay.durationHrsattribute defined at extensiontravelservices.Generated method - Getter of theScheduleConfigurationDay.durationMinsattribute defined at extensiontravelservices.Generated method - Getter of theScheduleConfigurationDay.originTerminalattribute defined at extensiontravelservices.Generated method - Getter of theScheduleConfigurationDay.scheduleConfigurationattribute defined at extensiontravelservices.Generated method - Getter of theScheduleConfigurationDay.selectedattribute defined at extensiontravelservices.Generated method - Getter of theScheduleConfigurationDay.transportVehicleattribute defined at extensiontravelservices.voidsetDayOfWeek(DayOfWeek value) Generated method - Setter ofScheduleConfigurationDay.dayOfWeekattribute defined at extensiontravelservices.voidsetDepartureTime(Date value) Generated method - Setter ofScheduleConfigurationDay.departureTimeattribute defined at extensiontravelservices.voidGenerated method - Setter ofScheduleConfigurationDay.destinationTerminalattribute defined at extensiontravelservices.voidsetDurationHrs(Integer value) Generated method - Setter ofScheduleConfigurationDay.durationHrsattribute defined at extensiontravelservices.voidsetDurationMins(Integer value) Generated method - Setter ofScheduleConfigurationDay.durationMinsattribute defined at extensiontravelservices.voidsetOriginTerminal(TerminalModel value) Generated method - Setter ofScheduleConfigurationDay.originTerminalattribute defined at extensiontravelservices.voidGenerated method - Setter ofScheduleConfigurationDay.scheduleConfigurationattribute defined at extensiontravelservices.voidsetSelected(Boolean value) Generated method - Setter ofScheduleConfigurationDay.selectedattribute defined at extensiontravelservices.voidGenerated method - Setter ofScheduleConfigurationDay.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:
-
_SCHEDULECONFIGURATIONSCHEDULECONFIGURATIONDAYRELATION
Generated relation code constant for relationScheduleConfigurationScheduleConfigurationDayRelationdefining source attributescheduleConfigurationin extensiontravelservices.- See Also:
-
DAYOFWEEK
Generated constant - Attribute key ofScheduleConfigurationDay.dayOfWeekattribute defined at extensiontravelservices.- See Also:
-
DEPARTURETIME
Generated constant - Attribute key ofScheduleConfigurationDay.departureTimeattribute defined at extensiontravelservices.- See Also:
-
DURATIONHRS
Generated constant - Attribute key ofScheduleConfigurationDay.durationHrsattribute defined at extensiontravelservices.- See Also:
-
DURATIONMINS
Generated constant - Attribute key ofScheduleConfigurationDay.durationMinsattribute defined at extensiontravelservices.- See Also:
-
ORIGINTERMINAL
Generated constant - Attribute key ofScheduleConfigurationDay.originTerminalattribute defined at extensiontravelservices.- See Also:
-
DESTINATIONTERMINAL
Generated constant - Attribute key ofScheduleConfigurationDay.destinationTerminalattribute defined at extensiontravelservices.- See Also:
-
TRANSPORTVEHICLE
Generated constant - Attribute key ofScheduleConfigurationDay.transportVehicleattribute defined at extensiontravelservices.- See Also:
-
SELECTED
Generated constant - Attribute key ofScheduleConfigurationDay.selectedattribute defined at extensiontravelservices.- See Also:
-
SCHEDULECONFIGURATION
Generated constant - Attribute key ofScheduleConfigurationDay.scheduleConfigurationattribute defined at extensiontravelservices.- See Also:
-
-
Constructor Details
-
ScheduleConfigurationDayModel
public ScheduleConfigurationDayModel()Generated constructor - Default constructor for generic creation. -
ScheduleConfigurationDayModel
public ScheduleConfigurationDayModel(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
-
ScheduleConfigurationDayModel
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
-
getDayOfWeek
Generated method - Getter of theScheduleConfigurationDay.dayOfWeekattribute defined at extensiontravelservices.- Returns:
- the dayOfWeek
-
getDepartureTime
Generated method - Getter of theScheduleConfigurationDay.departureTimeattribute defined at extensiontravelservices.- Returns:
- the departureTime
-
getDestinationTerminal
@Accessor(qualifier="destinationTerminal", type=GETTER) public TerminalModel getDestinationTerminal()Generated method - Getter of theScheduleConfigurationDay.destinationTerminalattribute defined at extensiontravelservices.- Returns:
- the destinationTerminal
-
getDurationHrs
Generated method - Getter of theScheduleConfigurationDay.durationHrsattribute defined at extensiontravelservices.- Returns:
- the durationHrs
-
getDurationMins
Generated method - Getter of theScheduleConfigurationDay.durationMinsattribute defined at extensiontravelservices.- Returns:
- the durationMins
-
getOriginTerminal
Generated method - Getter of theScheduleConfigurationDay.originTerminalattribute defined at extensiontravelservices.- Returns:
- the originTerminal
-
getScheduleConfiguration
@Accessor(qualifier="scheduleConfiguration", type=GETTER) public ScheduleConfigurationModel getScheduleConfiguration()Generated method - Getter of theScheduleConfigurationDay.scheduleConfigurationattribute defined at extensiontravelservices.- Returns:
- the scheduleConfiguration
-
getSelected
Generated method - Getter of theScheduleConfigurationDay.selectedattribute defined at extensiontravelservices.- Returns:
- the selected
-
getTransportVehicle
@Accessor(qualifier="transportVehicle", type=GETTER) public TransportVehicleModel getTransportVehicle()Generated method - Getter of theScheduleConfigurationDay.transportVehicleattribute defined at extensiontravelservices.- Returns:
- the transportVehicle
-
setDayOfWeek
Generated method - Setter ofScheduleConfigurationDay.dayOfWeekattribute defined at extensiontravelservices.- Parameters:
value- the dayOfWeek
-
setDepartureTime
Generated method - Setter ofScheduleConfigurationDay.departureTimeattribute defined at extensiontravelservices.- Parameters:
value- the departureTime
-
setDestinationTerminal
@Accessor(qualifier="destinationTerminal", type=SETTER) public void setDestinationTerminal(TerminalModel value) Generated method - Setter ofScheduleConfigurationDay.destinationTerminalattribute defined at extensiontravelservices.- Parameters:
value- the destinationTerminal
-
setDurationHrs
Generated method - Setter ofScheduleConfigurationDay.durationHrsattribute defined at extensiontravelservices.- Parameters:
value- the durationHrs
-
setDurationMins
Generated method - Setter ofScheduleConfigurationDay.durationMinsattribute defined at extensiontravelservices.- Parameters:
value- the durationMins
-
setOriginTerminal
@Accessor(qualifier="originTerminal", type=SETTER) public void setOriginTerminal(TerminalModel value) Generated method - Setter ofScheduleConfigurationDay.originTerminalattribute defined at extensiontravelservices.- Parameters:
value- the originTerminal
-
setScheduleConfiguration
@Accessor(qualifier="scheduleConfiguration", type=SETTER) public void setScheduleConfiguration(ScheduleConfigurationModel value) Generated method - Setter ofScheduleConfigurationDay.scheduleConfigurationattribute defined at extensiontravelservices.- Parameters:
value- the scheduleConfiguration
-
setSelected
Generated method - Setter ofScheduleConfigurationDay.selectedattribute defined at extensiontravelservices.- Parameters:
value- the selected
-
setTransportVehicle
@Accessor(qualifier="transportVehicle", type=SETTER) public void setTransportVehicle(TransportVehicleModel value) Generated method - Setter ofScheduleConfigurationDay.transportVehicleattribute defined at extensiontravelservices.- Parameters:
value- the transportVehicle
-