java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.Party
de.hybris.platform.partytmfwebservices.v1.dto.Individual

@Deprecated(since="2208") public class Individual extends Party
Deprecated.
Individual represents a single human being (a man, woman or child). The individual can be a customer, an employee or any other person that the organization needs to store information about.
  • Constructor Details

    • Individual

      public Individual()
      Deprecated.
  • Method Details

    • aristocraticTitle

      public Individual aristocraticTitle(String aristocraticTitle)
      Deprecated.
    • getAristocraticTitle

      public String getAristocraticTitle()
      Deprecated.
      e.g. Baron, Graf, Earl,…
      Returns:
      aristocraticTitle
    • setAristocraticTitle

      public void setAristocraticTitle(String aristocraticTitle)
      Deprecated.
    • birthDate

      public Individual birthDate(Date birthDate)
      Deprecated.
    • getBirthDate

      @Valid public @Valid Date getBirthDate()
      Deprecated.
      Birth date
      Returns:
      birthDate
    • setBirthDate

      public void setBirthDate(Date birthDate)
      Deprecated.
    • countryOfBirth

      public Individual countryOfBirth(String countryOfBirth)
      Deprecated.
    • getCountryOfBirth

      public String getCountryOfBirth()
      Deprecated.
      Country where the individual was born
      Returns:
      countryOfBirth
    • setCountryOfBirth

      public void setCountryOfBirth(String countryOfBirth)
      Deprecated.
    • deathDate

      public Individual deathDate(Date deathDate)
      Deprecated.
    • getDeathDate

      @Valid public @Valid Date getDeathDate()
      Deprecated.
      Date of death
      Returns:
      deathDate
    • setDeathDate

      public void setDeathDate(Date deathDate)
      Deprecated.
    • familyName

      public Individual familyName(String familyName)
      Deprecated.
    • getFamilyName

      public String getFamilyName()
      Deprecated.
      Contains the non-chosen or inherited name. Also known as last name in the Western context
      Returns:
      familyName
    • setFamilyName

      public void setFamilyName(String familyName)
      Deprecated.
    • familyNamePrefix

      public Individual familyNamePrefix(String familyNamePrefix)
      Deprecated.
    • getFamilyNamePrefix

      public String getFamilyNamePrefix()
      Deprecated.
      Family name prefix
      Returns:
      familyNamePrefix
    • setFamilyNamePrefix

      public void setFamilyNamePrefix(String familyNamePrefix)
      Deprecated.
    • formattedName

      public Individual formattedName(String formattedName)
      Deprecated.
    • getFormattedName

      public String getFormattedName()
      Deprecated.
      A fully formatted name in one string with all of its pieces in their proper place and all of the necessary punctuation. Useful for specific contexts (Chinese, Japanese, Korean,…)
      Returns:
      formattedName
    • setFormattedName

      public void setFormattedName(String formattedName)
      Deprecated.
    • fullName

      public Individual fullName(String fullName)
      Deprecated.
    • getFullName

      public String getFullName()
      Deprecated.
      Full name flatten (first, middle, and last names)
      Returns:
      fullName
    • setFullName

      public void setFullName(String fullName)
      Deprecated.
    • gender

      public Individual gender(String gender)
      Deprecated.
    • getGender

      public String getGender()
      Deprecated.
      Gender
      Returns:
      gender
    • setGender

      public void setGender(String gender)
      Deprecated.
    • generation

      public Individual generation(String generation)
      Deprecated.
    • getGeneration

      public String getGeneration()
      Deprecated.
      e.g.. Sr, Jr, III (the third),…
      Returns:
      generation
    • setGeneration

      public void setGeneration(String generation)
      Deprecated.
    • givenName

      public Individual givenName(String givenName)
      Deprecated.
    • getGivenName

      public String getGivenName()
      Deprecated.
      First name of the individual
      Returns:
      givenName
    • setGivenName

      public void setGivenName(String givenName)
      Deprecated.
    • legalName

      public Individual legalName(String legalName)
      Deprecated.
    • getLegalName

      public String getLegalName()
      Deprecated.
      Legal name or birth name (name one has for official purposes)
      Returns:
      legalName
    • setLegalName

      public void setLegalName(String legalName)
      Deprecated.
    • location

      public Individual location(String location)
      Deprecated.
    • getLocation

      public String getLocation()
      Deprecated.
      Temporary current location od the individual (may be used if the individual has approved its sharing)
      Returns:
      location
    • setLocation

      public void setLocation(String location)
      Deprecated.
    • maritalStatus

      public Individual maritalStatus(String maritalStatus)
      Deprecated.
    • getMaritalStatus

      public String getMaritalStatus()
      Deprecated.
      Marital status (married, divorced, widow ...)
      Returns:
      maritalStatus
    • setMaritalStatus

      public void setMaritalStatus(String maritalStatus)
      Deprecated.
    • middleName

      public Individual middleName(String middleName)
      Deprecated.
    • getMiddleName

      public String getMiddleName()
      Deprecated.
      Middles name or initial
      Returns:
      middleName
    • setMiddleName

      public void setMiddleName(String middleName)
      Deprecated.
    • nationality

      public Individual nationality(String nationality)
      Deprecated.
    • getNationality

      public String getNationality()
      Deprecated.
      Nationality
      Returns:
      nationality
    • setNationality

      public void setNationality(String nationality)
      Deprecated.
    • placeOfBirth

      public Individual placeOfBirth(String placeOfBirth)
      Deprecated.
    • getPlaceOfBirth

      public String getPlaceOfBirth()
      Deprecated.
      Reference to the place where the individual was born
      Returns:
      placeOfBirth
    • setPlaceOfBirth

      public void setPlaceOfBirth(String placeOfBirth)
      Deprecated.
    • preferredGivenName

      public Individual preferredGivenName(String preferredGivenName)
      Deprecated.
    • getPreferredGivenName

      public String getPreferredGivenName()
      Deprecated.
      Contains the chosen name by which the individual prefers to be addressed. Note: This name may be a name other than a given name, such as a nickname
      Returns:
      preferredGivenName
    • setPreferredGivenName

      public void setPreferredGivenName(String preferredGivenName)
      Deprecated.
    • title

      public Individual title(String title)
      Deprecated.
    • getTitle

      public String getTitle()
      Deprecated.
      Useful for titles (aristocratic, social,...) Pr, Dr, Sir, ...
      Returns:
      title
    • setTitle

      public void setTitle(String title)
      Deprecated.
    • disability

      public Individual disability(List<Disability> disability)
      Deprecated.
    • addDisabilityItem

      public Individual addDisabilityItem(Disability disabilityItem)
      Deprecated.
    • getDisability

      @Valid public @Valid List<Disability> getDisability()
      Deprecated.
      Get disability
      Returns:
      disability
    • setDisability

      public void setDisability(List<Disability> disability)
      Deprecated.
    • individualIdentification

      public Individual individualIdentification(List<IndividualIdentification> individualIdentification)
      Deprecated.
    • addIndividualIdentificationItem

      public Individual addIndividualIdentificationItem(IndividualIdentification individualIdentificationItem)
      Deprecated.
    • getIndividualIdentification

      @Valid public @Valid List<IndividualIdentification> getIndividualIdentification()
      Deprecated.
      Get individualIdentification
      Returns:
      individualIdentification
    • setIndividualIdentification

      public void setIndividualIdentification(List<IndividualIdentification> individualIdentification)
      Deprecated.
    • languageAbility

      public Individual languageAbility(List<LanguageAbility> languageAbility)
      Deprecated.
    • addLanguageAbilityItem

      public Individual addLanguageAbilityItem(LanguageAbility languageAbilityItem)
      Deprecated.
    • getLanguageAbility

      @Valid public @Valid List<LanguageAbility> getLanguageAbility()
      Deprecated.
      Get languageAbility
      Returns:
      languageAbility
    • setLanguageAbility

      public void setLanguageAbility(List<LanguageAbility> languageAbility)
      Deprecated.
    • otherName

      public Individual otherName(List<OtherNameIndividual> otherName)
      Deprecated.
    • addOtherNameItem

      public Individual addOtherNameItem(OtherNameIndividual otherNameItem)
      Deprecated.
    • getOtherName

      @Valid public @Valid List<OtherNameIndividual> getOtherName()
      Deprecated.
      Get otherName
      Returns:
      otherName
    • setOtherName

      public void setOtherName(List<OtherNameIndividual> otherName)
      Deprecated.
    • skill

      public Individual skill(List<Skill> skill)
      Deprecated.
    • addSkillItem

      public Individual addSkillItem(Skill skillItem)
      Deprecated.
    • getSkill

      @Valid public @Valid List<Skill> getSkill()
      Deprecated.
      Get skill
      Returns:
      skill
    • setSkill

      public void setSkill(List<Skill> skill)
      Deprecated.
    • status

      public Individual status(IndividualStateType status)
      Deprecated.
    • getStatus

      @Valid public @Valid IndividualStateType getStatus()
      Deprecated.
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(IndividualStateType status)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Party
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Party
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Party