Inheritance diagram for org.openmobileis.common.user.profil.ProfilProperty:
Definition at line 34 of file ProfilProperty.java.
Public Member Functions | |
ProfilProperty () | |
Default constructor. | |
ProfilProperty (String key, String value) | |
Constructor with fields initialization. | |
Public Attributes | |
String | key |
Struct member key. | |
String | value |
Struct member value. | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
|
Constructor with fields initialization.
Definition at line 56 of file ProfilProperty.java. |