| java.lang.Object | ||
| ↳ | com.coupa.resources.Resource | |
| ↳ | com.coupa.transaction.SupplierItem | |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="price" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="supplier-part-num" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lead-time" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="preferred" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="price-change" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="savings-pct" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="updated-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="created-by" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="updated-by" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="currency" type="{}currency-summary" minOccurs="0"/>
<element name="supplier" type="{}supplier-summary" minOccurs="0"/>
<element name="item" type="{}item" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| createdAt | |||||||||||
| createdBy | |||||||||||
| currency | |||||||||||
| id | |||||||||||
| item | |||||||||||
| leadTime | |||||||||||
| manufacturer | |||||||||||
| preferred | |||||||||||
| price | |||||||||||
| priceChange | |||||||||||
| savingsPct | |||||||||||
| supplier | |||||||||||
| supplierPartNum | |||||||||||
| updatedAt | |||||||||||
| updatedBy | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the createdAt property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the currency property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the leadTime property.
| |||||||||||
Gets the value of the manufacturer property.
| |||||||||||
Gets the value of the price property.
| |||||||||||
Gets the value of the priceChange property.
| |||||||||||
Gets the value of the savingsPct property.
| |||||||||||
Gets the value of the supplier property.
| |||||||||||
Gets the value of the supplierPartNum property.
| |||||||||||
Gets the value of the updatedAt property.
| |||||||||||
Gets the value of the updatedBy property.
| |||||||||||
Gets the value of the preferred property.
| |||||||||||
Sets the value of the createdAt property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the currency property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the leadTime property.
| |||||||||||
Sets the value of the manufacturer property.
| |||||||||||
Sets the value of the preferred property.
| |||||||||||
Sets the value of the price property.
| |||||||||||
Sets the value of the priceChange property.
| |||||||||||
Sets the value of the savingsPct property.
| |||||||||||
Sets the value of the supplier property.
| |||||||||||
Sets the value of the supplierPartNum property.
| |||||||||||
Sets the value of the updatedAt property.
| |||||||||||
Sets the value of the updatedBy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.coupa.api.Identifiable
| |||||||||||
Gets the value of the createdAt property.
Gets the value of the createdBy property.
Gets the value of the currency property.
CurrencySummary
Gets the value of the id property.
Gets the value of the leadTime property.
Gets the value of the manufacturer property.
Gets the value of the price property.
Gets the value of the priceChange property.
Gets the value of the savingsPct property.
Gets the value of the supplier property.
SupplierSummary
Gets the value of the supplierPartNum property.
Gets the value of the updatedAt property.
Gets the value of the updatedBy property.
Gets the value of the preferred property.
Sets the value of the createdAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createdBy property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the currency property.
| value | Allowed object is
CurrencySummary
|
|---|
Sets the value of the id property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the item property.
| value | Allowed object is
Item
|
|---|
Sets the value of the leadTime property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the manufacturer property.
| value | Allowed object is String |
|---|
Sets the value of the preferred property.
| value | Allowed object is Boolean |
|---|
Sets the value of the price property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the priceChange property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the savingsPct property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the supplier property.
| value | Allowed object is
SupplierSummary
|
|---|
Sets the value of the supplierPartNum property.
| value | Allowed object is String |
|---|
Sets the value of the updatedAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedBy property.
| value | Allowed object is XMLGregorianCalendar |
|---|