Class StockWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.product.StockWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class StockWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Stock- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StockWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetIsValueRounded()java.lang.LonggetStockLevel()java.lang.StringgetStockLevelStatus()voidsetIsValueRounded(java.lang.Boolean isValueRounded)voidsetStockLevel(java.lang.Long stockLevel)voidsetStockLevelStatus(java.lang.String stockLevelStatus)
-
-
-
Method Detail
-
setStockLevelStatus
public void setStockLevelStatus(java.lang.String stockLevelStatus)
-
getStockLevelStatus
public java.lang.String getStockLevelStatus()
-
setStockLevel
public void setStockLevel(java.lang.Long stockLevel)
-
getStockLevel
public java.lang.Long getStockLevel()
-
setIsValueRounded
public void setIsValueRounded(java.lang.Boolean isValueRounded)
-
getIsValueRounded
public java.lang.Boolean getIsValueRounded()
-
-