Class RatePlanInclusionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelservices.model.accommodation.RatePlanInclusionModel
- All Implemented Interfaces:
Serializable
Generated model class for type RatePlanInclusion first defined at extension travelservices.
This item represents a generic rateplan inclusion and some editorial information.
- 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 relationRatePlanInclusionRelationdefining source attributeratePlanin extensiontravelservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofRatePlanInclusion.longDescriptionattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofRatePlanInclusion.mediasattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofRatePlanInclusion.ratePlanattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofRatePlanInclusion.shortDescriptionattribute 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.RatePlanInclusionModel(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 parametersRatePlanInclusionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theRatePlanInclusion.longDescriptionattribute defined at extensiontravelservices.getLongDescription(Locale loc) Generated method - Getter of theRatePlanInclusion.longDescriptionattribute defined at extensiontravelservices.Generated method - Getter of theRatePlanInclusion.mediasattribute defined at extensiontravelservices.Generated method - Getter of theRatePlanInclusion.ratePlanattribute defined at extensiontravelservices.Generated method - Getter of theRatePlanInclusion.shortDescriptionattribute defined at extensiontravelservices.Generated method - Getter of theRatePlanInclusion.shortDescriptionattribute defined at extensiontravelservices.voidsetLongDescription(String value) Generated method - Setter ofRatePlanInclusion.longDescriptionattribute defined at extensiontravelservices.voidsetLongDescription(String value, Locale loc) Generated method - Setter ofRatePlanInclusion.longDescriptionattribute defined at extensiontravelservices.voidsetMedias(MediaContainerModel value) Generated method - Setter ofRatePlanInclusion.mediasattribute defined at extensiontravelservices.voidsetRatePlan(Collection<RatePlanModel> value) Generated method - Setter ofRatePlanInclusion.ratePlanattribute defined at extensiontravelservices.voidsetShortDescription(String value) Generated method - Setter ofRatePlanInclusion.shortDescriptionattribute defined at extensiontravelservices.voidsetShortDescription(String value, Locale loc) Generated method - Setter ofRatePlanInclusion.shortDescriptionattribute 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:
-
_RATEPLANINCLUSIONRELATION
Generated relation code constant for relationRatePlanInclusionRelationdefining source attributeratePlanin extensiontravelservices.- See Also:
-
MEDIAS
Generated constant - Attribute key ofRatePlanInclusion.mediasattribute defined at extensiontravelservices.- See Also:
-
SHORTDESCRIPTION
Generated constant - Attribute key ofRatePlanInclusion.shortDescriptionattribute defined at extensiontravelservices.- See Also:
-
LONGDESCRIPTION
Generated constant - Attribute key ofRatePlanInclusion.longDescriptionattribute defined at extensiontravelservices.- See Also:
-
RATEPLAN
Generated constant - Attribute key ofRatePlanInclusion.ratePlanattribute defined at extensiontravelservices.- See Also:
-
-
Constructor Details
-
RatePlanInclusionModel
public RatePlanInclusionModel()Generated constructor - Default constructor for generic creation. -
RatePlanInclusionModel
public RatePlanInclusionModel(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
-
RatePlanInclusionModel
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 theRatePlanInclusion.longDescriptionattribute defined at extensiontravelservices.- Returns:
- the longDescription
-
getLongDescription
Generated method - Getter of theRatePlanInclusion.longDescriptionattribute defined at extensiontravelservices.- Parameters:
loc- the value localization key- Returns:
- the longDescription
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getMedias
Generated method - Getter of theRatePlanInclusion.mediasattribute defined at extensiontravelservices.- Returns:
- the medias
-
getRatePlan
Generated method - Getter of theRatePlanInclusion.ratePlanattribute defined at extensiontravelservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the ratePlan
-
getShortDescription
Generated method - Getter of theRatePlanInclusion.shortDescriptionattribute defined at extensiontravelservices.- Returns:
- the shortDescription
-
getShortDescription
Generated method - Getter of theRatePlanInclusion.shortDescriptionattribute defined at extensiontravelservices.- Parameters:
loc- the value localization key- Returns:
- the shortDescription
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setLongDescription
Generated method - Setter ofRatePlanInclusion.longDescriptionattribute defined at extensiontravelservices.- Parameters:
value- the longDescription
-
setLongDescription
@Accessor(qualifier="longDescription", type=SETTER) public void setLongDescription(String value, Locale loc) Generated method - Setter ofRatePlanInclusion.longDescriptionattribute defined at extensiontravelservices.- Parameters:
value- the longDescriptionloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setMedias
Generated method - Setter ofRatePlanInclusion.mediasattribute defined at extensiontravelservices.- Parameters:
value- the medias
-
setRatePlan
@Accessor(qualifier="ratePlan", type=SETTER) public void setRatePlan(Collection<RatePlanModel> value) Generated method - Setter ofRatePlanInclusion.ratePlanattribute defined at extensiontravelservices.- Parameters:
value- the ratePlan
-
setShortDescription
Generated method - Setter ofRatePlanInclusion.shortDescriptionattribute defined at extensiontravelservices.- Parameters:
value- the shortDescription
-
setShortDescription
@Accessor(qualifier="shortDescription", type=SETTER) public void setShortDescription(String value, Locale loc) Generated method - Setter ofRatePlanInclusion.shortDescriptionattribute defined at extensiontravelservices.- Parameters:
value- the shortDescriptionloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-