|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.common.user.profil.ProfileProperty
Struct definition : ProfilProperty
Field Summary | |
java.lang.String |
key
Struct member key |
java.lang.String |
moduleName
name of the profil. |
java.lang.String |
value
Struct member value |
Constructor Summary | |
ProfileProperty()
Default constructor |
|
ProfileProperty(java.lang.String key,
java.lang.String value)
Constructor with fields initialization |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String key
public java.lang.String value
public java.lang.String moduleName
Constructor Detail |
public ProfileProperty()
public ProfileProperty(java.lang.String key, java.lang.String value)
key
- key struct membervalue
- value struct memberMethod Detail |
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 |