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

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

There is a newer version: 1.4.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy