com.ferri.service.dto.output
Class IntervencioSrvOutDTO

java.lang.Object
  extended by com.ferri.core.vo.AbstractBase
      extended by com.ferri.core.vo.commons.BaseOutputSrvDTO
          extended by com.ferri.service.dto.output.IntervencioSrvOutDTO
All Implemented Interfaces:
Serializable

public class IntervencioSrvOutDTO
extends BaseOutputSrvDTO

Contenedor OutDTO de la entitat Intervencio

Author:
dferri
See Also:
Serialized Form

Field Summary
(package private)  IntervencioDTO intervencioDTO
           
(package private)  Collection<IntervencioDTO> intervencioDTOList
           
private static long serialVersionUID
           
 
Constructor Summary
IntervencioSrvOutDTO()
          Creador Instancia
IntervencioSrvOutDTO(Collection<IntervencioDTO> intervencioDTOList)
          Creador Instancia
IntervencioSrvOutDTO(IntervencioDTO intervencioDTO)
          Creador Instancia
IntervencioSrvOutDTO(IntervencioDTO intervencioDTO, Collection<IntervencioDTO> intervencioDTOList)
          Creador Instancia
 
Method Summary
 IntervencioDTO getIntervencioDTO()
           
 Collection<IntervencioDTO> getIntervencioDTOList()
           
 void setIntervencioDTO(IntervencioDTO intervencioDTO)
           
 void setIntervencioDTOList(Collection<IntervencioDTO> intervencioDTOList)
           
 
Methods inherited from class com.ferri.core.vo.commons.BaseOutputSrvDTO
initialize
 
Methods inherited from class com.ferri.core.vo.AbstractBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

intervencioDTO

IntervencioDTO intervencioDTO

intervencioDTOList

Collection<IntervencioDTO> intervencioDTOList
Constructor Detail

IntervencioSrvOutDTO

public IntervencioSrvOutDTO()
Creador Instancia


IntervencioSrvOutDTO

public IntervencioSrvOutDTO(IntervencioDTO intervencioDTO)
Creador Instancia

Parameters:
intervencioDTO -

IntervencioSrvOutDTO

public IntervencioSrvOutDTO(Collection<IntervencioDTO> intervencioDTOList)
Creador Instancia

Parameters:
intervencioDTOList -

IntervencioSrvOutDTO

public IntervencioSrvOutDTO(IntervencioDTO intervencioDTO,
                            Collection<IntervencioDTO> intervencioDTOList)
Creador Instancia

Parameters:
intervencioDTO -
intervencioDTOList -
Method Detail

getIntervencioDTO

public IntervencioDTO getIntervencioDTO()
Returns:
the intervencioDTO

setIntervencioDTO

public void setIntervencioDTO(IntervencioDTO intervencioDTO)
Parameters:
intervencioDTO - the intervencioDTO to set

getIntervencioDTOList

public Collection<IntervencioDTO> getIntervencioDTOList()
Returns:
the intervencioDTOList

setIntervencioDTOList

public void setIntervencioDTOList(Collection<IntervencioDTO> intervencioDTOList)
Parameters:
intervencioDTOList - the intervencioDTOList to set