Class GNADataEntryConfigProfile

  • All Implemented Interfaces:
    Serializable

    public class GNADataEntryConfigProfile
    extends Object
    implements Serializable
    The Class GNADataEntryConfigProfile.
    Author:
    Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Dec 21, 2021
    See Also:
    Serialized Form
    • Constructor Detail

      • GNADataEntryConfigProfile

        public GNADataEntryConfigProfile()
        Instantiates a new GNA data entry config profile.
    • Method Detail

      • getDataEntryGUIPresentation

        public DataEntryGUIPresentationConfig getDataEntryGUIPresentation()
        Gets the data entry GUI presentation.
        Returns:
        the data entry GUI presentation
      • setDataEntryGUIPresentation

        public void setDataEntryGUIPresentation​(DataEntryGUIPresentationConfig dataEntryGUIPresentation)
        Sets the data entry GUI presentation.
        Parameters:
        dataEntryGUIPresentation - the new data entry GUI presentation
      • getPermissionsForRole

        public List<RoleRights> getPermissionsForRole()
        Gets the permissions for role.
        Returns:
        the permissions for role
      • setPermissionsForRole

        public void setPermissionsForRole​(List<RoleRights> permissionsForRole)
        Sets the permissions for role.
        Parameters:
        permissionsForRole - the new permissions for role