Class OtherNameIndividual

java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.OtherNameIndividual

@Deprecated(since="2208") public class OtherNameIndividual extends Object
Deprecated.
Keeps track of other names, for example the old name of a woman before marriage or an artist name.
  • Constructor Details

    • OtherNameIndividual

      public OtherNameIndividual()
      Deprecated.
  • Method Details

    • aristocraticTitle

      public OtherNameIndividual aristocraticTitle(String aristocraticTitle)
      Deprecated.
    • getAristocraticTitle

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

      public void setAristocraticTitle(String aristocraticTitle)
      Deprecated.
    • familyName

      public OtherNameIndividual 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 OtherNameIndividual familyNamePrefix(String familyNamePrefix)
      Deprecated.
    • getFamilyNamePrefix

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

      public void setFamilyNamePrefix(String familyNamePrefix)
      Deprecated.
    • formattedName

      public OtherNameIndividual 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 OtherNameIndividual 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.
    • generation

      public OtherNameIndividual generation(String generation)
      Deprecated.
    • getGeneration

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

      public void setGeneration(String generation)
      Deprecated.
    • givenName

      public OtherNameIndividual givenName(String givenName)
      Deprecated.
    • getGivenName

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

      public void setGivenName(String givenName)
      Deprecated.
    • legalName

      public OtherNameIndividual 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.
    • middleName

      public OtherNameIndividual middleName(String middleName)
      Deprecated.
    • getMiddleName

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

      public void setMiddleName(String middleName)
      Deprecated.
    • preferredGivenName

      public OtherNameIndividual preferredGivenName(String preferredGivenName)
      Deprecated.
    • getPreferredGivenName

      public String getPreferredGivenName()
      Deprecated.
      Contains the chosen name by which the person 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 OtherNameIndividual title(String title)
      Deprecated.
    • getTitle

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

      public void setTitle(String title)
      Deprecated.
    • validFor

      public OtherNameIndividual validFor(TimePeriod validFor)
      Deprecated.
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Deprecated.
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
      Deprecated.
    • atBaseType

      public OtherNameIndividual atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public OtherNameIndividual atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public OtherNameIndividual atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • equals

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

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

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