Subversion Repositories Integrator Subversion

Rev

Rev 572 | Rev 597 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 572 Rev 596
Line 438... Line 438...
438
       
438
       
439
        interface ArquivoBanco {
439
        interface ArquivoBanco {
440
                String ARQUIVO_BANCO_REDE_1 = "1";
440
                String ARQUIVO_BANCO_REDE_1 = "1";
441
                String ARQUIVO_BANCO_SAFRA_2 = "2";
441
                String ARQUIVO_BANCO_SAFRA_2 = "2";
442
                String ARQUIVO_BANCO_PAGSEGURO_3 = "3";
442
                String ARQUIVO_BANCO_PAGSEGURO_3 = "3";
-
 
443
                String ARQUIVO_BANCO_CIELO_4 = "4";
443
        }
444
        }
444
       
445
       
445
        interface Foto {
446
        interface Foto {
446
                String CAMINHO_PADRAO_LOCAL = "espacocase/fotos/";
447
                String CAMINHO_PADRAO_LOCAL = "espacocase/fotos/";
447
                String CAMINHO_PADRAO_SERVIDOR = "/fotos/";
448
                String CAMINHO_PADRAO_SERVIDOR = "/fotos/";