org.chorem.callao.service.dto
Class EntryDTO
java.lang.Object
org.chorem.callao.service.dto.EntryDTO
public class EntryDTO
- extends java.lang.Object
Classe DTO - représente un objet entry
- Author:
- Rémi Chapelet
|
Constructor Summary |
EntryDTO()
|
EntryDTO(java.lang.String id,
java.lang.String description,
java.lang.String amount,
boolean debit,
java.lang.String lettering,
java.lang.String detail,
TransactionDTO transactionDTO,
AccountDTO accountDTO)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryDTO
public EntryDTO()
EntryDTO
public EntryDTO(java.lang.String id,
java.lang.String description,
java.lang.String amount,
boolean debit,
java.lang.String lettering,
java.lang.String detail,
TransactionDTO transactionDTO,
AccountDTO accountDTO)
getId
public java.lang.String getId()
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Parameters:
id - the id 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
getAmount
public java.lang.String getAmount()
- Returns:
- the amount
setAmount
public void setAmount(java.lang.String amount)
- Parameters:
amount - the amount to set
isDebit
public boolean isDebit()
- Returns:
- the debit
setDebit
public void setDebit(boolean debit)
- Parameters:
debit - the debit to set
getLettering
public java.lang.String getLettering()
- Returns:
- the lettering
setLettering
public void setLettering(java.lang.String lettering)
- Parameters:
lettering - the lettering to set
getDetail
public java.lang.String getDetail()
- Returns:
- the detail
setDetail
public void setDetail(java.lang.String detail)
- Parameters:
detail - the detail to set
getTransactionDTO
public TransactionDTO getTransactionDTO()
- Returns:
- the transactionDTO
setTransactionDTO
public void setTransactionDTO(TransactionDTO transactionDTO)
- Parameters:
transactionDTO - the transactionDTO to set
getAccountDTO
public AccountDTO getAccountDTO()
- Returns:
- the accountDTO
setAccountDTO
public void setAccountDTO(AccountDTO accountDTO)
- Parameters:
accountDTO - the accountDTO to set
Copyright © 2008-2009 CodeLutin. All Rights Reserved.