public class BaseEntity extends Object implements Serializable
| Constructor and Description |
|---|
BaseEntity() |
BaseEntity(String id) |
| Modifier and Type | Method and Description |
|---|---|
DataEntity |
getDataEntity() |
String |
getHref() |
String |
getId() |
protected Object |
getProperty(String name) |
protected String |
getString(String name) |
void |
setDataEntity(DataEntity dataEntity) |
BaseEntity |
setHref(String href) |
BaseEntity |
setId(String id) |
BaseEntity |
setProperty(String name,
Object value) |
org.json.JSONObject |
toJSONObject() |
String |
toString() |
public BaseEntity()
public BaseEntity(String id)
public BaseEntity setProperty(String name, Object value)
public BaseEntity setId(String id)
public String getId()
public BaseEntity setHref(String href)
public String getHref()
public DataEntity getDataEntity()
public void setDataEntity(DataEntity dataEntity)
public org.json.JSONObject toJSONObject()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.