org.openmobileis.common.user.profil
Class Profil

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

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

Struct definition : Profil

See Also:
Serialized Form

Field Summary
 ProfilProperty[] profilProperties
          Struct member profilProperties
 ProfilRubric[] profilRubric
          Struct member profilRubric
 java.lang.String userID
          Struct member userID
 
Constructor Summary
Profil()
          Default constructor
Profil(java.lang.String userID, ProfilProperty[] profilProperties, ProfilRubric[] profilRubric)
          Constructor with fields initialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userID

public java.lang.String userID
Struct member userID


profilProperties

public ProfilProperty[] profilProperties
Struct member profilProperties


profilRubric

public ProfilRubric[] profilRubric
Struct member profilRubric

Constructor Detail

Profil

public Profil()
Default constructor


Profil

public Profil(java.lang.String userID,
              ProfilProperty[] profilProperties,
              ProfilRubric[] profilRubric)
Constructor with fields initialization

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


Copyright 2005 e-Care. All Rights Reserved.