org.openmobileis.common.user.profil
Class Profile

java.lang.Object
  extended byorg.openmobileis.common.user.profil.Profile
All Implemented Interfaces:
OpenMISSerializable, java.io.Serializable

public final class Profile
extends java.lang.Object
implements OpenMISSerializable

Struct definition : Profil

See Also:
Serialized Form

Field Summary
 java.lang.String profilName
          name of the profil.
 ProfileProperty[] profilProperties
          Struct member profilProperties
 ProfileRubric[] profilRubric
          Struct member profilRubric
 java.lang.String userID
          Struct member userID
 
Constructor Summary
Profile()
          Default constructor
Profile(java.lang.String userID, ProfileProperty[] profilProperties, ProfileRubric[] profilRubric)
          Constructor with fields initialization
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userID

public java.lang.String userID
Struct member userID


profilProperties

public ProfileProperty[] profilProperties
Struct member profilProperties


profilRubric

public ProfileRubric[] profilRubric
Struct member profilRubric


profilName

public java.lang.String profilName
name of the profil.

Constructor Detail

Profile

public Profile()
Default constructor


Profile

public Profile(java.lang.String userID,
               ProfileProperty[] profilProperties,
               ProfileRubric[] profilRubric)
Constructor with fields initialization

Parameters:
userID - userID struct member
profilProperties - profilProperties struct member
profilRubric - profilRubric struct member
Method Detail

toXML

public java.lang.String toXML()

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


Copyright 2006 OpenMobileIS. All Rights Reserved.