Subversion Repositories bacoAlunos

Rev

Rev 465 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.services.common;

/**
 * @author Jorge Machado
 * @date 18/Nov/2009
 * @time 11:21:02
 * @email machadofisher@gmail.com
 */

public class DefaultFacetLabel implements IFacetLabel
{
    1.5.0/docs/api/java/lang/String.html">String label;
    int ocurrences;


    public 1.5.0/docs/api/java/lang/String.html">String getLabel() {
        return label;
    }

    public void setLabel(1.5.0/docs/api/java/lang/String.html">String label) {
        this.label = label;
    }

    public int getOccurrences() {
        return ocurrences;
    }

    public void setOccurrences(int ocurrences) {
        this.ocurrences = ocurrences;
    }
}