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,70 @@
|
|||
package it.acxent.art;
|
||||
|
||||
import it.acxent.anag.Clifor;
|
||||
import java.sql.Date;
|
||||
|
||||
public interface ArticoloInterface2 {
|
||||
public static final long TIPO_ARTICOLO = 0L;
|
||||
|
||||
public static final long TIPO_ARTICOLO_VARIANTE = 1L;
|
||||
|
||||
double getAbbuonoPrezzoPubblico();
|
||||
|
||||
Date getDataCambiamentoPrezzo();
|
||||
|
||||
Date getDataScadenzaOfferta();
|
||||
|
||||
String getDescrizione();
|
||||
|
||||
String getDescrizione(String paramString);
|
||||
|
||||
String getDescrizioneUrl();
|
||||
|
||||
String getDescrizioneVetrina();
|
||||
|
||||
String getDescrizioneVetrina(String paramString);
|
||||
|
||||
long getId();
|
||||
|
||||
long getId_articolo();
|
||||
|
||||
long getId_articoloVariante();
|
||||
|
||||
long getId_tipo();
|
||||
|
||||
long getId_tipoPadre();
|
||||
|
||||
String getImgFileName(int paramInt);
|
||||
|
||||
double getPercSconto();
|
||||
|
||||
double getPercSconto(Clifor paramClifor);
|
||||
|
||||
double getPrezzoOfferta();
|
||||
|
||||
double getPrezzoOffertaIva();
|
||||
|
||||
double getPrezzoPubblico();
|
||||
|
||||
double getPrezzoPubblicoFinale(Clifor paramClifor);
|
||||
|
||||
double getPrezzoPubblicoIva();
|
||||
|
||||
double getPrezzoPubblicoFinaleIva(Clifor paramClifor);
|
||||
|
||||
double getPrezzoPubblicoIvaAbbuono();
|
||||
|
||||
double getPrezzoPubblicoIvaAbbuono(Clifor paramClifor);
|
||||
|
||||
double getPrezzoPubblicoScontato();
|
||||
|
||||
double getPrezzoPubblicoScontato(Clifor paramClifor);
|
||||
|
||||
double getPrezzoPubblicoScontatoIva();
|
||||
|
||||
double getPrezzoPubblicoScontatoIva(Clifor paramClifor);
|
||||
|
||||
long getTipoArticoloVetrina();
|
||||
|
||||
boolean isOffertaValida();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue