Definition at line 36 of file Profile.java.
Public Member Functions | |
Profile () | |
Default constructor. | |
Profile (String userID, ProfileProperty[] profilProperties, ProfileService[] profilRubric) | |
Constructor with fields initialization. | |
Public Attributes | |
String | userID |
Struct member userID. | |
ProfileProperty[] | profilProperties |
Struct member profilProperties. | |
ProfileService[] | ProfileServices |
Struct member profilRubric. | |
String | profilName |
name of the profil. |
org.openmobileis.common.user.profile.Profile.Profile | ( | String | userID, | |
ProfileProperty[] | profilProperties, | |||
ProfileService[] | profilRubric | |||
) |
Constructor with fields initialization.
userID | userID struct member | |
profilProperties | profilProperties struct member | |
profilRubric | profilRubric struct member | |
completeSynchro | completeSynchro struct member |
Definition at line 70 of file Profile.java.