Package no.oslomet.aaas.model
Class AttributeGeneralizationRow
- java.lang.Object
-
- no.oslomet.aaas.model.AttributeGeneralizationRow
-
public class AttributeGeneralizationRow extends java.lang.ObjectModel 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) java.lang.Stringname(package private) java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description AttributeGeneralizationRow(java.lang.String name, java.lang.String type, int generalizationLevel)Constructor setting initial data
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGeneralizationLevel()java.lang.StringgetName()java.lang.StringgetType()
-
-
-
Constructor Detail
-
AttributeGeneralizationRow
public AttributeGeneralizationRow(java.lang.String name, java.lang.String type, int generalizationLevel)Constructor setting initial data- Parameters:
name- Name of the attributetype- Identifying type of attribute. Such as QUASI_IDENTIFYING, SENSITIVE, etcgeneralizationLevel-
-
-