Package overit.geocall.util
Class PickedProfile
java.lang.Object
overit.geocall.util.PickedProfile
- All Implemented Interfaces:
Serializable
Utility class used to store the picked profile configurations infos.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPickedProfile(Long profileId, String profileDesc, Set<PickedProfile.Conf> pickedConfs, String wmId) -
Method Summary
Modifier and TypeMethodDescriptionGets the picked profile's description.Gets profile's id from which pick the menu configurations.Gets the id of the window manager from which the profile has been picked.booleanisPicked(PickedProfile.Conf conf) Gets if thePickedProfile.Conf, passed as parameter, has been picked from a specific conf profile.
-
Field Details
-
TEMP_PREFIX
- See Also:
-
profileId
-
profileDesc
-
-
Constructor Details
-
PickedProfile
public PickedProfile(Long profileId, String profileDesc, Set<PickedProfile.Conf> pickedConfs, String wmId)
-
-
Method Details
-
getProfileId
Gets profile's id from which pick the menu configurations.- Returns:
- The profile's id from which pick the menu configurations.
-
getProfileDesc
Gets the picked profile's description.- Returns:
- The picked profile's description.
-
isPicked
Gets if thePickedProfile.Conf, passed as parameter, has been picked from a specific conf profile.- Parameters:
conf- The configuration for which to know if has been picked or not.- Returns:
trueif thePickedProfile.Conf, passed as parameter, has been picked from a specific conf profile,falseotherwise.
-
getWindowManagerId
Gets the id of the window manager from which the profile has been picked.- Returns:
- the id of the window manager from which the profile has been picked.
-