Package no.nav.arxaas.model
Class AttributeGeneralizationRow
- java.lang.Object
-
- no.nav.arxaas.model.AttributeGeneralizationRow
-
public class AttributeGeneralizationRow extends Object
Model class for formatting Attribute generalization data so they can be stored with collections
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intgeneralizationLevel(package private) Stringname(package private) Stringtype
-
Constructor Summary
Constructors Constructor Description AttributeGeneralizationRow(String name, String type, int generalizationLevel)Constructor setting initial data
-
-
-
Constructor Detail
-
AttributeGeneralizationRow
public AttributeGeneralizationRow(String name, String type, int generalizationLevel)
Constructor setting initial data- Parameters:
name- Name of the attributetype- Identifying type of attribute. Such as QUASI_IDENTIFYING, SENSITIVE, etcgeneralizationLevel- the generalization level used to anonymize the dataset.
-
-