Subversion Repositories bacoAlunos

Rev

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

/*
 * Created on Apr 2, 2004
 *
 * by gedl
 */

package pt.utl.ist.berserk.logic.filterManager;

import pt.utl.ist.berserk.util.Dictionary;

/**
 * Created on Apr 2, 2004
 *
 * @author gedl
 *  
 */

public class FilteringResult extends 1.5.0/docs/api/java/util/Dictionary.html">Dictionary
{
    private boolean success;

    /**
     * @return Returns the success.
     */

    public boolean isSuccess()
    {
        return this.success;
    }
    /**
     * @param success
     *            The success to set.
     */

    public void setSuccess(boolean success)
    {
        this.success = success;
    }

}