public class

LotNumberedInventoryItemNumbers

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_2.LotNumberedInventoryItemNumbers

Class Overview

Java class for LotNumberedInventoryItemNumbers complex type.

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

 <complexType name="LotNumberedInventoryItemNumbers">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="serialNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="quantityOnHand" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar expirationDate
protected Double quantityOnHand
protected RecordRef serialNumber
Public Constructors
LotNumberedInventoryItemNumbers()
Public Methods
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
Double getQuantityOnHand()
Gets the value of the quantityOnHand property.
RecordRef getSerialNumber()
Gets the value of the serialNumber property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setQuantityOnHand(Double value)
Sets the value of the quantityOnHand property.
void setSerialNumber(RecordRef value)
Sets the value of the serialNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar expirationDate

protected Double quantityOnHand

protected RecordRef serialNumber

Public Constructors

public LotNumberedInventoryItemNumbers ()

Public Methods

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public Double getQuantityOnHand ()

Gets the value of the quantityOnHand property.

Returns
  • possible object is Double

public RecordRef getSerialNumber ()

Gets the value of the serialNumber property.

Returns

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setQuantityOnHand (Double value)

Sets the value of the quantityOnHand property.

Parameters
value Allowed object is Double

public void setSerialNumber (RecordRef value)

Sets the value of the serialNumber property.

Parameters
value Allowed object is RecordRef