public class PersonData extends Object implements Serializable
PersonManagementService
,
Serialized FormConstructor and Description |
---|
PersonData()
Default constructor
|
PersonData(Person person,
String password,
List<String> securityRoleNames)
Creates a new instance of person data.
|
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Gets the person password.
|
Person |
getPerson()
Gets the person data.
|
List<String> |
getSecurityRoleNames()
Gets names of the security roles which should be assigned to the person.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.