public class

InventoryDetail

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.Record
     ↳ com.netsuite.webservices.platform.common_2012_1.InventoryDetail

Class Overview

Java class for InventoryDetail complex type.

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

 <complexType name="InventoryDetail">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="inventoryAssignmentList" type="{urn:common_2012_1.platform.webservices.netsuite.com}InventoryAssignmentList" minOccurs="0"/>
         <element name="customForm" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef customForm
protected InventoryAssignmentList inventoryAssignmentList
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2012_1.Record
Public Constructors
InventoryDetail()
Public Methods
RecordRef getCustomForm()
Gets the value of the customForm property.
InventoryAssignmentList getInventoryAssignmentList()
Gets the value of the inventoryAssignmentList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setInventoryAssignmentList(InventoryAssignmentList value)
Sets the value of the inventoryAssignmentList property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2012_1.Record
From class java.lang.Object

Fields

protected RecordRef customForm

protected InventoryAssignmentList inventoryAssignmentList

Public Constructors

public InventoryDetail ()

Public Methods

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public InventoryAssignmentList getInventoryAssignmentList ()

Gets the value of the inventoryAssignmentList property.

Returns

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setInventoryAssignmentList (InventoryAssignmentList value)

Sets the value of the inventoryAssignmentList property.

Parameters
value Allowed object is InventoryAssignmentList