Class ICPersonDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICPersonDTO

public class ICPersonDTO extends Object
DTO to hold data of a person.
  • Field Details

    • forename

      public String forename
      Forename of the person in charge

      length=20

    • surname

      public String surname
      Surname of the person in charge

      length=30

    • email

      public String email
      Email address of the person in charge

      length=255

    • phone

      public String phone
      Phone number of the person in charge

      length=20

    • supplement

      public String supplement
      Phone number of the person in charge

      length=10

    • initials

      public String initials
      Initials/login of the person in charge

      length=20

    • professionalTitle

      public String professionalTitle
      Professional title of the person in charge

      length=35

  • Constructor Details

    • ICPersonDTO

      public ICPersonDTO()