Class Dtos

java.lang.Object
dk.mada.jaxrs.model.Dtos

public class Dtos extends Object
DTOs in the model.
  • Constructor Details

    • Dtos

      public Dtos(Collection<Dto> dtos)
      Create a new instance.
      Parameters:
      dtos - the DTOs of the model
  • Method Details

    • getActiveDtos

      public Set<Dto> getActiveDtos()
      Returns the DTOs to render.
      Returns:
      the DTOs to render
    • info

      public String info()
      Returns information about the model.
      Returns:
      information about the model