com.atlassian.confluence.labels.persistence.dao
Class LabelSearchResult

java.lang.Object
  extended by com.atlassian.confluence.labels.persistence.dao.LabelSearchResult
Direct Known Subclasses:
RankedLabelSearchResult

public class LabelSearchResult
extends Object


Constructor Summary
LabelSearchResult(Label label, int count)
           
 
Method Summary
 int getCount()
           
 Label getLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelSearchResult

public LabelSearchResult(Label label,
                         int count)
Method Detail

getCount

public int getCount()

getLabel

public Label getLabel()


Copyright © 2003-2010 Atlassian. All Rights Reserved.