com.ferri.service.dto.output
Class TipusPeriodeSrvOutDTO

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.TipusPeriodeSrvOutDTO
All Implemented Interfaces:
Serializable

public class TipusPeriodeSrvOutDTO
extends BaseOutputSrvDTO

Contenedor OutDTO de la entitat TipusPeriode

Author:
dferri
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
(package private)  TipusPeriodeDTO tipusPeriodeDTO
           
(package private)  Collection<TipusPeriodeDTO> tipusPeriodeDTOList
           
 
Constructor Summary
TipusPeriodeSrvOutDTO()
          Creador Instancia
TipusPeriodeSrvOutDTO(Collection<TipusPeriodeDTO> tipusPeriodeDTOList)
          Creador Instancia
TipusPeriodeSrvOutDTO(TipusPeriodeDTO tipusPeriodeDTO)
          Creador Instancia
TipusPeriodeSrvOutDTO(TipusPeriodeDTO tipusPeriodeDTO, Collection<TipusPeriodeDTO> tipusPeriodeDTOList)
          Creador Instancia
 
Method Summary
 TipusPeriodeDTO getTipusPeriodeDTO()
           
 Collection<TipusPeriodeDTO> getTipusPeriodeDTOList()
           
 void setTipusPeriodeDTO(TipusPeriodeDTO tipusPeriodeDTO)
           
 void setTipusPeriodeDTOList(Collection<TipusPeriodeDTO> tipusPeriodeDTOList)
           
 
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

tipusPeriodeDTO

TipusPeriodeDTO tipusPeriodeDTO

tipusPeriodeDTOList

Collection<TipusPeriodeDTO> tipusPeriodeDTOList
Constructor Detail

TipusPeriodeSrvOutDTO

public TipusPeriodeSrvOutDTO()
Creador Instancia


TipusPeriodeSrvOutDTO

public TipusPeriodeSrvOutDTO(TipusPeriodeDTO tipusPeriodeDTO)
Creador Instancia

Parameters:
tipusPeriodeDTO -

TipusPeriodeSrvOutDTO

public TipusPeriodeSrvOutDTO(Collection<TipusPeriodeDTO> tipusPeriodeDTOList)
Creador Instancia

Parameters:
tipusPeriodeDTOList -

TipusPeriodeSrvOutDTO

public TipusPeriodeSrvOutDTO(TipusPeriodeDTO tipusPeriodeDTO,
                             Collection<TipusPeriodeDTO> tipusPeriodeDTOList)
Creador Instancia

Parameters:
tipusPeriodeDTO -
tipusPeriodeDTOList -
Method Detail

getTipusPeriodeDTO

public TipusPeriodeDTO getTipusPeriodeDTO()
Returns:
the tipusPeriodeDTO

setTipusPeriodeDTO

public void setTipusPeriodeDTO(TipusPeriodeDTO tipusPeriodeDTO)
Parameters:
tipusPeriodeDTO - the tipusPeriodeDTO to set

getTipusPeriodeDTOList

public Collection<TipusPeriodeDTO> getTipusPeriodeDTOList()
Returns:
the tipusPeriodeDTOList

setTipusPeriodeDTOList

public void setTipusPeriodeDTOList(Collection<TipusPeriodeDTO> tipusPeriodeDTOList)
Parameters:
tipusPeriodeDTOList - the tipusPeriodeDTOList to set