public class

ParsedLabelName

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.labels.ParsedLabelName

Class Overview

The label reference object encapsulates the unique string representation of a label within confluence.

Summary

Public Constructors
ParsedLabelName(String name)
ParsedLabelName(String name, String owner)
ParsedLabelName(String name, String owner, String prefix)
Public Methods
Label addLabel(Labelable labelable, LabelManager labelManager)
boolean equals(Object obj)
String getName()
The label name.
String getOwner()
The name of the labels owner, or null if this label does not have an owner.
String getPrefix()
int hashCode()
boolean isOwnerSpecified()
void setPrefix(String prefix)
Label toLabel()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ParsedLabelName (String name)

public ParsedLabelName (String name, String owner)

public ParsedLabelName (String name, String owner, String prefix)

Public Methods

public Label addLabel (Labelable labelable, LabelManager labelManager)

public boolean equals (Object obj)

public String getName ()

The label name.

public String getOwner ()

The name of the labels owner, or null if this label does not have an owner.

public String getPrefix ()

public int hashCode ()

public boolean isOwnerSpecified ()

public void setPrefix (String prefix)

public Label toLabel ()