fr.paris.lutece.plugins.crm.business.user
Class CRMUser

java.lang.Object
  extended by fr.paris.lutece.plugins.crm.business.user.CRMUser

public class CRMUser
extends java.lang.Object

CRMUser


Constructor Summary
CRMUser()
           
 
Method Summary
 int getIdCRMUser()
          Get the id crm user
 java.util.Map<java.lang.String,java.lang.String> getUserAttributes()
          Get the user attributes
 java.lang.String getUserAttributeValue(java.lang.String strUserAttributeKey)
          Get the user attribute value
 java.lang.String getUserGuid()
          Get the user guid
 void setIdCRMUser(int nIdCRMUser)
          Set the id crm user
 void setUserAttributes(java.util.Map<java.lang.String,java.lang.String> userInfos)
          Set the user attributes
 void setUserGuid(java.lang.String strUserGuid)
          Set the user guid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRMUser

public CRMUser()
Method Detail

setIdCRMUser

public void setIdCRMUser(int nIdCRMUser)
Set the id crm user

Parameters:
nIdCRMUser - the id crm user

getIdCRMUser

public int getIdCRMUser()
Get the id crm user

Returns:
the id crm user

setUserGuid

public void setUserGuid(java.lang.String strUserGuid)
Set the user guid

Parameters:
strUserGuid - the user guid

getUserGuid

public java.lang.String getUserGuid()
Get the user guid

Returns:
the user guid

setUserAttributes

public void setUserAttributes(java.util.Map<java.lang.String,java.lang.String> userInfos)
Set the user attributes

Parameters:
userInfos - the user attributes

getUserAttributes

public java.util.Map<java.lang.String,java.lang.String> getUserAttributes()
Get the user attributes

Returns:
the user attributes

getUserAttributeValue

public java.lang.String getUserAttributeValue(java.lang.String strUserAttributeKey)
Get the user attribute value

Parameters:
strUserAttributeKey - the key
Returns:
the user attribute value


Copyright © 2011 Mairie de Paris. All Rights Reserved.