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 EmailAddress |
SalesTransaction.billEmail |
protected EmailAddress |
PurchaseByVendor.billEmail |
protected EmailAddress |
SalesTransaction.billEmailBcc |
protected EmailAddress |
SalesTransaction.billEmailCc |
protected EmailAddress |
CompanyInfo.companyEmailAddr |
protected EmailAddress |
Company.companyEmailAddr |
protected EmailAddress |
CompanyInfo.customerCommunicationEmailAddr |
protected EmailAddress |
Company.customerCommunicationEmailAddr |
protected EmailAddress |
EmailDeliveryInfo.deliveryAddress |
protected EmailAddress |
EmailDeliveryInfo.deliveryAddressBcc |
protected EmailAddress |
EmailDeliveryInfo.deliveryAddressCc |
protected EmailAddress |
ContactInfo.email |
protected EmailAddress |
CompanyInfo.email |
protected EmailAddress |
Company.email |
protected EmailAddress |
PurchaseOrder.poEmail |
protected EmailAddress |
NameBase.primaryEmailAddr |
protected EmailAddress |
PurchaseByVendor.replyEmail |
protected EmailAddress |
SalesFormsPrefs.salesEmailBcc |
protected EmailAddress |
SalesFormsPrefs.salesEmailCc |
Modifier and Type | Field and Description |
---|---|
protected List<EmailAddress> |
User.emailAddr |
Modifier and Type | Method and Description |
---|---|
EmailAddress |
ObjectFactory.createEmailAddress()
Create an instance of
EmailAddress |
EmailAddress |
SalesTransaction.getBillEmail()
Gets the value of the billEmail property.
|
EmailAddress |
PurchaseByVendor.getBillEmail()
Gets the value of the billEmail property.
|
EmailAddress |
SalesTransaction.getBillEmailBcc()
Gets the value of the billEmailBcc property.
|
EmailAddress |
SalesTransaction.getBillEmailCc()
Gets the value of the billEmailCc property.
|
EmailAddress |
CompanyInfo.getCompanyEmailAddr()
Gets the value of the companyEmailAddr property.
|
EmailAddress |
Company.getCompanyEmailAddr()
Gets the value of the companyEmailAddr property.
|
EmailAddress |
CompanyInfo.getCustomerCommunicationEmailAddr()
Gets the value of the customerCommunicationEmailAddr property.
|
EmailAddress |
Company.getCustomerCommunicationEmailAddr()
Gets the value of the customerCommunicationEmailAddr property.
|
EmailAddress |
EmailDeliveryInfo.getDeliveryAddress()
Gets the value of the deliveryAddress property.
|
EmailAddress |
EmailDeliveryInfo.getDeliveryAddressBcc()
Gets the value of the deliveryAddressBcc property.
|
EmailAddress |
EmailDeliveryInfo.getDeliveryAddressCc()
Gets the value of the deliveryAddressCc property.
|
EmailAddress |
ContactInfo.getEmail()
Gets the value of the email property.
|
EmailAddress |
CompanyInfo.getEmail()
Gets the value of the email property.
|
EmailAddress |
Company.getEmail()
Gets the value of the email property.
|
EmailAddress |
PurchaseOrder.getPOEmail()
Gets the value of the poEmail property.
|
EmailAddress |
NameBase.getPrimaryEmailAddr()
Gets the value of the primaryEmailAddr property.
|
EmailAddress |
PurchaseByVendor.getReplyEmail()
Gets the value of the replyEmail property.
|
EmailAddress |
SalesFormsPrefs.getSalesEmailBcc()
Gets the value of the salesEmailBcc property.
|
EmailAddress |
SalesFormsPrefs.getSalesEmailCc()
Gets the value of the salesEmailCc property.
|
Modifier and Type | Method and Description |
---|---|
List<EmailAddress> |
User.getEmailAddr()
Gets the value of the emailAddr property.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesTransaction.setBillEmail(EmailAddress value)
Sets the value of the billEmail property.
|
void |
PurchaseByVendor.setBillEmail(EmailAddress value)
Sets the value of the billEmail property.
|
void |
SalesTransaction.setBillEmailBcc(EmailAddress value)
Sets the value of the billEmailBcc property.
|
void |
SalesTransaction.setBillEmailCc(EmailAddress value)
Sets the value of the billEmailCc property.
|
void |
CompanyInfo.setCompanyEmailAddr(EmailAddress value)
Sets the value of the companyEmailAddr property.
|
void |
Company.setCompanyEmailAddr(EmailAddress value)
Sets the value of the companyEmailAddr property.
|
void |
CompanyInfo.setCustomerCommunicationEmailAddr(EmailAddress value)
Sets the value of the customerCommunicationEmailAddr property.
|
void |
Company.setCustomerCommunicationEmailAddr(EmailAddress value)
Sets the value of the customerCommunicationEmailAddr property.
|
void |
EmailDeliveryInfo.setDeliveryAddress(EmailAddress value)
Sets the value of the deliveryAddress property.
|
void |
EmailDeliveryInfo.setDeliveryAddressBcc(EmailAddress value)
Sets the value of the deliveryAddressBcc property.
|
void |
EmailDeliveryInfo.setDeliveryAddressCc(EmailAddress value)
Sets the value of the deliveryAddressCc property.
|
void |
ContactInfo.setEmail(EmailAddress value)
Sets the value of the email property.
|
void |
CompanyInfo.setEmail(EmailAddress value)
Sets the value of the email property.
|
void |
Company.setEmail(EmailAddress value)
Sets the value of the email property.
|
void |
PurchaseOrder.setPOEmail(EmailAddress value)
Sets the value of the poEmail property.
|
void |
NameBase.setPrimaryEmailAddr(EmailAddress value)
Sets the value of the primaryEmailAddr property.
|
void |
PurchaseByVendor.setReplyEmail(EmailAddress value)
Sets the value of the replyEmail property.
|
void |
SalesFormsPrefs.setSalesEmailBcc(EmailAddress value)
Sets the value of the salesEmailBcc property.
|
void |
SalesFormsPrefs.setSalesEmailCc(EmailAddress value)
Sets the value of the salesEmailCc property.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setEmailAddr(List<EmailAddress> emailAddr)
Sets the value of the emailAddr property.
|
Copyright © 2017. All rights reserved.