Class PickedProfile

java.lang.Object
overit.geocall.util.PickedProfile
All Implemented Interfaces:
Serializable

public class PickedProfile extends Object implements Serializable
Utility class used to store the picked profile configurations infos.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getProfileId

      public Long getProfileId()
      Gets profile's id from which pick the menu configurations.
      Returns:
      The profile's id from which pick the menu configurations.
    • getProfileDesc

      public String getProfileDesc()
      Gets the picked profile's description.
      Returns:
      The picked profile's description.
    • isPicked

      public boolean isPicked(PickedProfile.Conf conf)
      Gets if the PickedProfile.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:
      true if the PickedProfile.Conf, passed as parameter, has been picked from a specific conf profile, false otherwise.
    • getWindowManagerId

      public String 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.