Package org.bsc.confluence.xmlrpc
Class Label
- java.lang.Object
-
- org.bsc.confluence.xmlrpc.MapObject
-
- org.bsc.confluence.xmlrpc.Label
-
public class Label extends MapObject
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()the ID of the labelStringgetName()the nameof the labelStringgetNamespace()the namespace of the labelStringgetOwner()the username of the ownervoidsetId(String id)voidsetName(String name)voidsetNamespace(String namespace)voidsetOwner(String owner)
-
-
-
Method Detail
-
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)
-
-