Inheritance diagram for org.openmobileis.common.user.profil.ProfileRubric:
Definition at line 34 of file common/org/openmobileis/common/user/profil/ProfileRubric.java.
Public Member Functions | |
ProfileRubric () | |
Default constructor. | |
ProfileRubric (String channelName, String rubricName, String description, ProfileProperty[] propertiesList) | |
Constructor with fields initialization. | |
boolean | equals (Object obj) |
int | hashCode () |
Public Attributes | |
String | moduleName |
Struct member channelName. | |
String | rubricName |
Struct member rubricName. | |
String | description |
Struct member description. | |
String | version |
Struct member description. | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
org.openmobileis.common.user.profil.ProfileRubric.ProfileRubric | ( | String | channelName, | |
String | rubricName, | |||
String | description, | |||
ProfileProperty[] | propertiesList | |||
) |
Constructor with fields initialization.
channelName | channelName struct member | |
rubricName | rubricName struct member | |
description | description struct member | |
propertiesList | propertiesList struct member |
Definition at line 68 of file common/org/openmobileis/common/user/profil/ProfileRubric.java.