Package com.rosetta.model.lib.reports
Class Tabulator.FieldImpl
java.lang.Object
com.rosetta.model.lib.reports.Tabulator.FieldImpl
- All Implemented Interfaces:
Tabulator.Field
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionFieldImpl(String attributeName, boolean isMulti, Optional<ModelSymbolId> ruleId, Optional<String> identifier, List<Tabulator.Field> children) Deprecated. -
Method Summary
-
Constructor Details
-
FieldImpl
public FieldImpl(String attributeName, boolean isMulti, Optional<ModelSymbolId> ruleId, Optional<String> identifier, List<Tabulator.Field> children) Deprecated.
-
-
Method Details
-
getName
Deprecated.- Specified by:
getNamein interfaceTabulator.Field
-
getAttributeName
Deprecated.- Specified by:
getAttributeNamein interfaceTabulator.Field
-
isMulti
public boolean isMulti()Deprecated.- Specified by:
isMultiin interfaceTabulator.Field
-
getRuleId
Deprecated. -
getChildren
Deprecated.- Specified by:
getChildrenin interfaceTabulator.Field
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-