com.ferri.service.dto.output
Class PressupostSrvOutDTO

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

public class PressupostSrvOutDTO
extends BaseOutputSrvDTO

Contenedor OutDTO de la entitat Pressupost

Author:
dferri
See Also:
Serialized Form

Field Summary
(package private)  PressupostDTO pressupostDTO
           
(package private)  Collection<PressupostDTO> pressupostDTOList
           
private static long serialVersionUID
           
 
Constructor Summary
PressupostSrvOutDTO()
          Creador Instancia
PressupostSrvOutDTO(Collection<PressupostDTO> pressupostDTOList)
          Creador Instancia
PressupostSrvOutDTO(PressupostDTO pressupostDTO)
          Creador Instancia
PressupostSrvOutDTO(PressupostDTO pressupostDTO, Collection<PressupostDTO> pressupostDTOList)
          Creador Instancia
 
Method Summary
 PressupostDTO getPressupostDTO()
           
 Collection<PressupostDTO> getPressupostDTOList()
           
 void setPressupostDTO(PressupostDTO pressupostDTO)
           
 void setPressupostDTOList(Collection<PressupostDTO> pressupostDTOList)
           
 
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

pressupostDTO

PressupostDTO pressupostDTO

pressupostDTOList

Collection<PressupostDTO> pressupostDTOList
Constructor Detail

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 -
Method Detail

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