public class VendorAndPurchasesPrefs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for VendorAndPurchasesPrefs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VendorAndPurchasesPrefs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EnableBills" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TrackingByCustomer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BillableExpenseTracking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DefaultTerms" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="DefaultMarkup" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="DefaultMarkupAccount" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="AutomaticBillPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="POCustomField" type="{http://schema.intuit.com/finance/v3}CustomFieldDefinition" maxOccurs="unbounded" minOccurs="0"/>
<element name="MsgToVendors" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UsingInventory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UsingMultiLocationInventory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DaysBillsAreDue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DiscountAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
automaticBillPayment |
protected Boolean |
billableExpenseTracking |
protected Integer |
daysBillsAreDue |
protected BigDecimal |
defaultMarkup |
protected ReferenceType |
defaultMarkupAccount |
protected ReferenceType |
defaultTerms |
protected ReferenceType |
discountAccountRef |
protected Boolean |
enableBills |
protected String |
msgToVendors |
protected List<CustomFieldDefinition> |
poCustomField |
protected Boolean |
trackingByCustomer |
protected Boolean |
usingInventory |
protected Boolean |
usingMultiLocationInventory |
| Constructor and Description |
|---|
VendorAndPurchasesPrefs() |
| 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) |
Integer |
getDaysBillsAreDue()
Gets the value of the daysBillsAreDue property.
|
BigDecimal |
getDefaultMarkup()
Gets the value of the defaultMarkup property.
|
ReferenceType |
getDefaultMarkupAccount()
Gets the value of the defaultMarkupAccount property.
|
ReferenceType |
getDefaultTerms()
Gets the value of the defaultTerms property.
|
ReferenceType |
getDiscountAccountRef()
Gets the value of the discountAccountRef property.
|
String |
getMsgToVendors()
Gets the value of the msgToVendors property.
|
List<CustomFieldDefinition> |
getPOCustomField()
Gets the value of the poCustomField property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isAutomaticBillPayment()
Gets the value of the automaticBillPayment property.
|
Boolean |
isBillableExpenseTracking()
Gets the value of the billableExpenseTracking property.
|
Boolean |
isEnableBills()
Gets the value of the enableBills property.
|
Boolean |
isTrackingByCustomer()
Gets the value of the trackingByCustomer property.
|
Boolean |
isUsingInventory()
Gets the value of the usingInventory property.
|
Boolean |
isUsingMultiLocationInventory()
Gets the value of the usingMultiLocationInventory property.
|
void |
setAutomaticBillPayment(Boolean value)
Sets the value of the automaticBillPayment property.
|
void |
setBillableExpenseTracking(Boolean value)
Sets the value of the billableExpenseTracking property.
|
void |
setDaysBillsAreDue(Integer value)
Sets the value of the daysBillsAreDue property.
|
void |
setDefaultMarkup(BigDecimal value)
Sets the value of the defaultMarkup property.
|
void |
setDefaultMarkupAccount(ReferenceType value)
Sets the value of the defaultMarkupAccount property.
|
void |
setDefaultTerms(ReferenceType value)
Sets the value of the defaultTerms property.
|
void |
setDiscountAccountRef(ReferenceType value)
Sets the value of the discountAccountRef property.
|
void |
setEnableBills(Boolean value)
Sets the value of the enableBills property.
|
void |
setMsgToVendors(String value)
Sets the value of the msgToVendors property.
|
void |
setPOCustomField(List<CustomFieldDefinition> poCustomField)
Sets the value of the poCustomField property.
|
void |
setTrackingByCustomer(Boolean value)
Sets the value of the trackingByCustomer property.
|
void |
setUsingInventory(Boolean value)
Sets the value of the usingInventory property.
|
void |
setUsingMultiLocationInventory(Boolean value)
Sets the value of the usingMultiLocationInventory property.
|
protected Boolean enableBills
protected Boolean trackingByCustomer
protected Boolean billableExpenseTracking
protected ReferenceType defaultTerms
protected BigDecimal defaultMarkup
protected ReferenceType defaultMarkupAccount
protected Boolean automaticBillPayment
protected List<CustomFieldDefinition> poCustomField
protected String msgToVendors
protected Boolean usingInventory
protected Boolean usingMultiLocationInventory
protected Integer daysBillsAreDue
protected ReferenceType discountAccountRef
public Boolean isEnableBills()
Booleanpublic void setEnableBills(Boolean value)
value - allowed object is
Booleanpublic Boolean isTrackingByCustomer()
Booleanpublic void setTrackingByCustomer(Boolean value)
value - allowed object is
Booleanpublic Boolean isBillableExpenseTracking()
Booleanpublic void setBillableExpenseTracking(Boolean value)
value - allowed object is
Booleanpublic ReferenceType getDefaultTerms()
ReferenceTypepublic void setDefaultTerms(ReferenceType value)
value - allowed object is
ReferenceTypepublic BigDecimal getDefaultMarkup()
BigDecimalpublic void setDefaultMarkup(BigDecimal value)
value - allowed object is
BigDecimalpublic ReferenceType getDefaultMarkupAccount()
ReferenceTypepublic void setDefaultMarkupAccount(ReferenceType value)
value - allowed object is
ReferenceTypepublic Boolean isAutomaticBillPayment()
Booleanpublic void setAutomaticBillPayment(Boolean value)
value - allowed object is
Booleanpublic List<CustomFieldDefinition> getPOCustomField()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the poCustomField property.
For example, to add a new item, do as follows:
getPOCustomField().add(newItem);
Objects of the following type(s) are allowed in the list
CustomFieldDefinition
public String getMsgToVendors()
Stringpublic void setMsgToVendors(String value)
value - allowed object is
Stringpublic Boolean isUsingInventory()
Booleanpublic void setUsingInventory(Boolean value)
value - allowed object is
Booleanpublic Boolean isUsingMultiLocationInventory()
Booleanpublic void setUsingMultiLocationInventory(Boolean value)
value - allowed object is
Booleanpublic Integer getDaysBillsAreDue()
Integerpublic void setDaysBillsAreDue(Integer value)
value - allowed object is
Integerpublic ReferenceType getDiscountAccountRef()
ReferenceTypepublic void setDiscountAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic void setPOCustomField(List<CustomFieldDefinition> poCustomField)
poCustomField - allowed object is
CustomFieldDefinitionpublic 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.