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<PhysicalAddress> |
User.addr |
protected List<PhysicalAddress> |
InventorySite.addr |
protected List<PhysicalAddress> |
Vendor.otherAddr |
protected List<PhysicalAddress> |
OtherName.otherAddr |
protected List<PhysicalAddress> |
Employee.otherAddr |
protected List<PhysicalAddress> |
Customer.otherAddr |
protected List<PhysicalAddress> |
CompanyInfo.otherAddr |
protected List<PhysicalAddress> |
Company.otherAddr |
Modifier and Type | Method and Description |
---|---|
PhysicalAddress |
ObjectFactory.createPhysicalAddress()
Create an instance of
PhysicalAddress |
PhysicalAddress |
Vendor.getBillAddr()
Gets the value of the billAddr property.
|
PhysicalAddress |
SalesTransaction.getBillAddr()
Gets the value of the billAddr property.
|
PhysicalAddress |
Customer.getBillAddr()
Gets the value of the billAddr property.
|
PhysicalAddress |
CompanyInfo.getCompanyAddr()
Gets the value of the companyAddr property.
|
PhysicalAddress |
Company.getCompanyAddr()
Gets the value of the companyAddr property.
|
PhysicalAddress |
CompanyInfo.getCustomerCommunicationAddr()
Gets the value of the customerCommunicationAddr property.
|
PhysicalAddress |
Company.getCustomerCommunicationAddr()
Gets the value of the customerCommunicationAddr property.
|
PhysicalAddress |
CompanyInfo.getLegalAddr()
Gets the value of the legalAddr property.
|
PhysicalAddress |
Company.getLegalAddr()
Gets the value of the legalAddr property.
|
PhysicalAddress |
CheckPurchase.getPayeeAddr()
Gets the value of the payeeAddr property.
|
PhysicalAddress |
BillPaymentCheck.getPayeeAddr()
Gets the value of the payeeAddr property.
|
PhysicalAddress |
OtherName.getPrimaryAddr()
Gets the value of the primaryAddr property.
|
PhysicalAddress |
Employee.getPrimaryAddr()
Gets the value of the primaryAddr property.
|
PhysicalAddress |
Purchase.getRemitToAddr()
Gets the value of the remitToAddr property.
|
PhysicalAddress |
Bill.getRemitToAddr()
Gets the value of the remitToAddr property.
|
PhysicalAddress |
Vendor.getShipAddr()
Gets the value of the shipAddr property.
|
PhysicalAddress |
SalesTransaction.getShipAddr()
Gets the value of the shipAddr property.
|
PhysicalAddress |
PurchaseOrder.getShipAddr()
Gets the value of the shipAddr property.
|
PhysicalAddress |
Customer.getShipAddr()
Gets the value of the shipAddr property.
|
PhysicalAddress |
CompanyInfo.getShipAddr()
Gets the value of the shipAddr property.
|
PhysicalAddress |
Company.getShipAddr()
Gets the value of the shipAddr property.
|
PhysicalAddress |
Bill.getShipAddr()
Gets the value of the shipAddr property.
|
PhysicalAddress |
PurchaseOrder.getVendorAddr()
Gets the value of the vendorAddr property.
|
Modifier and Type | Method and Description |
---|---|
List<PhysicalAddress> |
User.getAddr()
Gets the value of the addr property.
|
List<PhysicalAddress> |
InventorySite.getAddr()
Gets the value of the addr property.
|
List<PhysicalAddress> |
Vendor.getOtherAddr()
Gets the value of the otherAddr property.
|
List<PhysicalAddress> |
OtherName.getOtherAddr()
Gets the value of the otherAddr property.
|
List<PhysicalAddress> |
Employee.getOtherAddr()
Gets the value of the otherAddr property.
|
List<PhysicalAddress> |
Customer.getOtherAddr()
Gets the value of the otherAddr property.
|
List<PhysicalAddress> |
CompanyInfo.getOtherAddr()
Gets the value of the otherAddr property.
|
List<PhysicalAddress> |
Company.getOtherAddr()
Gets the value of the otherAddr property.
|
Modifier and Type | Method and Description |
---|---|
void |
Vendor.setBillAddr(PhysicalAddress value)
Sets the value of the billAddr property.
|
void |
SalesTransaction.setBillAddr(PhysicalAddress value)
Sets the value of the billAddr property.
|
void |
Customer.setBillAddr(PhysicalAddress value)
Sets the value of the billAddr property.
|
void |
CompanyInfo.setCompanyAddr(PhysicalAddress value)
Sets the value of the companyAddr property.
|
void |
Company.setCompanyAddr(PhysicalAddress value)
Sets the value of the companyAddr property.
|
void |
CompanyInfo.setCustomerCommunicationAddr(PhysicalAddress value)
Sets the value of the customerCommunicationAddr property.
|
void |
Company.setCustomerCommunicationAddr(PhysicalAddress value)
Sets the value of the customerCommunicationAddr property.
|
void |
CompanyInfo.setLegalAddr(PhysicalAddress value)
Sets the value of the legalAddr property.
|
void |
Company.setLegalAddr(PhysicalAddress value)
Sets the value of the legalAddr property.
|
void |
CheckPurchase.setPayeeAddr(PhysicalAddress value)
Sets the value of the payeeAddr property.
|
void |
BillPaymentCheck.setPayeeAddr(PhysicalAddress value)
Sets the value of the payeeAddr property.
|
void |
OtherName.setPrimaryAddr(PhysicalAddress value)
Sets the value of the primaryAddr property.
|
void |
Employee.setPrimaryAddr(PhysicalAddress value)
Sets the value of the primaryAddr property.
|
void |
Purchase.setRemitToAddr(PhysicalAddress value)
Sets the value of the remitToAddr property.
|
void |
Bill.setRemitToAddr(PhysicalAddress value)
Sets the value of the remitToAddr property.
|
void |
Vendor.setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
|
void |
SalesTransaction.setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
|
void |
PurchaseOrder.setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
|
void |
Customer.setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
|
void |
CompanyInfo.setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
|
void |
Company.setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
|
void |
Bill.setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
|
void |
PurchaseOrder.setVendorAddr(PhysicalAddress value)
Sets the value of the vendorAddr property.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setAddr(List<PhysicalAddress> addr)
Sets the value of the addr property.
|
void |
InventorySite.setAddr(List<PhysicalAddress> addr)
Sets the value of the addr property.
|
void |
Vendor.setOtherAddr(List<PhysicalAddress> otherAddr)
Sets the value of the otherAddr property.
|
void |
OtherName.setOtherAddr(List<PhysicalAddress> otherAddr)
Sets the value of the otherAddr property.
|
void |
Employee.setOtherAddr(List<PhysicalAddress> otherAddr)
Sets the value of the otherAddr property.
|
void |
Customer.setOtherAddr(List<PhysicalAddress> otherAddr)
Sets the value of the otherAddr property.
|
void |
CompanyInfo.setOtherAddr(List<PhysicalAddress> otherAddr)
Sets the value of the otherAddr property.
|
void |
Company.setOtherAddr(List<PhysicalAddress> otherAddr)
Sets the value of the otherAddr property.
|
Copyright © 2017. All rights reserved.