public class

ItemRevision

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2013_2.ItemRevision

Class Overview

Java class for ItemRevision complex type.

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

 <complexType name="ItemRevision">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="obsoleteDate" 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="inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 XMLGregorianCalendar effectiveDate
protected String externalId
protected Boolean inactive
protected String internalId
protected RecordRef item
protected String memo
protected String name
protected XMLGregorianCalendar obsoleteDate
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
ItemRevision()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
String getExternalId()
Gets the value of the externalId property.
Boolean getInactive()
Gets the value of the inactive property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getItem()
Gets the value of the item property.
String getMemo()
Gets the value of the memo property.
String getName()
Gets the value of the name property.
XMLGregorianCalendar getObsoleteDate()
Gets the value of the obsoleteDate property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setInternalId(String value)
Sets the value of the internalId property.
void setItem(RecordRef value)
Sets the value of the item property.
void setMemo(String value)
Sets the value of the memo property.
void setName(String value)
Sets the value of the name property.
void setObsoleteDate(XMLGregorianCalendar value)
Sets the value of the obsoleteDate property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected XMLGregorianCalendar effectiveDate

protected String externalId

protected Boolean inactive

protected String internalId

protected RecordRef item

protected String memo

protected String name

protected XMLGregorianCalendar obsoleteDate

Public Constructors

public ItemRevision ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getItem ()

Gets the value of the item property.

Returns

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public XMLGregorianCalendar getObsoleteDate ()

Gets the value of the obsoleteDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate 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 setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setInternalId (String value)

Sets the value of the internalId 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 setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setObsoleteDate (XMLGregorianCalendar value)

Sets the value of the obsoleteDate property.

Parameters
value Allowed object is XMLGregorianCalendar