public class Consent extends Object
| Constructor and Description |
|---|
Consent() |
Consent(String spEntityId,
ConsentType type,
String explanationNl,
String explanationEn,
String explanationPt,
String typeMetaData) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExplanationEn() |
String |
getExplanationNl() |
String |
getExplanationPt() |
String |
getSpEntityId() |
ConsentType |
getType() |
String |
getTypeMetaData() |
void |
setExplanationEn(String explanationEn) |
void |
setExplanationNl(String explanationNl) |
void |
setExplanationPt(String explanationPt) |
void |
setSpEntityId(String spEntityId) |
void |
setType(ConsentType type) |
void |
setTypeMetaData(String typeMetaData) |
String |
toString() |
public String getSpEntityId()
public void setSpEntityId(String spEntityId)
public ConsentType getType()
public void setType(ConsentType type)
public String getExplanationNl()
public void setExplanationNl(String explanationNl)
public String getExplanationEn()
public void setExplanationEn(String explanationEn)
public String getExplanationPt()
public void setExplanationPt(String explanationPt)
public String getTypeMetaData()
public void setTypeMetaData(String typeMetaData)
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.