public class WikiPropertyGroup extends Object implements Cloneable
Constructor and Description |
---|
WikiPropertyGroup(String id)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
WikiPropertyGroup |
clone() |
Object |
get(String propertyId)
Get the value of a property.
|
String |
getId() |
void |
set(String propertyId,
Object value)
Set the value of a property.
|
public WikiPropertyGroup(String id)
id
- Unique identifier of the grouppublic String getId()
public Object get(String propertyId)
propertyId
- Id of the propertypublic void set(String propertyId, Object value)
propertyId
- Id of the property to changevalue
- value so store in the propertypublic WikiPropertyGroup clone()
Copyright © 2004–2021 XWiki. All rights reserved.