public class AffinityData extends Object implements Serializable
| Constructor and Description |
|---|
AffinityData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffinity() |
Date |
getCreated() |
Date |
getUpdated() |
String |
getViewCount() |
void |
setAffinity(String affinity) |
void |
setCreated(Date created) |
void |
setUpdated(Date updated) |
void |
setViewCount(String viewCount) |
public void setViewCount(String viewCount)
public String getViewCount()
public void setAffinity(String affinity)
public String getAffinity()
public void setUpdated(Date updated)
public Date getUpdated()
public void setCreated(Date created)
public Date getCreated()
Copyright © 2017 SAP SE. All Rights Reserved.