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