|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.common.user.profile.Profile
Struct definition : Profil
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 |
public java.lang.String userID
public ProfileProperty[] profilProperties
public ProfileRubric[] profilRubric
public java.lang.String profilName
Constructor Detail |
public Profile()
public Profile(java.lang.String userID, ProfileProperty[] profilProperties, ProfileRubric[] profilRubric)
userID
- userID struct memberprofilProperties
- profilProperties struct memberprofilRubric
- profilRubric struct memberMethod Detail |
public java.lang.String toXML()
public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |