Class ManageAccommodationStockLevelInfoModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.accommodationbackoffice.model.ManageAccommodationStockLevelInfoModel
- All Implemented Interfaces:
Serializable
Generated model class for type ManageAccommodationStockLevelInfo first defined at extension accommodationbackoffice.
- 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 ofManageAccommodationStockLevelInfo.accommodationOfferingattribute defined at extensionaccommodationbackoffice.static final StringGenerated constant - Attribute key ofManageAccommodationStockLevelInfo.endDateattribute defined at extensionaccommodationbackoffice.static final StringGenerated constant - Attribute key ofManageAccommodationStockLevelInfo.modifiedattribute defined at extensionaccommodationbackoffice.static final StringGenerated constant - Attribute key ofManageAccommodationStockLevelInfo.productTypeattribute defined at extensionaccommodationbackoffice.static final StringGenerated constant - Attribute key ofManageAccommodationStockLevelInfo.startDateattribute defined at extensionaccommodationbackoffice.static final StringGenerated constant - Attribute key ofManageAccommodationStockLevelInfo.stockLevelAttributesattribute defined at extensionaccommodationbackoffice.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.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersManageAccommodationStockLevelInfoModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theManageAccommodationStockLevelInfo.accommodationOfferingattribute defined at extensionaccommodationbackoffice.Generated method - Getter of theManageAccommodationStockLevelInfo.endDateattribute defined at extensionaccommodationbackoffice.Generated method - Getter of theManageAccommodationStockLevelInfo.modifiedattribute defined at extensionaccommodationbackoffice.Generated method - Getter of theManageAccommodationStockLevelInfo.productTypeattribute defined at extensionaccommodationbackoffice.Generated method - Getter of theManageAccommodationStockLevelInfo.startDateattribute defined at extensionaccommodationbackoffice.Generated method - Getter of theManageAccommodationStockLevelInfo.stockLevelAttributesattribute defined at extensionaccommodationbackoffice.voidGenerated method - Setter ofManageAccommodationStockLevelInfo.accommodationOfferingattribute defined at extensionaccommodationbackoffice.voidsetEndDate(Date value) Generated method - Setter ofManageAccommodationStockLevelInfo.endDateattribute defined at extensionaccommodationbackoffice.voidsetModified(Boolean value) Generated method - Setter ofManageAccommodationStockLevelInfo.modifiedattribute defined at extensionaccommodationbackoffice.voidsetProductType(String value) Generated method - Setter ofManageAccommodationStockLevelInfo.productTypeattribute defined at extensionaccommodationbackoffice.voidsetStartDate(Date value) Generated method - Setter ofManageAccommodationStockLevelInfo.startDateattribute defined at extensionaccommodationbackoffice.voidGenerated method - Setter ofManageAccommodationStockLevelInfo.stockLevelAttributesattribute defined at extensionaccommodationbackoffice.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:
-
ACCOMMODATIONOFFERING
Generated constant - Attribute key ofManageAccommodationStockLevelInfo.accommodationOfferingattribute defined at extensionaccommodationbackoffice.- See Also:
-
PRODUCTTYPE
Generated constant - Attribute key ofManageAccommodationStockLevelInfo.productTypeattribute defined at extensionaccommodationbackoffice.- See Also:
-
STARTDATE
Generated constant - Attribute key ofManageAccommodationStockLevelInfo.startDateattribute defined at extensionaccommodationbackoffice.- See Also:
-
ENDDATE
Generated constant - Attribute key ofManageAccommodationStockLevelInfo.endDateattribute defined at extensionaccommodationbackoffice.- See Also:
-
STOCKLEVELATTRIBUTES
Generated constant - Attribute key ofManageAccommodationStockLevelInfo.stockLevelAttributesattribute defined at extensionaccommodationbackoffice.- See Also:
-
MODIFIED
Generated constant - Attribute key ofManageAccommodationStockLevelInfo.modifiedattribute defined at extensionaccommodationbackoffice.- See Also:
-
-
Constructor Details
-
ManageAccommodationStockLevelInfoModel
public ManageAccommodationStockLevelInfoModel()Generated constructor - Default constructor for generic creation. -
ManageAccommodationStockLevelInfoModel
public ManageAccommodationStockLevelInfoModel(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
-
ManageAccommodationStockLevelInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public ManageAccommodationStockLevelInfoModel(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:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAccommodationOffering
@Accessor(qualifier="accommodationOffering", type=GETTER) public AccommodationOfferingModel getAccommodationOffering()Generated method - Getter of theManageAccommodationStockLevelInfo.accommodationOfferingattribute defined at extensionaccommodationbackoffice.- Returns:
- the accommodationOffering
-
getEndDate
Generated method - Getter of theManageAccommodationStockLevelInfo.endDateattribute defined at extensionaccommodationbackoffice.- Returns:
- the endDate
-
getModified
Generated method - Getter of theManageAccommodationStockLevelInfo.modifiedattribute defined at extensionaccommodationbackoffice.- Returns:
- the modified
-
getProductType
Generated method - Getter of theManageAccommodationStockLevelInfo.productTypeattribute defined at extensionaccommodationbackoffice.- Returns:
- the productType
-
getStartDate
Generated method - Getter of theManageAccommodationStockLevelInfo.startDateattribute defined at extensionaccommodationbackoffice.- Returns:
- the startDate
-
getStockLevelAttributes
@Accessor(qualifier="stockLevelAttributes", type=GETTER) public List<StockLevelAttributesModel> getStockLevelAttributes()Generated method - Getter of theManageAccommodationStockLevelInfo.stockLevelAttributesattribute defined at extensionaccommodationbackoffice. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the stockLevelAttributes
-
setAccommodationOffering
@Accessor(qualifier="accommodationOffering", type=SETTER) public void setAccommodationOffering(AccommodationOfferingModel value) Generated method - Setter ofManageAccommodationStockLevelInfo.accommodationOfferingattribute defined at extensionaccommodationbackoffice.- Parameters:
value- the accommodationOffering
-
setEndDate
Generated method - Setter ofManageAccommodationStockLevelInfo.endDateattribute defined at extensionaccommodationbackoffice.- Parameters:
value- the endDate
-
setModified
Generated method - Setter ofManageAccommodationStockLevelInfo.modifiedattribute defined at extensionaccommodationbackoffice.- Parameters:
value- the modified
-
setProductType
Generated method - Setter ofManageAccommodationStockLevelInfo.productTypeattribute defined at extensionaccommodationbackoffice.- Parameters:
value- the productType
-
setStartDate
Generated method - Setter ofManageAccommodationStockLevelInfo.startDateattribute defined at extensionaccommodationbackoffice.- Parameters:
value- the startDate
-
setStockLevelAttributes
@Accessor(qualifier="stockLevelAttributes", type=SETTER) public void setStockLevelAttributes(List<StockLevelAttributesModel> value) Generated method - Setter ofManageAccommodationStockLevelInfo.stockLevelAttributesattribute defined at extensionaccommodationbackoffice.- Parameters:
value- the stockLevelAttributes
-