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

no.unit.nva.WithFile Maven / Gradle / Ivy

package no.unit.nva;


import no.unit.nva.file.model.FileSet;

public interface WithFile extends PublicationBase {

    FileSet getFileSet();

    void setFileSet(FileSet fileSet);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy