public class

CashSaleItemCost

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.sales_2010_2.CashSaleItemCost

Class Overview

Java class for CashSaleItemCost complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CashSaleItemCost">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="apply" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="doc" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="line" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="billedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="itemDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="jobDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="department" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unitDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="options" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
         <element name="itemCostCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="serialNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="revRecSchedule" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="revRecStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="revRecEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="grossAmt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="tax1Amt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="taxCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="taxRate1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="taxRate2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double amount
protected Boolean apply
protected XMLGregorianCalendar billedDate
protected String clazz
protected Double cost
protected String department
protected Long doc
protected Double grossAmt
protected String itemCostCount
protected String itemDisp
protected String jobDisp
protected Long line
protected String location
protected String memo
protected CustomFieldList options
protected String quantity
protected XMLGregorianCalendar revRecEndDate
protected RecordRef revRecSchedule
protected XMLGregorianCalendar revRecStartDate
protected String serialNumbers
protected Double tax1Amt
protected RecordRef taxCode
protected Double taxRate1
protected Double taxRate2
protected String unitDisp
Public Constructors
CashSaleItemCost()
Public Methods
Double getAmount()
Gets the value of the amount property.
XMLGregorianCalendar getBilledDate()
Gets the value of the billedDate property.
String getClazz()
Gets the value of the clazz property.
Double getCost()
Gets the value of the cost property.
String getDepartment()
Gets the value of the department property.
Long getDoc()
Gets the value of the doc property.
Double getGrossAmt()
Gets the value of the grossAmt property.
String getItemCostCount()
Gets the value of the itemCostCount property.
String getItemDisp()
Gets the value of the itemDisp property.
String getJobDisp()
Gets the value of the jobDisp property.
Long getLine()
Gets the value of the line property.
String getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo property.
CustomFieldList getOptions()
Gets the value of the options property.
String getQuantity()
Gets the value of the quantity property.
XMLGregorianCalendar getRevRecEndDate()
Gets the value of the revRecEndDate property.
RecordRef getRevRecSchedule()
Gets the value of the revRecSchedule property.
XMLGregorianCalendar getRevRecStartDate()
Gets the value of the revRecStartDate property.
String getSerialNumbers()
Gets the value of the serialNumbers property.
Double getTax1Amt()
Gets the value of the tax1Amt property.
RecordRef getTaxCode()
Gets the value of the taxCode property.
Double getTaxRate1()
Gets the value of the taxRate1 property.
Double getTaxRate2()
Gets the value of the taxRate2 property.
String getUnitDisp()
Gets the value of the unitDisp property.
Boolean isApply()
Gets the value of the apply property.
void setAmount(Double value)
Sets the value of the amount property.
void setApply(Boolean value)
Sets the value of the apply property.
void setBilledDate(XMLGregorianCalendar value)
Sets the value of the billedDate property.
void setClazz(String value)
Sets the value of the clazz property.
void setCost(Double value)
Sets the value of the cost property.
void setDepartment(String value)
Sets the value of the department property.
void setDoc(Long value)
Sets the value of the doc property.
void setGrossAmt(Double value)
Sets the value of the grossAmt property.
void setItemCostCount(String value)
Sets the value of the itemCostCount property.
void setItemDisp(String value)
Sets the value of the itemDisp property.
void setJobDisp(String value)
Sets the value of the jobDisp property.
void setLine(Long value)
Sets the value of the line property.
void setLocation(String value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo property.
void setOptions(CustomFieldList value)
Sets the value of the options property.
void setQuantity(String value)
Sets the value of the quantity property.
void setRevRecEndDate(XMLGregorianCalendar value)
Sets the value of the revRecEndDate property.
void setRevRecSchedule(RecordRef value)
Sets the value of the revRecSchedule property.
void setRevRecStartDate(XMLGregorianCalendar value)
Sets the value of the revRecStartDate property.
void setSerialNumbers(String value)
Sets the value of the serialNumbers property.
void setTax1Amt(Double value)
Sets the value of the tax1Amt property.
void setTaxCode(RecordRef value)
Sets the value of the taxCode property.
void setTaxRate1(Double value)
Sets the value of the taxRate1 property.
void setTaxRate2(Double value)
Sets the value of the taxRate2 property.
void setUnitDisp(String value)
Sets the value of the unitDisp property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected Boolean apply

protected XMLGregorianCalendar billedDate

protected String clazz

protected Double cost

protected String department

protected Long doc

protected Double grossAmt

protected String itemCostCount

protected String itemDisp

protected String jobDisp

protected Long line

protected String location

protected String memo

protected CustomFieldList options

protected String quantity

protected XMLGregorianCalendar revRecEndDate

protected RecordRef revRecSchedule

protected XMLGregorianCalendar revRecStartDate

protected String serialNumbers

protected Double tax1Amt

protected RecordRef taxCode

protected Double taxRate1

protected Double taxRate2

protected String unitDisp

Public Constructors

public CashSaleItemCost ()

Public Methods

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public XMLGregorianCalendar getBilledDate ()

Gets the value of the billedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getClazz ()

Gets the value of the clazz property.

Returns
  • possible object is String

public Double getCost ()

Gets the value of the cost property.

Returns
  • possible object is Double

public String getDepartment ()

Gets the value of the department property.

Returns
  • possible object is String

public Long getDoc ()

Gets the value of the doc property.

Returns
  • possible object is Long

public Double getGrossAmt ()

Gets the value of the grossAmt property.

Returns
  • possible object is Double

public String getItemCostCount ()

Gets the value of the itemCostCount property.

Returns
  • possible object is String

public String getItemDisp ()

Gets the value of the itemDisp property.

Returns
  • possible object is String

public String getJobDisp ()

Gets the value of the jobDisp property.

Returns
  • possible object is String

public Long getLine ()

Gets the value of the line property.

Returns
  • possible object is Long

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public CustomFieldList getOptions ()

Gets the value of the options property.

Returns

public String getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is String

public XMLGregorianCalendar getRevRecEndDate ()

Gets the value of the revRecEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getRevRecSchedule ()

Gets the value of the revRecSchedule property.

Returns

public XMLGregorianCalendar getRevRecStartDate ()

Gets the value of the revRecStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getSerialNumbers ()

Gets the value of the serialNumbers property.

Returns
  • possible object is String

public Double getTax1Amt ()

Gets the value of the tax1Amt property.

Returns
  • possible object is Double

public RecordRef getTaxCode ()

Gets the value of the taxCode property.

Returns

public Double getTaxRate1 ()

Gets the value of the taxRate1 property.

Returns
  • possible object is Double

public Double getTaxRate2 ()

Gets the value of the taxRate2 property.

Returns
  • possible object is Double

public String getUnitDisp ()

Gets the value of the unitDisp property.

Returns
  • possible object is String

public Boolean isApply ()

Gets the value of the apply property.

Returns
  • possible object is Boolean

public void setAmount (Double value)

Sets the value of the amount property.

Parameters
value Allowed object is Double

public void setApply (Boolean value)

Sets the value of the apply property.

Parameters
value Allowed object is Boolean

public void setBilledDate (XMLGregorianCalendar value)

Sets the value of the billedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setClazz (String value)

Sets the value of the clazz property.

Parameters
value Allowed object is String

public void setCost (Double value)

Sets the value of the cost property.

Parameters
value Allowed object is Double

public void setDepartment (String value)

Sets the value of the department property.

Parameters
value Allowed object is String

public void setDoc (Long value)

Sets the value of the doc property.

Parameters
value Allowed object is Long

public void setGrossAmt (Double value)

Sets the value of the grossAmt property.

Parameters
value Allowed object is Double

public void setItemCostCount (String value)

Sets the value of the itemCostCount property.

Parameters
value Allowed object is String

public void setItemDisp (String value)

Sets the value of the itemDisp property.

Parameters
value Allowed object is String

public void setJobDisp (String value)

Sets the value of the jobDisp property.

Parameters
value Allowed object is String

public void setLine (Long value)

Sets the value of the line property.

Parameters
value Allowed object is Long

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setOptions (CustomFieldList value)

Sets the value of the options property.

Parameters
value Allowed object is CustomFieldList

public void setQuantity (String value)

Sets the value of the quantity property.

Parameters
value Allowed object is String

public void setRevRecEndDate (XMLGregorianCalendar value)

Sets the value of the revRecEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRevRecSchedule (RecordRef value)

Sets the value of the revRecSchedule property.

Parameters
value Allowed object is RecordRef

public void setRevRecStartDate (XMLGregorianCalendar value)

Sets the value of the revRecStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSerialNumbers (String value)

Sets the value of the serialNumbers property.

Parameters
value Allowed object is String

public void setTax1Amt (Double value)

Sets the value of the tax1Amt property.

Parameters
value Allowed object is Double

public void setTaxCode (RecordRef value)

Sets the value of the taxCode property.

Parameters
value Allowed object is RecordRef

public void setTaxRate1 (Double value)

Sets the value of the taxRate1 property.

Parameters
value Allowed object is Double

public void setTaxRate2 (Double value)

Sets the value of the taxRate2 property.

Parameters
value Allowed object is Double

public void setUnitDisp (String value)

Sets the value of the unitDisp property.

Parameters
value Allowed object is String