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

br.com.jarch.faces.help.IHelpData Maven / Gradle / Ivy

package br.com.jarch.faces.help;

public interface IHelpData {

    String getTitle();

    String getBody();

    String getUrlVideo();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy