Class ProductInterestFutureStockWsDTO
- java.lang.Object
-
- de.hybris.platform.customerinterestsoccaddon.dto.ProductInterestFutureStockWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class ProductInterestFutureStockWsDTO extends java.lang.Object implements java.io.SerializableProduct interest future stock- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductInterestFutureStockWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetDate()StockWsDTOgetStock()voidsetDate(java.util.Date date)voidsetStock(StockWsDTO stock)
-
-
-
Method Detail
-
setStock
public void setStock(StockWsDTO stock)
-
getStock
public StockWsDTO getStock()
-
setDate
public void setDate(java.util.Date date)
-
getDate
public java.util.Date getDate()
-
-