public class ConsentDTO extends ItemDTO
modifiedPropsSet| Constructor and Description |
|---|
ConsentDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode() |
java.util.Date |
getConsentGivenDate() |
ConsentTemplateDTO |
getConsentTemplate() |
java.util.Date |
getConsentWithdrawnDate() |
CustomerDTO |
getCustomer() |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setCode(java.lang.String value) |
void |
setConsentGivenDate(java.util.Date value) |
void |
setConsentTemplate(ConsentTemplateDTO value) |
void |
setConsentWithdrawnDate(java.util.Date value) |
void |
setCustomer(CustomerDTO value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, isSealed, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPk, setSealedgetModifiedProperties, getUri, setUripublic java.lang.String getCode()
public java.util.Date getConsentGivenDate()
public ConsentTemplateDTO getConsentTemplate()
public java.util.Date getConsentWithdrawnDate()
public CustomerDTO getCustomer()
public boolean isActive()
public void setActive(boolean value)
public void setCode(java.lang.String value)
public void setConsentGivenDate(java.util.Date value)
public void setConsentTemplate(ConsentTemplateDTO value)
public void setConsentWithdrawnDate(java.util.Date value)
public void setCustomer(CustomerDTO value)
Copyright © 2018 SAP SE. All Rights Reserved.