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<CustomField> |
Line.customField |
protected List<CustomField> |
IntuitEntity.customField |
protected List<CustomField> |
AttachableRef.customField |
Modifier and Type | Method and Description |
---|---|
CustomField |
ObjectFactory.createCustomField()
Create an instance of
CustomField |
Modifier and Type | Method and Description |
---|---|
List<CustomField> |
Line.getCustomField()
Gets the value of the customField property.
|
List<CustomField> |
IntuitEntity.getCustomField()
Gets the value of the customField property.
|
List<CustomField> |
AttachableRef.getCustomField()
Gets the value of the customField property.
|
Modifier and Type | Method and Description |
---|---|
void |
Line.setCustomField(List<CustomField> customField)
Sets the value of the customField property.
|
void |
IntuitEntity.setCustomField(List<CustomField> customField)
Sets the value of the customField property.
|
void |
AttachableRef.setCustomField(List<CustomField> customField)
Sets the value of the customField property.
|
Copyright © 2017. All rights reserved.