Class ProductInterestEntryWsDTO
- java.lang.Object
-
- de.hybris.platform.customerinterestsoccaddon.dto.ProductInterestEntryWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class ProductInterestEntryWsDTO extends java.lang.Object implements java.io.SerializableProduct interest entry- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductInterestEntryWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetDateAdded()java.util.DategetExpirationDate()java.lang.StringgetInterestType()voidsetDateAdded(java.util.Date dateAdded)voidsetExpirationDate(java.util.Date expirationDate)voidsetInterestType(java.lang.String interestType)
-
-
-
Method Detail
-
setInterestType
public void setInterestType(java.lang.String interestType)
-
getInterestType
public java.lang.String getInterestType()
-
setDateAdded
public void setDateAdded(java.util.Date dateAdded)
-
getDateAdded
public java.util.Date getDateAdded()
-
setExpirationDate
public void setExpirationDate(java.util.Date expirationDate)
-
getExpirationDate
public java.util.Date getExpirationDate()
-
-