public class PersonalProfileBuilder extends Object
| Constructor and Description |
|---|
PersonalProfileBuilder(OMRSRepositoryHelper repositoryHelper,
String serviceName) |
PersonalProfileBuilder(String qualifiedName,
String fullName,
String name,
String jobTitle,
String jobRoleDescription,
Map<String,String> additionalProperties)
Constructor takes all of the properties of a new personal profile and saves in private variables to
use later when constructing the repository instances.
|
public PersonalProfileBuilder(String qualifiedName, String fullName, String name, String jobTitle, String jobRoleDescription, Map<String,String> additionalProperties)
qualifiedName - personnel/serial/unique employee number of the individual.fullName - full name of the person.name - known name or nickname of the individual.jobTitle - job title of the individual.jobRoleDescription - job description of the individual.additionalProperties - additional properties about the individual.public PersonalProfileBuilder(OMRSRepositoryHelper repositoryHelper, String serviceName)
Copyright © 2018–2019 ODPi. All rights reserved.