Class GuaranteeModel
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.GuaranteeModel
- All Implemented Interfaces:
Serializable
Generated model class for type Guarantee first defined at extension travelservices.
This item represents a guarantee that is required by 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 relationRatePlanGuaranteeRelationdefining source attributeratePlanin extensiontravelservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofGuarantee.longDescriptionattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofGuarantee.ratePlanattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofGuarantee.shortDescriptionattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofGuarantee.typeattribute 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.GuaranteeModel(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 parametersGuaranteeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theGuarantee.longDescriptionattribute defined at extensiontravelservices.getLongDescription(Locale loc) Generated method - Getter of theGuarantee.longDescriptionattribute defined at extensiontravelservices.Generated method - Getter of theGuarantee.ratePlanattribute defined at extensiontravelservices.Generated method - Getter of theGuarantee.shortDescriptionattribute defined at extensiontravelservices.Generated method - Getter of theGuarantee.shortDescriptionattribute defined at extensiontravelservices.getType()Generated method - Getter of theGuarantee.typeattribute defined at extensiontravelservices.voidsetLongDescription(String value) Generated method - Setter ofGuarantee.longDescriptionattribute defined at extensiontravelservices.voidsetLongDescription(String value, Locale loc) Generated method - Setter ofGuarantee.longDescriptionattribute defined at extensiontravelservices.voidsetRatePlan(Collection<RatePlanModel> value) Generated method - Setter ofGuarantee.ratePlanattribute defined at extensiontravelservices.voidsetShortDescription(String value) Generated method - Setter ofGuarantee.shortDescriptionattribute defined at extensiontravelservices.voidsetShortDescription(String value, Locale loc) Generated method - Setter ofGuarantee.shortDescriptionattribute defined at extensiontravelservices.voidsetType(GuaranteeType value) Generated method - Setter ofGuarantee.typeattribute 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:
-
_RATEPLANGUARANTEERELATION
Generated relation code constant for relationRatePlanGuaranteeRelationdefining source attributeratePlanin extensiontravelservices.- See Also:
-
TYPE
Generated constant - Attribute key ofGuarantee.typeattribute defined at extensiontravelservices.- See Also:
-
SHORTDESCRIPTION
Generated constant - Attribute key ofGuarantee.shortDescriptionattribute defined at extensiontravelservices.- See Also:
-
LONGDESCRIPTION
Generated constant - Attribute key ofGuarantee.longDescriptionattribute defined at extensiontravelservices.- See Also:
-
RATEPLAN
Generated constant - Attribute key ofGuarantee.ratePlanattribute defined at extensiontravelservices.- See Also:
-
-
Constructor Details
-
GuaranteeModel
public GuaranteeModel()Generated constructor - Default constructor for generic creation. -
GuaranteeModel
public GuaranteeModel(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
-
GuaranteeModel
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
-
getLongDescription
Generated method - Getter of theGuarantee.longDescriptionattribute defined at extensiontravelservices.- Returns:
- the longDescription
-
getLongDescription
Generated method - Getter of theGuarantee.longDescriptionattribute defined at extensiontravelservices.- Parameters:
loc- the value localization key- Returns:
- the longDescription
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getRatePlan
Generated method - Getter of theGuarantee.ratePlanattribute defined at extensiontravelservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the ratePlan
-
getShortDescription
Generated method - Getter of theGuarantee.shortDescriptionattribute defined at extensiontravelservices.- Returns:
- the shortDescription
-
getShortDescription
Generated method - Getter of theGuarantee.shortDescriptionattribute defined at extensiontravelservices.- Parameters:
loc- the value localization key- Returns:
- the shortDescription
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getType
Generated method - Getter of theGuarantee.typeattribute defined at extensiontravelservices.- Returns:
- the type
-
setLongDescription
Generated method - Setter ofGuarantee.longDescriptionattribute defined at extensiontravelservices.- Parameters:
value- the longDescription
-
setLongDescription
@Accessor(qualifier="longDescription", type=SETTER) public void setLongDescription(String value, Locale loc) Generated method - Setter ofGuarantee.longDescriptionattribute defined at extensiontravelservices.- Parameters:
value- the longDescriptionloc- 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 ofGuarantee.ratePlanattribute defined at extensiontravelservices.- Parameters:
value- the ratePlan
-
setShortDescription
Generated method - Setter ofGuarantee.shortDescriptionattribute defined at extensiontravelservices.- Parameters:
value- the shortDescription
-
setShortDescription
@Accessor(qualifier="shortDescription", type=SETTER) public void setShortDescription(String value, Locale loc) Generated method - Setter ofGuarantee.shortDescriptionattribute defined at extensiontravelservices.- Parameters:
value- the shortDescriptionloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setType
Generated method - Setter ofGuarantee.typeattribute defined at extensiontravelservices.- Parameters:
value- the type
-