public class DbCitationService.Triple extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
m_id |
protected String |
m_name |
protected Object |
m_value |
| Constructor and Description |
|---|
DbCitationService.Triple(String id,
String name,
String value) |
protected String m_id
protected String m_name
protected Object m_value
public String getId()
public String getName()
public Object getValue()
public boolean isValid()
public void setId(String id)
id - the id to setpublic void setName(String name)
name - the name to setpublic void setValue(Object value)
value - the value to setCopyright © 2003-2016 The Sakai Foundation. All Rights Reserved.