public class

InventoryNumber

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.Record
     ↳ com.netsuite.webservices.lists.accounting_2012_1.InventoryNumber

Class Overview

Java class for InventoryNumber complex type.

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

 <complexType name="InventoryNumber">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="inventoryNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="units" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="locationsList" type="{urn:accounting_2012_1.lists.webservices.netsuite.com}InventoryNumberLocationsList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2012_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomFieldList customFieldList
protected XMLGregorianCalendar expirationDate
protected String externalId
protected String internalId
protected String inventoryNumber
protected RecordRef item
protected InventoryNumberLocationsList locationsList
protected String memo
protected String status
protected String units
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2012_1.Record
Public Constructors
InventoryNumber()
Public Methods
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
String getInventoryNumber()
Gets the value of the inventoryNumber property.
RecordRef getItem()
Gets the value of the item property.
InventoryNumberLocationsList getLocationsList()
Gets the value of the locationsList property.
String getMemo()
Gets the value of the memo property.
String getStatus()
Gets the value of the status property.
String getUnits()
Gets the value of the units property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setInventoryNumber(String value)
Sets the value of the inventoryNumber property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLocationsList(InventoryNumberLocationsList value)
Sets the value of the locationsList property.
void setMemo(String value)
Sets the value of the memo property.
void setStatus(String value)
Sets the value of the status property.
void setUnits(String value)
Sets the value of the units property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2012_1.Record
From class java.lang.Object

Fields

protected CustomFieldList customFieldList

protected XMLGregorianCalendar expirationDate

protected String externalId

protected String internalId

protected String inventoryNumber

protected RecordRef item

protected InventoryNumberLocationsList locationsList

protected String memo

protected String status

protected String units

Public Constructors

public InventoryNumber ()

Public Methods

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getInventoryNumber ()

Gets the value of the inventoryNumber property.

Returns
  • possible object is String

public RecordRef getItem ()

Gets the value of the item property.

Returns

public InventoryNumberLocationsList getLocationsList ()

Gets the value of the locationsList property.

Returns

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public String getUnits ()

Gets the value of the units property.

Returns
  • possible object is String

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setInventoryNumber (String value)

Sets the value of the inventoryNumber property.

Parameters
value Allowed object is String

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLocationsList (InventoryNumberLocationsList value)

Sets the value of the locationsList property.

Parameters
value Allowed object is InventoryNumberLocationsList

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setUnits (String value)

Sets the value of the units property.

Parameters
value Allowed object is String