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