Class StandingOrderDTO

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

public class StandingOrderDTO extends Object
Standing Order DTO
  • Constructor Details

    • StandingOrderDTO

      public StandingOrderDTO()
  • Method Details

    • fromEntity

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