public class

CustomList

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.setup.customization_2010_2.CustomList

Class Overview

Java class for CustomList complex type.

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

 <complexType name="CustomList">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isOrdered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isMatrixOption" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="scriptId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="convertToCustomRecord" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="customValueList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomListCustomValueList" minOccurs="0"/>
         <element name="translationsList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomListTranslationsList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean convertToCustomRecord
protected CustomListCustomValueList customValueList
protected String description
protected String internalId
protected Boolean isInactive
protected Boolean isMatrixOption
protected Boolean isOrdered
protected String name
protected RecordRef owner
protected String scriptId
protected CustomListTranslationsList translationsList
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
CustomList()
Public Methods
CustomListCustomValueList getCustomValueList()
Gets the value of the customValueList property.
String getDescription()
Gets the value of the description property.
String getInternalId()
Gets the value of the internalId property.
String getName()
Gets the value of the name property.
RecordRef getOwner()
Gets the value of the owner property.
String getScriptId()
Gets the value of the scriptId property.
CustomListTranslationsList getTranslationsList()
Gets the value of the translationsList property.
Boolean isConvertToCustomRecord()
Gets the value of the convertToCustomRecord property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isIsMatrixOption()
Gets the value of the isMatrixOption property.
Boolean isIsOrdered()
Gets the value of the isOrdered property.
void setConvertToCustomRecord(Boolean value)
Sets the value of the convertToCustomRecord property.
void setCustomValueList(CustomListCustomValueList value)
Sets the value of the customValueList property.
void setDescription(String value)
Sets the value of the description property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setIsMatrixOption(Boolean value)
Sets the value of the isMatrixOption property.
void setIsOrdered(Boolean value)
Sets the value of the isOrdered property.
void setName(String value)
Sets the value of the name property.
void setOwner(RecordRef value)
Sets the value of the owner property.
void setScriptId(String value)
Sets the value of the scriptId property.
void setTranslationsList(CustomListTranslationsList value)
Sets the value of the translationsList property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected Boolean convertToCustomRecord

protected CustomListCustomValueList customValueList

protected String description

protected String internalId

protected Boolean isInactive

protected Boolean isMatrixOption

protected Boolean isOrdered

protected String name

protected RecordRef owner

protected String scriptId

protected CustomListTranslationsList translationsList

Public Constructors

public CustomList ()

Public Methods

public CustomListCustomValueList getCustomValueList ()

Gets the value of the customValueList property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public RecordRef getOwner ()

Gets the value of the owner property.

Returns

public String getScriptId ()

Gets the value of the scriptId property.

Returns
  • possible object is String

public CustomListTranslationsList getTranslationsList ()

Gets the value of the translationsList property.

Returns

public Boolean isConvertToCustomRecord ()

Gets the value of the convertToCustomRecord property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isIsMatrixOption ()

Gets the value of the isMatrixOption property.

Returns
  • possible object is Boolean

public Boolean isIsOrdered ()

Gets the value of the isOrdered property.

Returns
  • possible object is Boolean

public void setConvertToCustomRecord (Boolean value)

Sets the value of the convertToCustomRecord property.

Parameters
value Allowed object is Boolean

public void setCustomValueList (CustomListCustomValueList value)

Sets the value of the customValueList property.

Parameters
value Allowed object is CustomListCustomValueList

public void setDescription (String value)

Sets the value of the description 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 setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setIsMatrixOption (Boolean value)

Sets the value of the isMatrixOption property.

Parameters
value Allowed object is Boolean

public void setIsOrdered (Boolean value)

Sets the value of the isOrdered property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setOwner (RecordRef value)

Sets the value of the owner property.

Parameters
value Allowed object is RecordRef

public void setScriptId (String value)

Sets the value of the scriptId property.

Parameters
value Allowed object is String

public void setTranslationsList (CustomListTranslationsList value)

Sets the value of the translationsList property.

Parameters
value Allowed object is CustomListTranslationsList