13 lines
258 B
Java
13 lines
258 B
Java
package it.acxent.fattele;
|
|
|
|
public interface FEAllegatiInterface {
|
|
String getFENomeAttachment();
|
|
|
|
String getFEAlgoritmoCompressione();
|
|
|
|
String getFEFormatoAttachment();
|
|
|
|
String getFEDescrizioneAttachment();
|
|
|
|
String getFEFileAttachment();
|
|
}
|