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

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

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

Fields in com.ferri.persistence.bean.base declared as EstatVO
private  EstatVO BasePressupostVO.estat
           
private  EstatVO BaseIntervencioVO.estat
           
private  EstatVO BaseFacturaVO.estat
           
private  EstatVO BaseContracteVO.estat
           
 

Methods in com.ferri.persistence.bean.base that return EstatVO
 EstatVO BasePressupostVO.getEstat()
           
 EstatVO BaseIntervencioVO.getEstat()
           
 EstatVO BaseFacturaVO.getEstat()
           
 EstatVO BaseContracteVO.getEstat()
           
 

Methods in com.ferri.persistence.bean.base with parameters of type EstatVO
 void BasePressupostVO.setEstat(EstatVO estat)
           
 void BaseIntervencioVO.setEstat(EstatVO estat)
           
 void BaseFacturaVO.setEstat(EstatVO estat)
           
 void BaseContracteVO.setEstat(EstatVO estat)
           
 

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

Methods in com.ferri.service.dto.converters that return EstatVO
 EstatVO EstatConverter.convertDTO2VO(EstatDTO dto)
           
 

Methods in com.ferri.service.dto.converters with parameters of type EstatVO
 EstatDTO EstatConverter.convertVO2DTO(EstatVO vo)