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

org.javabeanstack.model.IAppMessage Maven / Gradle / Ivy

The newest version!
package org.javabeanstack.model;

import org.javabeanstack.data.IDataRow;

/**
 *
 * @author Jorge Enciso
 */
public interface IAppMessage extends IDataRow {
    Long getIdmessage();
    Long getNumber();
    String getText();
    String getExplanation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy