public class Identity extends Object implements Serializable
Constructor and Description |
---|
Identity() |
Modifier and Type | Method and Description |
---|---|
Map<String,IdentityAttribute> |
getAttributes() |
String |
getConnectionId()
Returns the ConnectionId
|
String |
getCustomerId()
Returns the CustomerId
|
String |
getFamilyName()
returns family name retrieve from attributes
|
String |
getFirstName()
returns first name retrieve from attributes
|
int |
getId()
Returns the Id
|
void |
setAttributes(Map<String,IdentityAttribute> mapAttributes) |
void |
setConnectionId(String strConnectionId)
Sets the ConnectionId
|
void |
setCustomerId(String strCustomerId)
Sets the CustomerId
|
void |
setId(int nId)
Sets the Id
|
public int getId()
public void setId(int nId)
nId
- The Idpublic String getConnectionId()
public void setConnectionId(String strConnectionId)
strConnectionId
- The ConnectionIdpublic String getCustomerId()
public void setCustomerId(String strCustomerId)
strCustomerId
- The CustomerIdpublic Map<String,IdentityAttribute> getAttributes()
public void setAttributes(Map<String,IdentityAttribute> mapAttributes)
mapAttributes
- the mapAttributes to setpublic String getFamilyName()
public String getFirstName()
Copyright © 2018 City of Paris. All rights reserved.