Class BankingAccountDTO
java.lang.Object
enterprises.iwakura.economysystem.api.dto.BankingAccountDTO
Banking account DTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BankingAccountDTOfromEntity(gol.economy.entity.BankingAccountEntity entity) Creates a new BankingAccountDTO from the given entity.
-
Constructor Details
-
BankingAccountDTO
public BankingAccountDTO()
-
-
Method Details
-
fromEntity
Creates a new BankingAccountDTO from the given entity.- Parameters:
entity- The entity to convert- Returns:
- A new instance of BankingAccountDTO
-