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.
|
com.intuit.ipp.serialization |
Modifier and Type | Class and Description |
---|---|
class |
BooleanTypeCustomFieldDefinition
Product: ALL
Description: Provides for strong-typing of the BooleanType CustomField.
|
class |
DateTypeCustomFieldDefinition
Product: ALL
Description: Provides for strong-typing of the DateType CustomField.
|
class |
NumberTypeCustomFieldDefinition
Product: ALL
Description: Provides for strong-typing of the NumberType CustomField.
|
class |
StringTypeCustomFieldDefinition
Product: ALL
Description: Provides for strong-typing of the StringType CustomField.
|
Modifier and Type | Field and Description |
---|---|
protected List<CustomFieldDefinition> |
SalesFormsPrefs.customField |
protected List<CustomFieldDefinition> |
VendorAndPurchasesPrefs.poCustomField |
Modifier and Type | Method and Description |
---|---|
JAXBElement<CustomFieldDefinition> |
ObjectFactory.createCustomFieldDefinition(CustomFieldDefinition value)
|
List<CustomFieldDefinition> |
SalesFormsPrefs.getCustomField()
Gets the value of the customField property.
|
List<CustomFieldDefinition> |
VendorAndPurchasesPrefs.getPOCustomField()
Gets the value of the poCustomField property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<CustomFieldDefinition> |
ObjectFactory.createCustomFieldDefinition(CustomFieldDefinition value)
|
Modifier and Type | Method and Description |
---|---|
void |
SalesFormsPrefs.setCustomField(List<CustomFieldDefinition> customField)
Sets the value of the customField property.
|
void |
VendorAndPurchasesPrefs.setPOCustomField(List<CustomFieldDefinition> poCustomField)
Sets the value of the poCustomField property.
|
Modifier and Type | Method and Description |
---|---|
CustomFieldDefinition |
CustomFieldDefinitionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext desContext) |
Copyright © 2017. All rights reserved.