Class ManageStockLevelInfoModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelbackofficeservices.model.ManageStockLevelInfoModel
- All Implemented Interfaces:
Serializable
Generated model class for type ManageStockLevelInfo first defined at extension travelbackofficeservices.
- 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 ofManageStockLevelInfo.modifiedattribute defined at extensiontravelbackofficeservices.static final StringGenerated constant - Attribute key ofManageStockLevelInfo.stockLevelAttributesattribute defined at extensiontravelbackofficeservices.static final StringGenerated constant - Attribute key ofManageStockLevelInfo.transportOfferingsattribute defined at extensiontravelbackofficeservices.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.ManageStockLevelInfoModel(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 parametersManageStockLevelInfoModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theManageStockLevelInfo.modifiedattribute defined at extensiontravelbackofficeservices.Generated method - Getter of theManageStockLevelInfo.stockLevelAttributesattribute defined at extensiontravelbackofficeservices.Generated method - Getter of theManageStockLevelInfo.transportOfferingsattribute defined at extensiontravelbackofficeservices.voidsetModified(Boolean value) Generated method - Setter ofManageStockLevelInfo.modifiedattribute defined at extensiontravelbackofficeservices.voidGenerated method - Setter ofManageStockLevelInfo.stockLevelAttributesattribute defined at extensiontravelbackofficeservices.voidGenerated method - Setter ofManageStockLevelInfo.transportOfferingsattribute defined at extensiontravelbackofficeservices.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:
-
TRANSPORTOFFERINGS
Generated constant - Attribute key ofManageStockLevelInfo.transportOfferingsattribute defined at extensiontravelbackofficeservices.- See Also:
-
STOCKLEVELATTRIBUTES
Generated constant - Attribute key ofManageStockLevelInfo.stockLevelAttributesattribute defined at extensiontravelbackofficeservices.- See Also:
-
MODIFIED
Generated constant - Attribute key ofManageStockLevelInfo.modifiedattribute defined at extensiontravelbackofficeservices.- See Also:
-
-
Constructor Details
-
ManageStockLevelInfoModel
public ManageStockLevelInfoModel()Generated constructor - Default constructor for generic creation. -
ManageStockLevelInfoModel
public ManageStockLevelInfoModel(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
-
ManageStockLevelInfoModel
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
-
getModified
Generated method - Getter of theManageStockLevelInfo.modifiedattribute defined at extensiontravelbackofficeservices.- Returns:
- the modified
-
getStockLevelAttributes
@Accessor(qualifier="stockLevelAttributes", type=GETTER) public List<StockLevelAttributesModel> getStockLevelAttributes()Generated method - Getter of theManageStockLevelInfo.stockLevelAttributesattribute defined at extensiontravelbackofficeservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the stockLevelAttributes
-
getTransportOfferings
@Accessor(qualifier="transportOfferings", type=GETTER) public List<TransportOfferingModel> getTransportOfferings()Generated method - Getter of theManageStockLevelInfo.transportOfferingsattribute defined at extensiontravelbackofficeservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the transportOfferings
-
setModified
Generated method - Setter ofManageStockLevelInfo.modifiedattribute defined at extensiontravelbackofficeservices.- Parameters:
value- the modified
-
setStockLevelAttributes
@Accessor(qualifier="stockLevelAttributes", type=SETTER) public void setStockLevelAttributes(List<StockLevelAttributesModel> value) Generated method - Setter ofManageStockLevelInfo.stockLevelAttributesattribute defined at extensiontravelbackofficeservices.- Parameters:
value- the stockLevelAttributes
-
setTransportOfferings
@Accessor(qualifier="transportOfferings", type=SETTER) public void setTransportOfferings(List<TransportOfferingModel> value) Generated method - Setter ofManageStockLevelInfo.transportOfferingsattribute defined at extensiontravelbackofficeservices.- Parameters:
value- the transportOfferings
-