public class

CustomRecordSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_2.CustomRecordSearchRowBasic

Class Overview

Java class for CustomRecordSearchRowBasic complex type.

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

 <complexType name="CustomRecordSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="recType" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
         <element name="altName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="availableOffline" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="created" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="id" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lastModified" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lastModifiedBy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnStringField> altName
protected List<SearchColumnBooleanField> availableOffline
protected List<SearchColumnDateField> created
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnLongField> id
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnDateField> lastModified
protected List<SearchColumnSelectField> lastModifiedBy
protected List<SearchColumnStringField> name
protected List<SearchColumnSelectField> owner
protected RecordRef recType
Public Constructors
CustomRecordSearchRowBasic()
Public Methods
List<SearchColumnStringField> getAltName()
Gets the value of the altName property.
List<SearchColumnBooleanField> getAvailableOffline()
Gets the value of the availableOffline property.
List<SearchColumnDateField> getCreated()
Gets the value of the created property.
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnLongField> getId()
Gets the value of the id property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsInactive()
Gets the value of the isInactive property.
List<SearchColumnDateField> getLastModified()
Gets the value of the lastModified property.
List<SearchColumnSelectField> getLastModifiedBy()
Gets the value of the lastModifiedBy property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnSelectField> getOwner()
Gets the value of the owner property.
RecordRef getRecType()
Gets the value of the recType property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setRecType(RecordRef value)
Sets the value of the recType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> altName

protected List<SearchColumnBooleanField> availableOffline

protected List<SearchColumnDateField> created

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnLongField> id

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnDateField> lastModified

protected List<SearchColumnSelectField> lastModifiedBy

protected List<SearchColumnStringField> name

protected List<SearchColumnSelectField> owner

protected RecordRef recType

Public Constructors

public CustomRecordSearchRowBasic ()

Public Methods

public List<SearchColumnStringField> getAltName ()

Gets the value of the altName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the altName property.

For example, to add a new item, do as follows:

    getAltName().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnBooleanField> getAvailableOffline ()

Gets the value of the availableOffline property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the availableOffline property.

For example, to add a new item, do as follows:

    getAvailableOffline().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnDateField> getCreated ()

Gets the value of the created property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the created property.

For example, to add a new item, do as follows:

    getCreated().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnSelectField> getExternalId ()

Gets the value of the externalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnLongField> getId ()

Gets the value of the id property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the id property.

For example, to add a new item, do as follows:

    getId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnLongField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnBooleanField> getIsInactive ()

Gets the value of the isInactive property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the isInactive property.

For example, to add a new item, do as follows:

    getIsInactive().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnDateField> getLastModified ()

Gets the value of the lastModified property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lastModified property.

For example, to add a new item, do as follows:

    getLastModified().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnSelectField> getLastModifiedBy ()

Gets the value of the lastModifiedBy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lastModifiedBy property.

For example, to add a new item, do as follows:

    getLastModifiedBy().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getName ()

Gets the value of the name property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the name property.

For example, to add a new item, do as follows:

    getName().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getOwner ()

Gets the value of the owner property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the owner property.

For example, to add a new item, do as follows:

    getOwner().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public RecordRef getRecType ()

Gets the value of the recType property.

Returns

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setRecType (RecordRef value)

Sets the value of the recType property.

Parameters
value Allowed object is RecordRef