public class

LandedCostData

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2013_2.LandedCostData

Class Overview

Java class for LandedCostData complex type.

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

 <complexType name="LandedCostData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="costCategory" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double amount
protected RecordRef costCategory
Public Constructors
LandedCostData()
Public Methods
Double getAmount()
Gets the value of the amount property.
RecordRef getCostCategory()
Gets the value of the costCategory property.
void setAmount(Double value)
Sets the value of the amount property.
void setCostCategory(RecordRef value)
Sets the value of the costCategory property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected RecordRef costCategory

Public Constructors

public LandedCostData ()

Public Methods

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public RecordRef getCostCategory ()

Gets the value of the costCategory property.

Returns

public void setAmount (Double value)

Sets the value of the amount property.

Parameters
value Allowed object is Double

public void setCostCategory (RecordRef value)

Sets the value of the costCategory property.

Parameters
value Allowed object is RecordRef