com.ibm.commerce.foundation.common.datatypes

Interface PersonNameType



  • public interface PersonNameType
    A representation of the model object 'Person Name Type'. The type definition of a person's name.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getPersonNameType()
    • Method Detail

      • getPersonTitle

        java.lang.String getPersonTitle()
        Returns the value of the 'Person Title' attribute. Title of the person, for example, Dr., Mr., Mrs. and Ms.
        Returns:
        the value of the 'Person Title' attribute.
        See Also:
        setPersonTitle(String), CommerceFoundationPackage.getPersonNameType_PersonTitle()
      • setPersonTitle

        void setPersonTitle(java.lang.String value)
        Sets the value of the 'Person Title' attribute.
        Parameters:
        value - the new value of the 'Person Title' attribute.
        See Also:
        getPersonTitle()
      • getBusinessTitle

        java.lang.String getBusinessTitle()
        Returns the value of the 'Business Title' attribute. Business title of the person, for example, Manager or Chief Executive Officer.
        Returns:
        the value of the 'Business Title' attribute.
        See Also:
        setBusinessTitle(String), CommerceFoundationPackage.getPersonNameType_BusinessTitle()
      • setBusinessTitle

        void setBusinessTitle(java.lang.String value)
        Sets the value of the 'Business Title' attribute.
        Parameters:
        value - the new value of the 'Business Title' attribute.
        See Also:
        getBusinessTitle()
      • getLastName

        java.lang.String getLastName()
        Returns the value of the 'Last Name' attribute. Last name of the person.
        Returns:
        the value of the 'Last Name' attribute.
        See Also:
        setLastName(String), CommerceFoundationPackage.getPersonNameType_LastName()
      • setLastName

        void setLastName(java.lang.String value)
        Sets the value of the 'Last Name' attribute.
        Parameters:
        value - the new value of the 'Last Name' attribute.
        See Also:
        getLastName()
      • getFirstName

        java.lang.String getFirstName()
        Returns the value of the 'First Name' attribute. First name of the person.
        Returns:
        the value of the 'First Name' attribute.
        See Also:
        setFirstName(String), CommerceFoundationPackage.getPersonNameType_FirstName()
      • setFirstName

        void setFirstName(java.lang.String value)
        Sets the value of the 'First Name' attribute.
        Parameters:
        value - the new value of the 'First Name' attribute.
        See Also:
        getFirstName()
      • getMiddleName

        java.lang.String getMiddleName()
        Returns the value of the 'Middle Name' attribute. Middle name or initials of the person.
        Returns:
        the value of the 'Middle Name' attribute.
        See Also:
        setMiddleName(String), CommerceFoundationPackage.getPersonNameType_MiddleName()
      • setMiddleName

        void setMiddleName(java.lang.String value)
        Sets the value of the 'Middle Name' attribute.
        Parameters:
        value - the new value of the 'Middle Name' attribute.
        See Also:
        getMiddleName()