Inheritance diagram for org.openmobileis.common.user.profil.ProfileProperty:
Definition at line 34 of file ProfileProperty.java.
Public Member Functions | |
ProfileProperty () | |
Default constructor. | |
ProfileProperty (String key, String value) | |
Constructor with fields initialization. | |
boolean | equals (Object obj) |
int | hashCode () |
Public Attributes | |
String | key |
Struct member key. | |
String | value |
Struct member value. | |
String | moduleName |
name of the profil. | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
org.openmobileis.common.user.profil.ProfileProperty.ProfileProperty | ( | String | key, | |
String | value | |||
) |
Constructor with fields initialization.
key | key struct member | |
value | value struct member |
Definition at line 61 of file ProfileProperty.java.