Class DealCategoryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelservices.model.deal.DealCategoryModel
- All Implemented Interfaces:
Serializable
Generated model class for type DealCategory first defined at extension travelservices.
This item represents a deal category.
- 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 ofDealCategory.catalogVersionattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofDealCategory.codeattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofDealCategory.dealBundleTemplatesattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofDealCategory.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.DealCategoryModel(CatalogVersionModel _catalogVersion, String _code) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDealCategoryModel(CatalogVersionModel _catalogVersion, String _code, 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 parametersDealCategoryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theDealCategory.catalogVersionattribute defined at extensiontravelservices.getCode()Generated method - Getter of theDealCategory.codeattribute defined at extensiontravelservices.Generated method - Getter of theDealCategory.dealBundleTemplatesattribute defined at extensiontravelservices.getName()Generated method - Getter of theDealCategory.nameattribute defined at extensiontravelservices.Generated method - Getter of theDealCategory.nameattribute defined at extensiontravelservices.voidGenerated method - Setter ofDealCategory.catalogVersionattribute defined at extensiontravelservices.voidGenerated method - Setter ofDealCategory.codeattribute defined at extensiontravelservices.voidGenerated method - Setter ofDealCategory.dealBundleTemplatesattribute defined at extensiontravelservices.voidGenerated method - Setter ofDealCategory.nameattribute defined at extensiontravelservices.voidGenerated method - Setter ofDealCategory.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 ofDealCategory.codeattribute defined at extensiontravelservices.- See Also:
-
CATALOGVERSION
Generated constant - Attribute key ofDealCategory.catalogVersionattribute defined at extensiontravelservices.- See Also:
-
NAME
Generated constant - Attribute key ofDealCategory.nameattribute defined at extensiontravelservices.- See Also:
-
DEALBUNDLETEMPLATES
Generated constant - Attribute key ofDealCategory.dealBundleTemplatesattribute defined at extensiontravelservices.- See Also:
-
-
Constructor Details
-
DealCategoryModel
public DealCategoryModel()Generated constructor - Default constructor for generic creation. -
DealCategoryModel
public DealCategoryModel(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
-
DealCategoryModel
@Deprecated(since="4.1.1", forRemoval=true) public DealCategoryModel(CatalogVersionModel _catalogVersion, String _code) 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 - Constructor with all mandatory attributes.- Parameters:
_catalogVersion- initial attribute declared by typeDealCategoryat extensiontravelservices_code- initial attribute declared by typeDealCategoryat extensiontravelservices
-
DealCategoryModel
@Deprecated(since="4.1.1", forRemoval=true) public DealCategoryModel(CatalogVersionModel _catalogVersion, String _code, 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogVersion- initial attribute declared by typeDealCategoryat extensiontravelservices_code- initial attribute declared by typeDealCategoryat extensiontravelservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCatalogVersion
Generated method - Getter of theDealCategory.catalogVersionattribute defined at extensiontravelservices.- Returns:
- the catalogVersion - CatalogVersion
-
getCode
Generated method - Getter of theDealCategory.codeattribute defined at extensiontravelservices.- Returns:
- the code - Code
-
getDealBundleTemplates
@Accessor(qualifier="dealBundleTemplates", type=GETTER) public List<DealBundleTemplateModel> getDealBundleTemplates()Generated method - Getter of theDealCategory.dealBundleTemplatesattribute defined at extensiontravelservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the dealBundleTemplates
-
getName
Generated method - Getter of theDealCategory.nameattribute defined at extensiontravelservices.- Returns:
- the name - Name
-
getName
Generated method - Getter of theDealCategory.nameattribute defined at extensiontravelservices.- Parameters:
loc- the value localization key- Returns:
- the name - Name
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value) Generated method - Setter ofDealCategory.catalogVersionattribute defined at extensiontravelservices.- Parameters:
value- the catalogVersion - CatalogVersion
-
setCode
Generated method - Setter ofDealCategory.codeattribute defined at extensiontravelservices.- Parameters:
value- the code - Code
-
setDealBundleTemplates
@Accessor(qualifier="dealBundleTemplates", type=SETTER) public void setDealBundleTemplates(List<DealBundleTemplateModel> value) Generated method - Setter ofDealCategory.dealBundleTemplatesattribute defined at extensiontravelservices.- Parameters:
value- the dealBundleTemplates
-
setName
Generated method - Setter ofDealCategory.nameattribute defined at extensiontravelservices.- Parameters:
value- the name - Name
-
setName
Generated method - Setter ofDealCategory.nameattribute defined at extensiontravelservices.- Parameters:
value- the name - Nameloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-