Class AccountingTransactionDTO
java.lang.Object
enterprises.iwakura.economysystem.api.dto.AccountingTransactionDTO
Accounting transaction DTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccountingTransactionDTOfromEntity(gol.economy.entity.AccountingTransactionEntity entity) Creates a new AccountingTransactionDTO from the given entity.
-
Constructor Details
-
AccountingTransactionDTO
public AccountingTransactionDTO()
-
-
Method Details
-
fromEntity
public static AccountingTransactionDTO fromEntity(gol.economy.entity.AccountingTransactionEntity entity) Creates a new AccountingTransactionDTO from the given entity.- Parameters:
entity- The entity to convert- Returns:
- A new instance of AccountingTransactionDTO
-