public class

LandedCost

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_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>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="category" 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="source" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}LandedCostSource" minOccurs="0"/>
         <element name="transaction" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double amount
protected RecordRef category
protected LandedCostSource source
protected RecordRef transaction
Public Constructors
LandedCost()
Public Methods
Double getAmount()
Gets the value of the amount property.
RecordRef getCategory()
Gets the value of the category property.
LandedCostSource getSource()
Gets the value of the source property.
RecordRef getTransaction()
Gets the value of the transaction property.
void setAmount(Double value)
Sets the value of the amount property.
void setCategory(RecordRef value)
Sets the value of the category property.
void setSource(LandedCostSource value)
Sets the value of the source property.
void setTransaction(RecordRef value)
Sets the value of the transaction property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected RecordRef category

protected LandedCostSource source

protected RecordRef transaction

Public Constructors

public LandedCost ()

Public Methods

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 LandedCostSource getSource ()

Gets the value of the source property.

Returns

public RecordRef getTransaction ()

Gets the value of the transaction property.

Returns

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 setSource (LandedCostSource value)

Sets the value of the source property.

Parameters
value Allowed object is LandedCostSource

public void setTransaction (RecordRef value)

Sets the value of the transaction property.

Parameters
value Allowed object is RecordRef