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<Line> |
Transaction.line |
protected List<Line> |
GroupLineDetail.line |
protected List<Line> |
TxnTaxDetail.taxLine |
Modifier and Type | Method and Description |
---|---|
Line |
ObjectFactory.createLine()
Create an instance of
Line |
Modifier and Type | Method and Description |
---|---|
List<Line> |
Transaction.getLine()
Gets the value of the line property.
|
List<Line> |
GroupLineDetail.getLine()
Gets the value of the line property.
|
List<Line> |
TxnTaxDetail.getTaxLine()
Gets the value of the taxLine property.
|
Modifier and Type | Method and Description |
---|---|
void |
Transaction.setLine(List<Line> line)
Sets the value of the line property.
|
void |
GroupLineDetail.setLine(List<Line> line)
Sets the value of the line property.
|
void |
TxnTaxDetail.setTaxLine(List<Line> taxLine)
Sets the value of the taxLine property.
|
Copyright © 2017. All rights reserved.