public class GNADataEntryConfigProfile extends Object implements Serializable
| Constructor and Description |
|---|
GNADataEntryConfigProfile()
Instantiates a new GNA data entry config profile.
|
GNADataEntryConfigProfile(List<ItemField> listItemFields,
List<RoleRights> permissionsForRole)
Instantiates a new GNA data entry config profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemField> |
getListItemFields()
Gets the list item fields.
|
List<RoleRights> |
getPermissionsForRole()
Gets the permissions for role.
|
void |
setListItemFields(List<ItemField> listItemFields)
Sets the list item fields.
|
void |
setPermissionsForRole(List<RoleRights> permissionsForRole)
Sets the permissions for role.
|
String |
toString()
To string.
|
public GNADataEntryConfigProfile()
public GNADataEntryConfigProfile(List<ItemField> listItemFields, List<RoleRights> permissionsForRole)
listItemFields - the list item fieldspermissionsForRole - the permissions for rolepublic List<ItemField> getListItemFields()
public void setListItemFields(List<ItemField> listItemFields)
listItemFields - the new list item fieldspublic List<RoleRights> getPermissionsForRole()
public void setPermissionsForRole(List<RoleRights> permissionsForRole)
permissionsForRole - the new permissions for roleCopyright © 2022. All Rights Reserved.