com.ferri.service.dto.output
Class PressupostSrvOutDTO
java.lang.Object
com.ferri.core.vo.AbstractBase
com.ferri.core.vo.commons.BaseOutputSrvDTO
com.ferri.service.dto.output.PressupostSrvOutDTO
- All Implemented Interfaces:
- Serializable
public class PressupostSrvOutDTO
- extends BaseOutputSrvDTO
Contenedor OutDTO de la entitat Pressupost
- Author:
- dferri
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
pressupostDTO
PressupostDTO pressupostDTO
pressupostDTOList
Collection<PressupostDTO> pressupostDTOList
PressupostSrvOutDTO
public PressupostSrvOutDTO()
- Creador Instancia
PressupostSrvOutDTO
public PressupostSrvOutDTO(PressupostDTO pressupostDTO)
- Creador Instancia
- Parameters:
pressupostDTO
-
PressupostSrvOutDTO
public PressupostSrvOutDTO(Collection<PressupostDTO> pressupostDTOList)
- Creador Instancia
- Parameters:
pressupostDTOList
-
PressupostSrvOutDTO
public PressupostSrvOutDTO(PressupostDTO pressupostDTO,
Collection<PressupostDTO> pressupostDTOList)
- Creador Instancia
- Parameters:
pressupostDTO
- pressupostDTOList
-
getPressupostDTO
public PressupostDTO getPressupostDTO()
- Returns:
- the pressupostDTO
setPressupostDTO
public void setPressupostDTO(PressupostDTO pressupostDTO)
- Parameters:
pressupostDTO
- the pressupostDTO to set
getPressupostDTOList
public Collection<PressupostDTO> getPressupostDTOList()
- Returns:
- the pressupostDTOList
setPressupostDTOList
public void setPressupostDTOList(Collection<PressupostDTO> pressupostDTOList)
- Parameters:
pressupostDTOList
- the pressupostDTOList to set