Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Field and Description |
---|---|
protected List<ColData> |
Summary.colData |
protected List<ColData> |
Row.colData |
protected List<ColData> |
Header.colData |
Modifier and Type | Method and Description |
---|---|
ColData |
ObjectFactory.createColData()
Create an instance of
ColData |
Modifier and Type | Method and Description |
---|---|
List<ColData> |
Summary.getColData()
Gets the value of the colData property.
|
List<ColData> |
Row.getColData()
Gets the value of the colData property.
|
List<ColData> |
Header.getColData()
Gets the value of the colData property.
|
Modifier and Type | Method and Description |
---|---|
void |
Summary.setColData(List<ColData> colData)
Sets the value of the colData property.
|
void |
Row.setColData(List<ColData> colData)
Sets the value of the colData property.
|
void |
Header.setColData(List<ColData> colData)
Sets the value of the colData property.
|
Copyright © 2017. All rights reserved.