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

org.openfact.models.FileModel Maven / Gradle / Ivy

package org.openfact.models;

public interface FileModel {

    String getId();

    String getFileName();

    void setFileName(String fileName);

    byte[] getFile();

    String getExtension();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy