java.lang.Object
enterprises.iwakura.economysystem.api.dto.LoanDTO

public class LoanDTO extends Object
Loan DTO
  • Constructor Details

    • LoanDTO

      public LoanDTO()
  • Method Details

    • fromEntity

      public static LoanDTO fromEntity(gol.economy.entity.LoanEntity entity)
      Creates a new LoanDTO from the given entity.
      Parameters:
      entity - The entity to convert
      Returns:
      A new instance of LoanDTO