org.chorem.callao.service.dto
Class TransactionDTO
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionDTO
public TransactionDTO()
TransactionDTO
public TransactionDTO(java.lang.String id,
java.util.Date entryDate,
java.lang.String voucherRef,
java.lang.String description)
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-2009 CodeLutin. All Rights Reserved.