public class

LandedCost

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.platform.common_2013_2.LandedCost

Class Overview

Java class for LandedCost complex type.

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

 <complexType name="LandedCost">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="landedCostDataList" type="{urn:common_2013_2.platform.webservices.netsuite.com}LandedCostDataList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected LandedCostDataList landedCostDataList
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
LandedCost()
Public Methods
LandedCostDataList getLandedCostDataList()
Gets the value of the landedCostDataList property.
void setLandedCostDataList(LandedCostDataList value)
Sets the value of the landedCostDataList property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected LandedCostDataList landedCostDataList

Public Constructors

public LandedCost ()

Public Methods

public LandedCostDataList getLandedCostDataList ()

Gets the value of the landedCostDataList property.

Returns

public void setLandedCostDataList (LandedCostDataList value)

Sets the value of the landedCostDataList property.

Parameters
value Allowed object is LandedCostDataList