Class StockLevelAttributesModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelbackofficeservices.model.StockLevelAttributesModel
- All Implemented Interfaces:
Serializable
Generated model class for type StockLevelAttributes 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 ofStockLevelAttributes.ancillaryProductattribute defined at extensiontravelbackofficeservices.static final StringGenerated constant - Attribute key ofStockLevelAttributes.availableQuantityattribute defined at extensiontravelbackofficeservices.static final StringGenerated constant - Attribute key ofStockLevelAttributes.codeattribute defined at extensiontravelbackofficeservices.static final StringGenerated constant - Attribute key ofStockLevelAttributes.inStockStatusattribute defined at extensiontravelbackofficeservices.static final StringGenerated constant - Attribute key ofStockLevelAttributes.oversellingQuantityattribute 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.StockLevelAttributesModel(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 parametersStockLevelAttributesModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theStockLevelAttributes.ancillaryProductattribute defined at extensiontravelbackofficeservices.Generated method - Getter of theStockLevelAttributes.availableQuantityattribute defined at extensiontravelbackofficeservices.getCode()Generated method - Getter of theStockLevelAttributes.codeattribute defined at extensiontravelbackofficeservices.Generated method - Getter of theStockLevelAttributes.inStockStatusattribute defined at extensiontravelbackofficeservices.Generated method - Getter of theStockLevelAttributes.oversellingQuantityattribute defined at extensiontravelbackofficeservices.voidsetAncillaryProduct(ProductModel value) Generated method - Setter ofStockLevelAttributes.ancillaryProductattribute defined at extensiontravelbackofficeservices.voidsetAvailableQuantity(Integer value) Generated method - Setter ofStockLevelAttributes.availableQuantityattribute defined at extensiontravelbackofficeservices.voidGenerated method - Setter ofStockLevelAttributes.codeattribute defined at extensiontravelbackofficeservices.voidsetInStockStatus(InStockStatus value) Generated method - Setter ofStockLevelAttributes.inStockStatusattribute defined at extensiontravelbackofficeservices.voidsetOversellingQuantity(Integer value) Generated method - Setter ofStockLevelAttributes.oversellingQuantityattribute 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:
-
CODE
Generated constant - Attribute key ofStockLevelAttributes.codeattribute defined at extensiontravelbackofficeservices.- See Also:
-
AVAILABLEQUANTITY
Generated constant - Attribute key ofStockLevelAttributes.availableQuantityattribute defined at extensiontravelbackofficeservices.- See Also:
-
OVERSELLINGQUANTITY
Generated constant - Attribute key ofStockLevelAttributes.oversellingQuantityattribute defined at extensiontravelbackofficeservices.- See Also:
-
INSTOCKSTATUS
Generated constant - Attribute key ofStockLevelAttributes.inStockStatusattribute defined at extensiontravelbackofficeservices.- See Also:
-
ANCILLARYPRODUCT
Generated constant - Attribute key ofStockLevelAttributes.ancillaryProductattribute defined at extensiontravelbackofficeservices.- See Also:
-
-
Constructor Details
-
StockLevelAttributesModel
public StockLevelAttributesModel()Generated constructor - Default constructor for generic creation. -
StockLevelAttributesModel
public StockLevelAttributesModel(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
-
StockLevelAttributesModel
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
-
getAncillaryProduct
Generated method - Getter of theStockLevelAttributes.ancillaryProductattribute defined at extensiontravelbackofficeservices.- Returns:
- the ancillaryProduct
-
getAvailableQuantity
Generated method - Getter of theStockLevelAttributes.availableQuantityattribute defined at extensiontravelbackofficeservices.- Returns:
- the availableQuantity
-
getCode
Generated method - Getter of theStockLevelAttributes.codeattribute defined at extensiontravelbackofficeservices.- Returns:
- the code
-
getInStockStatus
Generated method - Getter of theStockLevelAttributes.inStockStatusattribute defined at extensiontravelbackofficeservices.- Returns:
- the inStockStatus
-
getOversellingQuantity
Generated method - Getter of theStockLevelAttributes.oversellingQuantityattribute defined at extensiontravelbackofficeservices.- Returns:
- the oversellingQuantity
-
setAncillaryProduct
@Accessor(qualifier="ancillaryProduct", type=SETTER) public void setAncillaryProduct(ProductModel value) Generated method - Setter ofStockLevelAttributes.ancillaryProductattribute defined at extensiontravelbackofficeservices.- Parameters:
value- the ancillaryProduct
-
setAvailableQuantity
@Accessor(qualifier="availableQuantity", type=SETTER) public void setAvailableQuantity(Integer value) Generated method - Setter ofStockLevelAttributes.availableQuantityattribute defined at extensiontravelbackofficeservices.- Parameters:
value- the availableQuantity
-
setCode
Generated method - Setter ofStockLevelAttributes.codeattribute defined at extensiontravelbackofficeservices.- Parameters:
value- the code
-
setInStockStatus
Generated method - Setter ofStockLevelAttributes.inStockStatusattribute defined at extensiontravelbackofficeservices.- Parameters:
value- the inStockStatus
-
setOversellingQuantity
@Accessor(qualifier="oversellingQuantity", type=SETTER) public void setOversellingQuantity(Integer value) Generated method - Setter ofStockLevelAttributes.oversellingQuantityattribute defined at extensiontravelbackofficeservices.- Parameters:
value- the oversellingQuantity
-