www in docker support
This commit is contained in:
parent
539a848e95
commit
c227fce036
2145 changed files with 399596 additions and 58 deletions
|
|
@ -0,0 +1,41 @@
|
|||
package it.acxent.anag;
|
||||
|
||||
public interface IvaInterface {
|
||||
long getAliquota();
|
||||
|
||||
long getAliquotaIndetraibile();
|
||||
|
||||
String getDescrizione();
|
||||
|
||||
String getFlgTipo();
|
||||
|
||||
String getFENatura();
|
||||
|
||||
String getTipo();
|
||||
|
||||
long getId_iva();
|
||||
|
||||
String getNotaEsenzione();
|
||||
|
||||
void setAliquota(long paramLong);
|
||||
|
||||
void setAliquotaIndetraibile(long paramLong);
|
||||
|
||||
void setDescrizione(String paramString);
|
||||
|
||||
void setFlgTipo(String paramString);
|
||||
|
||||
void setId_iva(long paramLong);
|
||||
|
||||
void setNotaEsenzione(String paramString);
|
||||
|
||||
String getCodiceExport();
|
||||
|
||||
void setCodiceExport(String paramString);
|
||||
|
||||
long getAliquotaFE();
|
||||
|
||||
boolean isRegimeMargine();
|
||||
|
||||
Iva getIvaStdRM();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue