public class

CashSaleExpCost

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

Class Overview

Java class for CashSaleExpCost complex type.

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

 <complexType name="CashSaleExpCost">
   <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="jobDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="employeeDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="categoryDisp" 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="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="originalAmount" 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="taxableDisp" type="{http://www.w3.org/2001/XMLSchema}string" 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 categoryDisp
protected String clazz
protected String department
protected Long doc
protected String employeeDisp
protected Double grossAmt
protected String jobDisp
protected Long line
protected String location
protected String memo
protected Double originalAmount
protected XMLGregorianCalendar revRecEndDate
protected RecordRef revRecSchedule
protected XMLGregorianCalendar revRecStartDate
protected Double tax1Amt
protected RecordRef taxCode
protected Double taxRate1
protected Double taxRate2
protected String taxableDisp
Public Constructors
CashSaleExpCost()
Public Methods
Double getAmount()
Gets the value of the amount property.
XMLGregorianCalendar getBilledDate()
Gets the value of the billedDate property.
String getCategoryDisp()
Gets the value of the categoryDisp property.
String getClazz()
Gets the value of the clazz property.
String getDepartment()
Gets the value of the department property.
Long getDoc()
Gets the value of the doc property.
String getEmployeeDisp()
Gets the value of the employeeDisp property.
Double getGrossAmt()
Gets the value of the grossAmt 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.
Double getOriginalAmount()
Gets the value of the originalAmount 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.
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 getTaxableDisp()
Gets the value of the taxableDisp 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 setCategoryDisp(String value)
Sets the value of the categoryDisp property.
void setClazz(String value)
Sets the value of the clazz property.
void setDepartment(String value)
Sets the value of the department property.
void setDoc(Long value)
Sets the value of the doc property.
void setEmployeeDisp(String value)
Sets the value of the employeeDisp property.
void setGrossAmt(Double value)
Sets the value of the grossAmt 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 setOriginalAmount(Double value)
Sets the value of the originalAmount 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 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 setTaxableDisp(String value)
Sets the value of the taxableDisp property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected Boolean apply

protected XMLGregorianCalendar billedDate

protected String categoryDisp

protected String clazz

protected String department

protected Long doc

protected String employeeDisp

protected Double grossAmt

protected String jobDisp

protected Long line

protected String location

protected String memo

protected Double originalAmount

protected XMLGregorianCalendar revRecEndDate

protected RecordRef revRecSchedule

protected XMLGregorianCalendar revRecStartDate

protected Double tax1Amt

protected RecordRef taxCode

protected Double taxRate1

protected Double taxRate2

protected String taxableDisp

Public Constructors

public CashSaleExpCost ()

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 getCategoryDisp ()

Gets the value of the categoryDisp property.

Returns
  • possible object is String

public String getClazz ()

Gets the value of the clazz property.

Returns
  • possible object is String

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 String getEmployeeDisp ()

Gets the value of the employeeDisp property.

Returns
  • possible object is String

public Double getGrossAmt ()

Gets the value of the grossAmt property.

Returns
  • possible object is Double

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 Double getOriginalAmount ()

Gets the value of the originalAmount property.

Returns
  • possible object is Double

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 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 getTaxableDisp ()

Gets the value of the taxableDisp 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 setCategoryDisp (String value)

Sets the value of the categoryDisp property.

Parameters
value Allowed object is String

public void setClazz (String value)

Sets the value of the clazz property.

Parameters
value Allowed object is String

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 setEmployeeDisp (String value)

Sets the value of the employeeDisp property.

Parameters
value Allowed object is String

public void setGrossAmt (Double value)

Sets the value of the grossAmt property.

Parameters
value Allowed object is Double

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 setOriginalAmount (Double value)

Sets the value of the originalAmount property.

Parameters
value Allowed object is Double

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 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 setTaxableDisp (String value)

Sets the value of the taxableDisp property.

Parameters
value Allowed object is String