public class ContextObjectEntity extends Object
| Constructor and Description |
|---|
ContextObjectEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
addId(String id) |
void |
addValue(String key,
String value) |
String |
getData() |
String |
getFormat() |
Set<String> |
getIds() |
String |
getRef() |
String |
getRefFormat() |
String |
getValue(String key) |
Map<String,List<String>> |
getValues() |
void |
setData(String data) |
void |
setFormat(String format) |
void |
setRef(String ref) |
void |
setRefFormat(String refFormat) |
public String getFormat()
public String getRefFormat()
public String getRef()
public String getData()
public void addId(String id)
public void setFormat(String format)
public void setRefFormat(String refFormat)
public void setRef(String ref)
public void setData(String data)
Copyright © 2003–2017 The Sakai Foundation. All rights reserved.