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<ContactInfo> |
InventorySite.contactInfo |
protected List<ContactInfo> |
NameBase.otherContactInfo |
protected List<ContactInfo> |
CompanyInfo.otherContactInfo |
protected List<ContactInfo> |
CompanyAccountingPrefs.otherContactInfo |
protected List<ContactInfo> |
Company.otherContactInfo |
Modifier and Type | Method and Description |
---|---|
ContactInfo |
ObjectFactory.createContactInfo()
Create an instance of
ContactInfo |
Modifier and Type | Method and Description |
---|---|
List<ContactInfo> |
InventorySite.getContactInfo()
Gets the value of the contactInfo property.
|
List<ContactInfo> |
NameBase.getOtherContactInfo()
Gets the value of the otherContactInfo property.
|
List<ContactInfo> |
CompanyInfo.getOtherContactInfo()
Gets the value of the otherContactInfo property.
|
List<ContactInfo> |
CompanyAccountingPrefs.getOtherContactInfo()
Gets the value of the otherContactInfo property.
|
List<ContactInfo> |
Company.getOtherContactInfo()
Gets the value of the otherContactInfo property.
|
Modifier and Type | Method and Description |
---|---|
void |
InventorySite.setContactInfo(List<ContactInfo> contactInfo)
Sets the value of the contactInfo property.
|
void |
NameBase.setOtherContactInfo(List<ContactInfo> otherContactInfo)
Sets the value of the otherContactInfo property.
|
void |
CompanyInfo.setOtherContactInfo(List<ContactInfo> otherContactInfo)
Sets the value of the otherContactInfo property.
|
void |
CompanyAccountingPrefs.setOtherContactInfo(List<ContactInfo> otherContactInfo)
Sets the value of the otherContactInfo property.
|
void |
Company.setOtherContactInfo(List<ContactInfo> otherContactInfo)
Sets the value of the otherContactInfo property.
|
Copyright © 2017. All rights reserved.