com.cinecolombia.interfases.exportarComplejo.modelvalue
Class Model
java.lang.Object
|
+--com.cinecolombia.interfases.exportarComplejo.modelvalue.Model
- All Implemented Interfaces:
- java.io.Serializable
- public class Model
- extends java.lang.Object
- implements java.io.Serializable
This class represents the sent data (answer) in the direction ejb -> web
when the ExportarComplejo usecase asks for ejb services
- Author:
- CincoSOFT
- See Also:
- Serialized Form
- Created:
- Julio 2003
Constructor Summary |
Model()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
complejo
private Complejo complejo
- Complejo
directoriosIcon
private java.util.List directoriosIcon
- Directorios en donde residen los archivos generados por Icon
ftpInfo
private ServerFtpInfo ftpInfo
- Información para comunicación FTP con el servidor.
Model
public Model()
setComplejo
public void setComplejo(Complejo complejo)
setDirectoriosIcon
public void setDirectoriosIcon(java.util.List directoriosIcon)
getComplejo
public Complejo getComplejo()
getDirectoriosIcon
public java.util.List getDirectoriosIcon()
setFtpInfo
public void setFtpInfo(ServerFtpInfo ftpInfo)
getFtpInfo
public ServerFtpInfo getFtpInfo()