Class ProductInterestEntryWsDTO

java.lang.Object
de.hybris.platform.customerinterestsoccaddon.dto.ProductInterestEntryWsDTO
All Implemented Interfaces:
Serializable

public class ProductInterestEntryWsDTO extends Object implements Serializable
Product interest entry
See Also:
  • Constructor Details

    • ProductInterestEntryWsDTO

      public ProductInterestEntryWsDTO()
  • Method Details

    • setInterestType

      public void setInterestType(String interestType)
    • getInterestType

      public String getInterestType()
    • setDateAdded

      public void setDateAdded(Date dateAdded)
    • getDateAdded

      public Date getDateAdded()
    • setExpirationDate

      public void setExpirationDate(Date expirationDate)
    • getExpirationDate

      public Date getExpirationDate()