java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.consent.ConsentWsDTO
All Implemented Interfaces:
Serializable

public class ConsentWsDTO extends Object implements Serializable
Representation of a Consent
See Also:
  • Constructor Details

    • ConsentWsDTO

      public ConsentWsDTO()
  • Method Details

    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • setConsentGivenDate

      public void setConsentGivenDate(Date consentGivenDate)
    • getConsentGivenDate

      public Date getConsentGivenDate()
    • setConsentWithdrawnDate

      public void setConsentWithdrawnDate(Date consentWithdrawnDate)
    • getConsentWithdrawnDate

      public Date getConsentWithdrawnDate()