com.atlassian.confluence.it
Class Label

java.lang.Object
  extended by com.atlassian.confluence.it.Label

public class Label
extends Object


Constructor Summary
Label(String name, Namespace namespace, String owner, long id)
           
Label(String name, String namespace, String owner, String id)
           
 
Method Summary
 long getId()
           
 String getName()
           
 Namespace getNamespace()
           
 String getOwner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Label

public Label(String name,
             Namespace namespace,
             String owner,
             long id)

Label

public Label(String name,
             String namespace,
             String owner,
             String id)
Method Detail

getId

public long getId()

getName

public String getName()

getNamespace

public Namespace getNamespace()

getOwner

public String getOwner()


Copyright © 2003-2013 Atlassian. All Rights Reserved.