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

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

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

/**
 * @author Dmitry Baev [email protected]
 *         Date: 26.02.16
 */
public interface WithDescription {

    String getDescription();

    void setDescription(String value);

    String getDescriptionHtml();

    void setDescriptionHtml(String value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy