Class PersonneAbstract

java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
All Implemented Interfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, Party2, Personne
Direct Known Subclasses:
PersonneImpl

public abstract class PersonneAbstract extends Party2Impl implements Personne
See Also:
  • Field Details

    • name

      protected String name
      Nom de l'attribut en BD : name
    • otherNames

      protected Collection<String> otherNames
      Nom de l'attribut en BD : otherNames
    • gender

      protected Gender gender
      Nom de l'attribut en BD : gender
    • otherGender

      protected Gender otherGender
      Nom de l'attribut en BD : otherGender
    • address

      protected Address address
      Nom de l'attribut en BD : address
    • title

      protected Collection<Title> title
      Nom de l'attribut en BD : title
  • Constructor Details

    • PersonneAbstract

      public PersonneAbstract()
  • Method Details