public class AttributeDefView extends NodeDefView
id| Constructor and Description |
|---|
AttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple) |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
getAttributeType() |
List<String> |
getFieldLabels() |
List<String> |
getFieldNames() |
Map<String,Boolean> |
getVisibilityByField() |
boolean |
isCalculated() |
boolean |
isQualifier() |
boolean |
isShowInRecordSummaryList() |
void |
setCalculated(boolean calculated) |
void |
setFieldLabels(List<String> fieldLabels) |
void |
setQualifier(boolean qualifier) |
void |
setShowInRecordSummaryList(boolean showInRecordSummaryList) |
void |
setVisibilityByField(Map<String,Boolean> visibilityByField) |
getDeprecatedVersionId, getDescription, getLabel, getName, getSinceVersionId, getType, isAlwaysRelevant, isHideWhenNotRelevant, isKey, isMultiple, setAlwaysRelevant, setDeprecatedVersionId, setDescription, setHideWhenNotRelevant, setSinceVersionIdgetId, setIdpublic AttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple)
public AttributeType getAttributeType()
public boolean isShowInRecordSummaryList()
public void setShowInRecordSummaryList(boolean showInRecordSummaryList)
public boolean isQualifier()
public void setQualifier(boolean qualifier)
public boolean isCalculated()
public void setCalculated(boolean calculated)
Copyright © 2020 Open Foris. All rights reserved.