Class GNADataEntryConfigProfile
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.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 Summary
Constructors Constructor Description GNADataEntryConfigProfile()Instantiates a new GNA data entry config profile.GNADataEntryConfigProfile(List<RoleRights> permissionsForRole, DataEntryGUIPresentationConfig dataEntryGUIPresentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataEntryGUIPresentationConfiggetDataEntryGUIPresentation()Gets the data entry GUI presentation.List<RoleRights>getPermissionsForRole()Gets the permissions for role.voidsetDataEntryGUIPresentation(DataEntryGUIPresentationConfig dataEntryGUIPresentation)Sets the data entry GUI presentation.voidsetPermissionsForRole(List<RoleRights> permissionsForRole)Sets the permissions for role.StringtoString()
-
-
-
Constructor Detail
-
GNADataEntryConfigProfile
public GNADataEntryConfigProfile()
Instantiates a new GNA data entry config profile.
-
GNADataEntryConfigProfile
public GNADataEntryConfigProfile(List<RoleRights> permissionsForRole, DataEntryGUIPresentationConfig dataEntryGUIPresentation)
-
-
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
-
-