Uses of Class
com.cinecolombia.interfases.exportarComplejo.modelvalue.ServerFtpInfo

Packages that use ServerFtpInfo
com.cinecolombia.component.Interfases.ejb Interfases: Componente EJB que proporciona servicios al módulo de Interfases
com.cinecolombia.interfases.exportarComplejo.modelvalue Model, Value y otras clases de soporte del caso de uso Exportar Complejo
 

Uses of ServerFtpInfo in com.cinecolombia.component.Interfases.ejb
 

Methods in com.cinecolombia.component.Interfases.ejb that return ServerFtpInfo
 ServerFtpInfo InterfasesEJB.loadFtpInfo()
          Extrae un objeto ServerFtpInfo de la Base de Datos.
 ServerFtpInfo InterfasesDAO.loadFtpInfo()
          Extrae un objeto ServerFtpInfo de la Base de Datos.
 ServerFtpInfo Interfases.loadFtpInfo()
          Extrae un objeto ServerFtpInfo de la Base de Datos.
 

Uses of ServerFtpInfo in com.cinecolombia.interfases.exportarComplejo.modelvalue
 

Fields in com.cinecolombia.interfases.exportarComplejo.modelvalue declared as ServerFtpInfo
private  ServerFtpInfo Model.ftpInfo
          Información para comunicación FTP con el servidor.
 

Methods in com.cinecolombia.interfases.exportarComplejo.modelvalue that return ServerFtpInfo
 ServerFtpInfo Model.getFtpInfo()
           
 

Methods in com.cinecolombia.interfases.exportarComplejo.modelvalue with parameters of type ServerFtpInfo
 void Model.setFtpInfo(ServerFtpInfo ftpInfo)