Class CancelPenaltyModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelservices.model.accommodation.AbstractFinancialInfoModel
de.hybris.platform.travelservices.model.accommodation.CancelPenaltyModel
- All Implemented Interfaces:
Serializable
Generated model class for type CancelPenalty first defined at extension travelservices.
This item represents a cancel penalty that can be applied to a rate plan.
- 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 relationRatePlanCancelPenaltyRelationdefining source attributeratePlanin extensiontravelservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCancelPenalty.descriptionattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofCancelPenalty.ratePlanattribute defined at extensiontravelservices.Fields inherited from class de.hybris.platform.travelservices.model.accommodation.AbstractFinancialInfoModel
ABSOLUTEDEADLINE, CODE, FIXEDAMOUNT, PERCENTAGEAMOUNT, RELATIVEDEADLINEFields 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.CancelPenaltyModel(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 parametersCancelPenaltyModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCancelPenalty.descriptionattribute defined at extensiontravelservices.getDescription(Locale loc) Generated method - Getter of theCancelPenalty.descriptionattribute defined at extensiontravelservices.Generated method - Getter of theCancelPenalty.ratePlanattribute defined at extensiontravelservices.voidsetDescription(String value) Generated method - Setter ofCancelPenalty.descriptionattribute defined at extensiontravelservices.voidsetDescription(String value, Locale loc) Generated method - Setter ofCancelPenalty.descriptionattribute defined at extensiontravelservices.voidsetRatePlan(Collection<RatePlanModel> value) Generated method - Setter ofCancelPenalty.ratePlanattribute defined at extensiontravelservices.Methods inherited from class de.hybris.platform.travelservices.model.accommodation.AbstractFinancialInfoModel
getAbsoluteDeadline, getCode, getFixedAmount, getPercentageAmount, getRelativeDeadline, setAbsoluteDeadline, setCode, setFixedAmount, setPercentageAmount, setRelativeDeadlineMethods 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:
-
_RATEPLANCANCELPENALTYRELATION
Generated relation code constant for relationRatePlanCancelPenaltyRelationdefining source attributeratePlanin extensiontravelservices.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofCancelPenalty.descriptionattribute defined at extensiontravelservices.- See Also:
-
RATEPLAN
Generated constant - Attribute key ofCancelPenalty.ratePlanattribute defined at extensiontravelservices.- See Also:
-
-
Constructor Details
-
CancelPenaltyModel
public CancelPenaltyModel()Generated constructor - Default constructor for generic creation. -
CancelPenaltyModel
public CancelPenaltyModel(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
-
CancelPenaltyModel
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
-
getDescription
Generated method - Getter of theCancelPenalty.descriptionattribute defined at extensiontravelservices.- Returns:
- the description
-
getDescription
Generated method - Getter of theCancelPenalty.descriptionattribute defined at extensiontravelservices.- Parameters:
loc- the value localization key- Returns:
- the description
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getRatePlan
Generated method - Getter of theCancelPenalty.ratePlanattribute defined at extensiontravelservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the ratePlan
-
setDescription
Generated method - Setter ofCancelPenalty.descriptionattribute defined at extensiontravelservices.- Parameters:
value- the description
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc) Generated method - Setter ofCancelPenalty.descriptionattribute defined at extensiontravelservices.- Parameters:
value- the descriptionloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setRatePlan
@Accessor(qualifier="ratePlan", type=SETTER) public void setRatePlan(Collection<RatePlanModel> value) Generated method - Setter ofCancelPenalty.ratePlanattribute defined at extensiontravelservices.- Parameters:
value- the ratePlan
-