Uses of Class
com.ferri.persistence.bean.impl.TipusPeriodeVO

Packages that use TipusPeriodeVO
com.ferri.persistence.bean.base   
com.ferri.service.dto.converters   
 

Uses of TipusPeriodeVO in com.ferri.persistence.bean.base
 

Fields in com.ferri.persistence.bean.base declared as TipusPeriodeVO
private  TipusPeriodeVO BaseContracteVO.tipusPeriode
           
 

Methods in com.ferri.persistence.bean.base that return TipusPeriodeVO
 TipusPeriodeVO BaseContracteVO.getTipusPeriode()
           
 

Methods in com.ferri.persistence.bean.base with parameters of type TipusPeriodeVO
 void BaseContracteVO.setTipusPeriode(TipusPeriodeVO tipusPeriode)
           
 

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

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

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