All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.allurefw.report.entity.WithStatus Maven / Gradle / Ivy

The newest version!
package org.allurefw.report.entity;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 31.01.16
 */
public interface WithStatus {

    Status getStatus();

    void setStatus(Status status);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy