org.codehaus.swizzle.confluence
Class Label
java.lang.Object
org.codehaus.swizzle.confluence.MapObject
org.codehaus.swizzle.confluence.Label
public class Label
- extends MapObject
- Version:
- $Revision$ $Date$
| Fields inherited from class org.codehaus.swizzle.confluence.MapObject |
fields |
| Methods inherited from class org.codehaus.swizzle.confluence.MapObject |
getBoolean, getDate, getInt, getList, getMap, getString, setBoolean, setBoolean, setDate, setDate, setInt, setInt, setList, setMap, setString, toMap, toRawMap, toString |
Label
public Label()
Label
public Label(Map data)
getName
public String getName()
- the nameof the label
setName
public void setName(String name)
getOwner
public String getOwner()
- the username of the owner
setOwner
public void setOwner(String owner)
getNamespace
public String getNamespace()
- the namespace of the label
setNamespace
public void setNamespace(String namespace)
getId
public String getId()
- the ID of the label
setId
public void setId(String id)
Copyright © 2012 The Codehaus Foundation. All Rights Reserved.