| 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<LinkedTxn> |
Transaction.linkedTxn |
protected List<LinkedTxn> |
Line.linkedTxn |
| Modifier and Type | Method and Description |
|---|---|
LinkedTxn |
ObjectFactory.createLinkedTxn()
Create an instance of
LinkedTxn |
| Modifier and Type | Method and Description |
|---|---|
List<LinkedTxn> |
Transaction.getLinkedTxn()
Gets the value of the linkedTxn property.
|
List<LinkedTxn> |
Line.getLinkedTxn()
Gets the value of the linkedTxn property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.setLinkedTxn(List<LinkedTxn> linkedTxn)
Sets the value of the linkedTxn property.
|
void |
Line.setLinkedTxn(List<LinkedTxn> linkedTxn)
Sets the value of the linkedTxn property.
|
Copyright © 2017. All rights reserved.