Class OfficeInput

java.lang.Object
it.univr.passportease.dto.input.OfficeInput

public class OfficeInput extends Object
This class is used to store the data of an office input from the user.
  • Field Details

    • name

      private String name
      The name of the office.
    • address

      private String address
      The address of the office.
  • Constructor Details

    • OfficeInput

      public OfficeInput()