public class

PostingTransactionSummary

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.PostingTransactionSummary

Class Overview

Java class for PostingTransactionSummary complex type.

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

 <complexType name="PostingTransactionSummary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="period" 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="parentItem" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="item" 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="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="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef account
protected double amount
protected RecordRef clazz
protected RecordRef customer
protected RecordRef department
protected RecordRef item
protected RecordRef location
protected RecordRef parentItem
protected RecordRef period
protected RecordRef subsidiary
Public Constructors
PostingTransactionSummary()
Public Methods
RecordRef getAccount()
Gets the value of the account property.
double getAmount()
Gets the value of the amount property.
RecordRef getClazz()
Gets the value of the clazz property.
RecordRef getCustomer()
Gets the value of the customer property.
RecordRef getDepartment()
Gets the value of the department property.
RecordRef getItem()
Gets the value of the item property.
RecordRef getLocation()
Gets the value of the location property.
RecordRef getParentItem()
Gets the value of the parentItem property.
RecordRef getPeriod()
Gets the value of the period property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
void setAccount(RecordRef value)
Sets the value of the account property.
void setAmount(double value)
Sets the value of the amount property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCustomer(RecordRef value)
Sets the value of the customer property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setParentItem(RecordRef value)
Sets the value of the parentItem property.
void setPeriod(RecordRef value)
Sets the value of the period property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef account

protected double amount

protected RecordRef clazz

protected RecordRef customer

protected RecordRef department

protected RecordRef item

protected RecordRef location

protected RecordRef parentItem

protected RecordRef period

protected RecordRef subsidiary

Public Constructors

public PostingTransactionSummary ()

Public Methods

public RecordRef getAccount ()

Gets the value of the account property.

Returns

public double getAmount ()

Gets the value of the amount property.

public RecordRef getClazz ()

Gets the value of the clazz 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 RecordRef getItem ()

Gets the value of the item property.

Returns

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public RecordRef getParentItem ()

Gets the value of the parentItem property.

Returns

public RecordRef getPeriod ()

Gets the value of the period property.

Returns

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

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

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

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 setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setParentItem (RecordRef value)

Sets the value of the parentItem property.

Parameters
value Allowed object is RecordRef

public void setPeriod (RecordRef value)

Sets the value of the period property.

Parameters
value Allowed object is RecordRef

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef