it.eng.spagobi.services.security.bo
Class SpagoBIUserProfile

java.lang.Object
  extended by it.eng.spagobi.services.security.bo.SpagoBIUserProfile
All Implemented Interfaces:
java.io.Serializable

public class SpagoBIUserProfile
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SpagoBIUserProfile()
           
SpagoBIUserProfile(java.util.HashMap attributes, java.lang.String[] functions, java.lang.String[] roles, java.lang.String userId, java.lang.String userIdentifier, java.lang.String userName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.HashMap getAttributes()
          Gets the attributes value for this SpagoBIUserProfile.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String[] getFunctions()
          Gets the functions value for this SpagoBIUserProfile.
 java.lang.String[] getRoles()
          Gets the roles value for this SpagoBIUserProfile.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUniqueIdentifier()
          Gets the uniqueIdentifier value for this SpagoBIUserProfile.
 java.lang.String getUserId()
          Gets the userId value for this SpagoBIUserProfile.
 java.lang.String getUserName()
          Gets the userName value for this SpagoBIUserProfile.
 int hashCode()
           
 void setAttributes(java.util.HashMap attributes)
          Sets the attributes value for this SpagoBIUserProfile.
 void setFunctions(java.lang.String[] functions)
          Sets the functions value for this SpagoBIUserProfile.
 void setRoles(java.lang.String[] roles)
          Sets the roles value for this SpagoBIUserProfile.
 void setUniqueIdentifier(java.lang.String uniqueIdentifier)
          Sets the uniqueIdentifier value for this SpagoBIUserProfile.
 void setUserId(java.lang.String userId)
          Sets the userId value for this SpagoBIUserProfile.
 void setUserName(java.lang.String userName)
          Sets the userName value for this SpagoBIUserProfile.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpagoBIUserProfile

public SpagoBIUserProfile()

SpagoBIUserProfile

public SpagoBIUserProfile(java.util.HashMap attributes,
                          java.lang.String[] functions,
                          java.lang.String[] roles,
                          java.lang.String userId,
                          java.lang.String userIdentifier,
                          java.lang.String userName)
Method Detail

getAttributes

public java.util.HashMap getAttributes()
Gets the attributes value for this SpagoBIUserProfile.

Returns:
attributes

setAttributes

public void setAttributes(java.util.HashMap attributes)
Sets the attributes value for this SpagoBIUserProfile.

Parameters:
attributes -

getFunctions

public java.lang.String[] getFunctions()
Gets the functions value for this SpagoBIUserProfile.

Returns:
functions

setFunctions

public void setFunctions(java.lang.String[] functions)
Sets the functions value for this SpagoBIUserProfile.

Parameters:
functions -

getRoles

public java.lang.String[] getRoles()
Gets the roles value for this SpagoBIUserProfile.

Returns:
roles

setRoles

public void setRoles(java.lang.String[] roles)
Sets the roles value for this SpagoBIUserProfile.

Parameters:
roles -

getUserId

public java.lang.String getUserId()
Gets the userId value for this SpagoBIUserProfile.

Returns:
userId

setUserId

public void setUserId(java.lang.String userId)
Sets the userId value for this SpagoBIUserProfile.

Parameters:
userId -

getUniqueIdentifier

public java.lang.String getUniqueIdentifier()
Gets the uniqueIdentifier value for this SpagoBIUserProfile.

Returns:
uniqueIdentifier

setUniqueIdentifier

public void setUniqueIdentifier(java.lang.String uniqueIdentifier)
Sets the uniqueIdentifier value for this SpagoBIUserProfile.

Parameters:
uniqueIdentifier -

getUserName

public java.lang.String getUserName()
Gets the userName value for this SpagoBIUserProfile.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this SpagoBIUserProfile.

Parameters:
userName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer