org.codehaus.swizzle.confluence
Class Label

java.lang.Object
  extended by org.codehaus.swizzle.confluence.MapObject
      extended by org.codehaus.swizzle.confluence.Label

public class Label
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
Label()
           
Label(Map data)
           
 
Method Summary
 String getId()
          the ID of the label
 String getName()
          the nameof the label
 String getNamespace()
          the namespace of the label
 String getOwner()
          the username of the owner
 void setId(String id)
           
 void setName(String name)
           
 void setNamespace(String namespace)
           
 void setOwner(String owner)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Label

public Label()

Label

public Label(Map data)
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)


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.