public class Preferences extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Preferences complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Preferences"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}IntuitEntity"> <sequence> <element name="AccountingInfoPrefs" type="{http://schema.intuit.com/finance/v3}CompanyAccountingPrefs" minOccurs="0"/> <element name="AdvancedInventoryPrefs" type="{http://schema.intuit.com/finance/v3}AdvancedInventoryPrefs" minOccurs="0"/> <element name="ProductAndServicesPrefs" type="{http://schema.intuit.com/finance/v3}ProductAndServicesPrefs" minOccurs="0"/> <element name="SalesFormsPrefs" type="{http://schema.intuit.com/finance/v3}SalesFormsPrefs" minOccurs="0"/> <element name="EmailMessagesPrefs" type="{http://schema.intuit.com/finance/v3}EmailMessagesPrefs" minOccurs="0"/> <element name="PrintDocumentPrefs" type="{http://schema.intuit.com/finance/v3}PrintDocumentPrefs" minOccurs="0"/> <element name="VendorAndPurchasesPrefs" type="{http://schema.intuit.com/finance/v3}VendorAndPurchasesPrefs" minOccurs="0"/> <element name="TimeTrackingPrefs" type="{http://schema.intuit.com/finance/v3}TimeTrackingPrefs" minOccurs="0"/> <element name="TaxPrefs" type="{http://schema.intuit.com/finance/v3}TaxPrefs" minOccurs="0"/> <element name="FinanceChargesPrefs" type="{http://schema.intuit.com/finance/v3}FinanceChargePrefs" minOccurs="0"/> <element name="CurrencyPrefs" type="{http://schema.intuit.com/finance/v3}CurrencyPrefs" minOccurs="0"/> <element name="ReportPrefs" type="{http://schema.intuit.com/finance/v3}ReportPrefs" minOccurs="0"/> <element name="OtherPrefs" type="{http://schema.intuit.com/finance/v3}OtherPrefs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CompanyAccountingPrefs |
accountingInfoPrefs |
protected AdvancedInventoryPrefs |
advancedInventoryPrefs |
protected CurrencyPrefs |
currencyPrefs |
protected EmailMessagesPrefs |
emailMessagesPrefs |
protected FinanceChargePrefs |
financeChargesPrefs |
protected OtherPrefs |
otherPrefs |
protected PrintDocumentPrefs |
printDocumentPrefs |
protected ProductAndServicesPrefs |
productAndServicesPrefs |
protected ReportPrefs |
reportPrefs |
protected SalesFormsPrefs |
salesFormsPrefs |
protected TaxPrefs |
taxPrefs |
protected TimeTrackingPrefs |
timeTrackingPrefs |
protected VendorAndPurchasesPrefs |
vendorAndPurchasesPrefs |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
Preferences() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
CompanyAccountingPrefs |
getAccountingInfoPrefs()
Gets the value of the accountingInfoPrefs property.
|
AdvancedInventoryPrefs |
getAdvancedInventoryPrefs()
Gets the value of the advancedInventoryPrefs property.
|
CurrencyPrefs |
getCurrencyPrefs()
Gets the value of the currencyPrefs property.
|
EmailMessagesPrefs |
getEmailMessagesPrefs()
Gets the value of the emailMessagesPrefs property.
|
FinanceChargePrefs |
getFinanceChargesPrefs()
Gets the value of the financeChargesPrefs property.
|
OtherPrefs |
getOtherPrefs()
Gets the value of the otherPrefs property.
|
PrintDocumentPrefs |
getPrintDocumentPrefs()
Gets the value of the printDocumentPrefs property.
|
ProductAndServicesPrefs |
getProductAndServicesPrefs()
Gets the value of the productAndServicesPrefs property.
|
ReportPrefs |
getReportPrefs()
Gets the value of the reportPrefs property.
|
SalesFormsPrefs |
getSalesFormsPrefs()
Gets the value of the salesFormsPrefs property.
|
TaxPrefs |
getTaxPrefs()
Gets the value of the taxPrefs property.
|
TimeTrackingPrefs |
getTimeTrackingPrefs()
Gets the value of the timeTrackingPrefs property.
|
VendorAndPurchasesPrefs |
getVendorAndPurchasesPrefs()
Gets the value of the vendorAndPurchasesPrefs property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAccountingInfoPrefs(CompanyAccountingPrefs value)
Sets the value of the accountingInfoPrefs property.
|
void |
setAdvancedInventoryPrefs(AdvancedInventoryPrefs value)
Sets the value of the advancedInventoryPrefs property.
|
void |
setCurrencyPrefs(CurrencyPrefs value)
Sets the value of the currencyPrefs property.
|
void |
setEmailMessagesPrefs(EmailMessagesPrefs value)
Sets the value of the emailMessagesPrefs property.
|
void |
setFinanceChargesPrefs(FinanceChargePrefs value)
Sets the value of the financeChargesPrefs property.
|
void |
setOtherPrefs(OtherPrefs value)
Sets the value of the otherPrefs property.
|
void |
setPrintDocumentPrefs(PrintDocumentPrefs value)
Sets the value of the printDocumentPrefs property.
|
void |
setProductAndServicesPrefs(ProductAndServicesPrefs value)
Sets the value of the productAndServicesPrefs property.
|
void |
setReportPrefs(ReportPrefs value)
Sets the value of the reportPrefs property.
|
void |
setSalesFormsPrefs(SalesFormsPrefs value)
Sets the value of the salesFormsPrefs property.
|
void |
setTaxPrefs(TaxPrefs value)
Sets the value of the taxPrefs property.
|
void |
setTimeTrackingPrefs(TimeTrackingPrefs value)
Sets the value of the timeTrackingPrefs property.
|
void |
setVendorAndPurchasesPrefs(VendorAndPurchasesPrefs value)
Sets the value of the vendorAndPurchasesPrefs property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected CompanyAccountingPrefs accountingInfoPrefs
protected AdvancedInventoryPrefs advancedInventoryPrefs
protected ProductAndServicesPrefs productAndServicesPrefs
protected SalesFormsPrefs salesFormsPrefs
protected EmailMessagesPrefs emailMessagesPrefs
protected PrintDocumentPrefs printDocumentPrefs
protected VendorAndPurchasesPrefs vendorAndPurchasesPrefs
protected TimeTrackingPrefs timeTrackingPrefs
protected TaxPrefs taxPrefs
protected FinanceChargePrefs financeChargesPrefs
protected CurrencyPrefs currencyPrefs
protected ReportPrefs reportPrefs
protected OtherPrefs otherPrefs
public CompanyAccountingPrefs getAccountingInfoPrefs()
CompanyAccountingPrefs
public void setAccountingInfoPrefs(CompanyAccountingPrefs value)
value
- allowed object is
CompanyAccountingPrefs
public AdvancedInventoryPrefs getAdvancedInventoryPrefs()
AdvancedInventoryPrefs
public void setAdvancedInventoryPrefs(AdvancedInventoryPrefs value)
value
- allowed object is
AdvancedInventoryPrefs
public ProductAndServicesPrefs getProductAndServicesPrefs()
ProductAndServicesPrefs
public void setProductAndServicesPrefs(ProductAndServicesPrefs value)
value
- allowed object is
ProductAndServicesPrefs
public SalesFormsPrefs getSalesFormsPrefs()
SalesFormsPrefs
public void setSalesFormsPrefs(SalesFormsPrefs value)
value
- allowed object is
SalesFormsPrefs
public EmailMessagesPrefs getEmailMessagesPrefs()
EmailMessagesPrefs
public void setEmailMessagesPrefs(EmailMessagesPrefs value)
value
- allowed object is
EmailMessagesPrefs
public PrintDocumentPrefs getPrintDocumentPrefs()
PrintDocumentPrefs
public void setPrintDocumentPrefs(PrintDocumentPrefs value)
value
- allowed object is
PrintDocumentPrefs
public VendorAndPurchasesPrefs getVendorAndPurchasesPrefs()
VendorAndPurchasesPrefs
public void setVendorAndPurchasesPrefs(VendorAndPurchasesPrefs value)
value
- allowed object is
VendorAndPurchasesPrefs
public TimeTrackingPrefs getTimeTrackingPrefs()
TimeTrackingPrefs
public void setTimeTrackingPrefs(TimeTrackingPrefs value)
value
- allowed object is
TimeTrackingPrefs
public TaxPrefs getTaxPrefs()
TaxPrefs
public void setTaxPrefs(TaxPrefs value)
value
- allowed object is
TaxPrefs
public FinanceChargePrefs getFinanceChargesPrefs()
FinanceChargePrefs
public void setFinanceChargesPrefs(FinanceChargePrefs value)
value
- allowed object is
FinanceChargePrefs
public CurrencyPrefs getCurrencyPrefs()
CurrencyPrefs
public void setCurrencyPrefs(CurrencyPrefs value)
value
- allowed object is
CurrencyPrefs
public ReportPrefs getReportPrefs()
ReportPrefs
public void setReportPrefs(ReportPrefs value)
value
- allowed object is
ReportPrefs
public OtherPrefs getOtherPrefs()
OtherPrefs
public void setOtherPrefs(OtherPrefs value)
value
- allowed object is
OtherPrefs
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.