Class AccommodationChainModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelservices.model.accommodation.AccommodationChainModel
- All Implemented Interfaces:
Serializable
Generated model class for type AccommodationChain first defined at extension travelservices.
This item represents a chain grouping accommodation offering belonging to the same owner.
- 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 model type code constant.static final StringGenerated constant - Attribute key ofAccommodationChain.accommodationProvidersattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofAccommodationChain.codeattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofAccommodationChain.nameattribute 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.AccommodationChainModel(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 parametersAccommodationChainModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theAccommodationChain.accommodationProvidersattribute defined at extensiontravelservices.getCode()Generated method - Getter of theAccommodationChain.codeattribute defined at extensiontravelservices.getName()Generated method - Getter of theAccommodationChain.nameattribute defined at extensiontravelservices.Generated method - Getter of theAccommodationChain.nameattribute defined at extensiontravelservices.voidGenerated method - Setter ofAccommodationChain.accommodationProvidersattribute defined at extensiontravelservices.voidGenerated method - Setter ofAccommodationChain.codeattribute defined at extensiontravelservices.voidGenerated method - Setter ofAccommodationChain.nameattribute defined at extensiontravelservices.voidGenerated method - Setter ofAccommodationChain.nameattribute 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:
-
CODE
Generated constant - Attribute key ofAccommodationChain.codeattribute defined at extensiontravelservices.- See Also:
-
NAME
Generated constant - Attribute key ofAccommodationChain.nameattribute defined at extensiontravelservices.- See Also:
-
ACCOMMODATIONPROVIDERS
Generated constant - Attribute key ofAccommodationChain.accommodationProvidersattribute defined at extensiontravelservices.- See Also:
-
-
Constructor Details
-
AccommodationChainModel
public AccommodationChainModel()Generated constructor - Default constructor for generic creation. -
AccommodationChainModel
public AccommodationChainModel(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
-
AccommodationChainModel
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
-
getAccommodationProviders
@Accessor(qualifier="accommodationProviders", type=GETTER) public List<AccommodationProviderModel> getAccommodationProviders()Generated method - Getter of theAccommodationChain.accommodationProvidersattribute defined at extensiontravelservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the accommodationProviders
-
getCode
Generated method - Getter of theAccommodationChain.codeattribute defined at extensiontravelservices.- Returns:
- the code
-
getName
Generated method - Getter of theAccommodationChain.nameattribute defined at extensiontravelservices.- Returns:
- the name
-
getName
Generated method - Getter of theAccommodationChain.nameattribute defined at extensiontravelservices.- Parameters:
loc- the value localization key- Returns:
- the name
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setAccommodationProviders
@Accessor(qualifier="accommodationProviders", type=SETTER) public void setAccommodationProviders(List<AccommodationProviderModel> value) Generated method - Setter ofAccommodationChain.accommodationProvidersattribute defined at extensiontravelservices.- Parameters:
value- the accommodationProviders
-
setCode
Generated method - Setter ofAccommodationChain.codeattribute defined at extensiontravelservices.- Parameters:
value- the code
-
setName
Generated method - Setter ofAccommodationChain.nameattribute defined at extensiontravelservices.- Parameters:
value- the name
-
setName
Generated method - Setter ofAccommodationChain.nameattribute defined at extensiontravelservices.- Parameters:
value- the nameloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-