public class RelationData extends Object implements Serializable
| Constructor and Description |
|---|
RelationData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConsentReference() |
String |
getCreated() |
String |
getFid() |
Boolean |
getHasSkippedProperties() |
String |
getId() |
Boolean |
getLocked() |
Map<String,String> |
getProperties() |
String |
getSchema() |
String |
getTenant() |
String |
getTid() |
void |
setConsentReference(String consentReference) |
void |
setCreated(String created) |
void |
setFid(String fid) |
void |
setHasSkippedProperties(Boolean hasSkippedProperties) |
void |
setId(String id) |
void |
setLocked(Boolean locked) |
void |
setProperties(Map<String,String> properties) |
void |
setSchema(String schema) |
void |
setTenant(String tenant) |
void |
setTid(String tid) |
public void setId(String id)
public String getId()
public void setFid(String fid)
public String getFid()
public void setTid(String tid)
public String getTid()
public void setTenant(String tenant)
public String getTenant()
public void setSchema(String schema)
public String getSchema()
public void setCreated(String created)
public String getCreated()
public void setLocked(Boolean locked)
public Boolean getLocked()
public void setConsentReference(String consentReference)
public String getConsentReference()
public void setHasSkippedProperties(Boolean hasSkippedProperties)
public Boolean getHasSkippedProperties()
Copyright © 2017 SAP SE. All Rights Reserved.