public class

CheckExpense

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.bank_2010_2.CheckExpense

Class Overview

Java class for CheckExpense complex type.

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

 <complexType name="CheckExpense">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="line" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="category" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="account" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="customer" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isBillable" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="tax1Amt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="taxRate2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="grossAmt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef account
protected Double amount
protected RecordRef category
protected RecordRef clazz
protected CustomFieldList customFieldList
protected RecordRef customer
protected RecordRef department
protected Double grossAmt
protected Boolean isBillable
protected Long line
protected RecordRef location
protected String memo
protected Double tax1Amt
protected RecordRef taxCode
protected Double taxRate1
protected Double taxRate2
Public Constructors
CheckExpense()
Public Methods
RecordRef getAccount()
Gets the value of the account property.
Double getAmount()
Gets the value of the amount property.
RecordRef getCategory()
Gets the value of the category property.
RecordRef getClazz()
Gets the value of the clazz property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomer()
Gets the value of the customer property.
RecordRef getDepartment()
Gets the value of the department property.
Double getGrossAmt()
Gets the value of the grossAmt property.
Long getLine()
Gets the value of the line property.
RecordRef getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo 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.
Boolean isIsBillable()
Gets the value of the isBillable property.
void setAccount(RecordRef value)
Sets the value of the account property.
void setAmount(Double value)
Sets the value of the amount property.
void setCategory(RecordRef value)
Sets the value of the category property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomer(RecordRef value)
Sets the value of the customer property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setGrossAmt(Double value)
Sets the value of the grossAmt property.
void setIsBillable(Boolean value)
Sets the value of the isBillable property.
void setLine(Long value)
Sets the value of the line property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef account

protected Double amount

protected RecordRef category

protected RecordRef clazz

protected CustomFieldList customFieldList

protected RecordRef customer

protected RecordRef department

protected Double grossAmt

protected Boolean isBillable

protected Long line

protected RecordRef location

protected String memo

protected Double tax1Amt

protected RecordRef taxCode

protected Double taxRate1

protected Double taxRate2

Public Constructors

public CheckExpense ()

Public Methods

public RecordRef getAccount ()

Gets the value of the account property.

Returns

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public RecordRef getCategory ()

Gets the value of the category property.

Returns

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomer ()

Gets the value of the customer property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public Double getGrossAmt ()

Gets the value of the grossAmt property.

Returns
  • possible object is Double

public Long getLine ()

Gets the value of the line property.

Returns
  • possible object is Long

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public String getMemo ()

Gets the value of the memo 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 Boolean isIsBillable ()

Gets the value of the isBillable property.

Returns
  • possible object is Boolean

public void setAccount (RecordRef value)

Sets the value of the account property.

Parameters
value Allowed object is RecordRef

public void setAmount (Double value)

Sets the value of the amount property.

Parameters
value Allowed object is Double

public void setCategory (RecordRef value)

Sets the value of the category property.

Parameters
value Allowed object is RecordRef

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomer (RecordRef value)

Sets the value of the customer property.

Parameters
value Allowed object is RecordRef

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setGrossAmt (Double value)

Sets the value of the grossAmt property.

Parameters
value Allowed object is Double

public void setIsBillable (Boolean value)

Sets the value of the isBillable property.

Parameters
value Allowed object is Boolean

public void setLine (Long value)

Sets the value of the line property.

Parameters
value Allowed object is Long

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setMemo (String value)

Sets the value of the memo 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