public interface RWikiProperty
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The ID
|
String |
getName()
The name of the property
|
String |
getValue()
The Value of the property
|
void |
setId(String id)
The ID
|
void |
setName(String name)
The Name of the property
|
void |
setValue(String value)
The Value of the property
|
String getId()
void setId(String id)
id - String getName()
void setName(String name)
name - String getValue()
void setValue(String value)
value - Copyright © 2003–2021 Sakai Project. All rights reserved.