Package no.nav.arxaas.model
Class Attribute
- java.lang.Object
-
- no.nav.arxaas.model.Attribute
-
public class Attribute extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private AttributeTypeModelattributeTypeModelprivate Stringfieldprivate List<String[]>hierarchy
-
Constructor Summary
Constructors Constructor Description Attribute(String field, AttributeTypeModel attributeTypeModel, List<String[]> hierarchy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeTypeModelgetAttributeTypeModel()StringgetField()List<String[]>getHierarchy()
-
-
-
Field Detail
-
field
private final String field
-
attributeTypeModel
private final AttributeTypeModel attributeTypeModel
-
-
Constructor Detail
-
Attribute
public Attribute(String field, AttributeTypeModel attributeTypeModel, List<String[]> hierarchy)
-
-
Method Detail
-
getField
public String getField()
-
getAttributeTypeModel
public AttributeTypeModel getAttributeTypeModel()
-
-