com.ibm.commerce.member.facade.datatypes

Interface BusinessProfileType

    • Method Detail

      • getEmployeeID

        java.lang.String getEmployeeID()
        Returns the value of the 'Employee ID' attribute. A method to identify the employee, such as by employee number.
        Returns:
        the value of the 'Employee ID' attribute.
        See Also:
        setEmployeeID(String), MemberPackage.getBusinessProfileType_EmployeeID()
      • setEmployeeID

        void setEmployeeID(java.lang.String value)
        Sets the value of the 'Employee ID' attribute.
        Parameters:
        value - the new value of the 'Employee ID' attribute.
        See Also:
        getEmployeeID()
      • getEmployeeType

        java.lang.String getEmployeeType()
        Returns the value of the 'Employee Type' attribute. The employee type, such as regular, part time, special part time, supplemental or contractor.
        Returns:
        the value of the 'Employee Type' attribute.
        See Also:
        setEmployeeType(String), MemberPackage.getBusinessProfileType_EmployeeType()
      • setEmployeeType

        void setEmployeeType(java.lang.String value)
        Sets the value of the 'Employee Type' attribute.
        Parameters:
        value - the new value of the 'Employee Type' attribute.
        See Also:
        getEmployeeType()
      • getDepartmentNumber

        java.lang.String getDepartmentNumber()
        Returns the value of the 'Department Number' attribute. The department number for the person.
        Returns:
        the value of the 'Department Number' attribute.
        See Also:
        setDepartmentNumber(String), MemberPackage.getBusinessProfileType_DepartmentNumber()
      • setDepartmentNumber

        void setDepartmentNumber(java.lang.String value)
        Sets the value of the 'Department Number' attribute.
        Parameters:
        value - the new value of the 'Department Number' attribute.
        See Also:
        getDepartmentNumber()
      • getManager

        java.lang.String getManager()
        Returns the value of the 'Manager' attribute. The name of the manager or supervisor of the person.
        Returns:
        the value of the 'Manager' attribute.
        See Also:
        setManager(String), MemberPackage.getBusinessProfileType_Manager()
      • setManager

        void setManager(java.lang.String value)
        Sets the value of the 'Manager' attribute.
        Parameters:
        value - the new value of the 'Manager' attribute.
        See Also:
        getManager()
      • getSecretary

        java.lang.String getSecretary()
        Returns the value of the 'Secretary' attribute. The name of the secretary or administrative assistant of the person.
        Returns:
        the value of the 'Secretary' attribute.
        See Also:
        setSecretary(String), MemberPackage.getBusinessProfileType_Secretary()
      • setSecretary

        void setSecretary(java.lang.String value)
        Sets the value of the 'Secretary' attribute.
        Parameters:
        value - the new value of the 'Secretary' attribute.
        See Also:
        getSecretary()
      • getAttributes

        java.util.Map getAttributes()
        Returns the value of the 'Attributes' map. The key is of type String, and the value is of type String, Additional attributes of the business profile: organizationId: Associated organization ID used by procurements. organizationUnitId: Associated organization unit ID. requisitionerId: A unique ID for identifying the procurement requisitioner. alternateId: A special ID assigned by the organization to which this person belongs.
        Returns:
        the value of the 'Attributes' map.
        See Also:
        MemberPackage.getBusinessProfileType_Attributes()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MemberPackage.getBusinessProfileType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()