Class FullName

java.lang.Object
ru.foodtechlab.abe.core.entities.FullName

public class FullName extends Object
  • Field Details

    • firstName

      protected String firstName
    • middleName

      protected String middleName
    • lastName

      protected String lastName
  • Constructor Details

    • FullName

      public FullName(String firstName, String middleName, String lastName)
    • FullName

      public FullName()
  • Method Details