Uses of Class
com.ferri.service.dto.TipusPeriodeDTO

Packages that use TipusPeriodeDTO
com.ferri.service.dto   
com.ferri.service.dto.converters   
com.ferri.service.dto.input   
com.ferri.service.dto.output   
 

Uses of TipusPeriodeDTO in com.ferri.service.dto
 

Fields in com.ferri.service.dto declared as TipusPeriodeDTO
private  TipusPeriodeDTO ContracteDTO.tipusPeriode
           
 

Methods in com.ferri.service.dto that return TipusPeriodeDTO
 TipusPeriodeDTO ContracteDTO.getTipusPeriode()
           
 

Methods in com.ferri.service.dto with parameters of type TipusPeriodeDTO
 void ContracteDTO.setTipusPeriode(TipusPeriodeDTO tipusPeriode)
           
 

Constructors in com.ferri.service.dto with parameters of type TipusPeriodeDTO
ContracteDTO(Date data, Integer mesIni, Double baseImponible, EstatDTO estat, ClientDTO client, TipusPeriodeDTO tipusPeriode, FacturaDTO factura)
          Creador instancia
ContracteDTO(String numContracte, Date data, Integer mesIni, Double baseImponible, EstatDTO estat, ClientDTO client, TipusPeriodeDTO tipusPeriode, FacturaDTO factura)
          Creador instancia
 

Uses of TipusPeriodeDTO in com.ferri.service.dto.converters
 

Methods in com.ferri.service.dto.converters that return TipusPeriodeDTO
 TipusPeriodeDTO TipusPeriodeConverter.convertVO2DTO(TipusPeriodeVO vo)
           
 

Methods in com.ferri.service.dto.converters with parameters of type TipusPeriodeDTO
 TipusPeriodeVO TipusPeriodeConverter.convertDTO2VO(TipusPeriodeDTO dto)
           
 

Uses of TipusPeriodeDTO in com.ferri.service.dto.input
 

Fields in com.ferri.service.dto.input declared as TipusPeriodeDTO
(package private)  TipusPeriodeDTO TipusPeriodeSrvInDTO.tipusPeriodeDTO
           
 

Methods in com.ferri.service.dto.input that return TipusPeriodeDTO
 TipusPeriodeDTO TipusPeriodeSrvInDTO.getTipusPeriodeDTO()
           
 

Methods in com.ferri.service.dto.input with parameters of type TipusPeriodeDTO
 void TipusPeriodeSrvInDTO.setTipusPeriodeDTO(TipusPeriodeDTO tipusPeriodeDTO)
           
 

Constructors in com.ferri.service.dto.input with parameters of type TipusPeriodeDTO
TipusPeriodeSrvInDTO(TipusPeriodeDTO tipusPeriodeDTO)
          Creador Instancia
TipusPeriodeSrvInDTO(TipusPeriodeDTO tipusPeriodeDTO, Order order)
          Creador Instancia
 

Uses of TipusPeriodeDTO in com.ferri.service.dto.output
 

Fields in com.ferri.service.dto.output declared as TipusPeriodeDTO
(package private)  TipusPeriodeDTO TipusPeriodeSrvOutDTO.tipusPeriodeDTO
           
 

Fields in com.ferri.service.dto.output with type parameters of type TipusPeriodeDTO
(package private)  Collection<TipusPeriodeDTO> TipusPeriodeSrvOutDTO.tipusPeriodeDTOList
           
 

Methods in com.ferri.service.dto.output that return TipusPeriodeDTO
 TipusPeriodeDTO TipusPeriodeSrvOutDTO.getTipusPeriodeDTO()
           
 

Methods in com.ferri.service.dto.output that return types with arguments of type TipusPeriodeDTO
 Collection<TipusPeriodeDTO> TipusPeriodeSrvOutDTO.getTipusPeriodeDTOList()
           
 

Methods in com.ferri.service.dto.output with parameters of type TipusPeriodeDTO
 void TipusPeriodeSrvOutDTO.setTipusPeriodeDTO(TipusPeriodeDTO tipusPeriodeDTO)
           
 

Method parameters in com.ferri.service.dto.output with type arguments of type TipusPeriodeDTO
 void TipusPeriodeSrvOutDTO.setTipusPeriodeDTOList(Collection<TipusPeriodeDTO> tipusPeriodeDTOList)
           
 

Constructors in com.ferri.service.dto.output with parameters of type TipusPeriodeDTO
TipusPeriodeSrvOutDTO(TipusPeriodeDTO tipusPeriodeDTO)
          Creador Instancia
TipusPeriodeSrvOutDTO(TipusPeriodeDTO tipusPeriodeDTO, Collection<TipusPeriodeDTO> tipusPeriodeDTOList)
          Creador Instancia
 

Constructor parameters in com.ferri.service.dto.output with type arguments of type TipusPeriodeDTO
TipusPeriodeSrvOutDTO(Collection<TipusPeriodeDTO> tipusPeriodeDTOList)
          Creador Instancia
TipusPeriodeSrvOutDTO(TipusPeriodeDTO tipusPeriodeDTO, Collection<TipusPeriodeDTO> tipusPeriodeDTOList)
          Creador Instancia