Definition at line 34 of file ProfileService.java.
Public Member Functions | |
ProfileService () | |
Default constructor. | |
ProfileService (String channelName, String rubricName, String description, ProfileProperty[] propertiesList) | |
Constructor with fields initialization. | |
Public Attributes | |
String | moduleName |
Struct member channelName. | |
String | serviceName |
Struct member rubricName. | |
String | description |
Struct member description. | |
String | version |
Struct member description. |
org.openmobileis.common.user.profile.ProfileService.ProfileService | ( | 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 ProfileService.java.