org.chorem.callao.service.dto
Class TransactionDTO

java.lang.Object
  extended by org.chorem.callao.service.dto.TransactionDTO

public class TransactionDTO
extends java.lang.Object

Classe DTO - représente une transaction comptable.

Author:
Rémi Chapelet

Constructor Summary
TransactionDTO()
           
TransactionDTO(java.lang.String id, java.util.Date entryDate, java.lang.String voucherRef, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.util.Date getEntryDate()
           
 java.lang.String getId()
           
 JournalDTO getJournalDTO()
           
 TimeSpanDTO getTimeSpanDTO()
           
 java.lang.String getVoucherRef()
           
 void setDescription(java.lang.String description)
           
 void setEntryDate(java.util.Date entryDate)
           
 void setId(java.lang.String id)
           
 void setJournalDTO(JournalDTO journalDTO)
           
 void setTimeSpanDTO(TimeSpanDTO timeSpanDTO)
           
 void setVoucherRef(java.lang.String voucherRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionDTO

public TransactionDTO()

TransactionDTO

public TransactionDTO(java.lang.String id,
                      java.util.Date entryDate,
                      java.lang.String voucherRef,
                      java.lang.String description)
Method Detail

getId

public java.lang.String getId()
Returns:
the id

setId

public void setId(java.lang.String id)
Parameters:
id - the id to set

getEntryDate

public java.util.Date getEntryDate()
Returns:
the entryDate

setEntryDate

public void setEntryDate(java.util.Date entryDate)
Parameters:
entryDate - the entryDate to set

getVoucherRef

public java.lang.String getVoucherRef()
Returns:
the voucherRef

setVoucherRef

public void setVoucherRef(java.lang.String voucherRef)
Parameters:
voucherRef - the voucherRef to set

getDescription

public java.lang.String getDescription()
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the description to set

getJournalDTO

public JournalDTO getJournalDTO()
Returns:
the journalDTO

setJournalDTO

public void setJournalDTO(JournalDTO journalDTO)
Parameters:
journalDTO - the journalDTO to set

getTimeSpanDTO

public TimeSpanDTO getTimeSpanDTO()
Returns:
the timeSpanDTO

setTimeSpanDTO

public void setTimeSpanDTO(TimeSpanDTO timeSpanDTO)
Parameters:
timeSpanDTO - the timeSpanDTO to set


Copyright © 2008-2010 CodeLutin. All Rights Reserved.