public class

NoteSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2010_2.NoteSearchBasic

Class Overview

Java class for NoteSearchBasic complex type.

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

 <complexType name="NoteSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="author" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="direction" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="note" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="noteDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="noteType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="title" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchMultiSelectField author
protected SearchBooleanField direction
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchStringField note
protected SearchDateField noteDate
protected SearchMultiSelectField noteType
protected SearchStringField title
Public Constructors
NoteSearchBasic()
Public Methods
SearchMultiSelectField getAuthor()
Gets the value of the author property.
SearchBooleanField getDirection()
Gets the value of the direction property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchStringField getNote()
Gets the value of the note property.
SearchDateField getNoteDate()
Gets the value of the noteDate property.
SearchMultiSelectField getNoteType()
Gets the value of the noteType property.
SearchStringField getTitle()
Gets the value of the title property.
void setAuthor(SearchMultiSelectField value)
Sets the value of the author property.
void setDirection(SearchBooleanField value)
Sets the value of the direction property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setNote(SearchStringField value)
Sets the value of the note property.
void setNoteDate(SearchDateField value)
Sets the value of the noteDate property.
void setNoteType(SearchMultiSelectField value)
Sets the value of the noteType property.
void setTitle(SearchStringField value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchMultiSelectField author

protected SearchBooleanField direction

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchStringField note

protected SearchDateField noteDate

protected SearchMultiSelectField noteType

protected SearchStringField title

Public Constructors

public NoteSearchBasic ()

Public Methods

public SearchMultiSelectField getAuthor ()

Gets the value of the author property.

Returns

public SearchBooleanField getDirection ()

Gets the value of the direction property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchStringField getNote ()

Gets the value of the note property.

Returns

public SearchDateField getNoteDate ()

Gets the value of the noteDate property.

Returns

public SearchMultiSelectField getNoteType ()

Gets the value of the noteType property.

Returns

public SearchStringField getTitle ()

Gets the value of the title property.

Returns

public void setAuthor (SearchMultiSelectField value)

Sets the value of the author property.

Parameters
value Allowed object is SearchMultiSelectField

public void setDirection (SearchBooleanField value)

Sets the value of the direction property.

Parameters
value Allowed object is SearchBooleanField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setNote (SearchStringField value)

Sets the value of the note property.

Parameters
value Allowed object is SearchStringField

public void setNoteDate (SearchDateField value)

Sets the value of the noteDate property.

Parameters
value Allowed object is SearchDateField

public void setNoteType (SearchMultiSelectField value)

Sets the value of the noteType property.

Parameters
value Allowed object is SearchMultiSelectField

public void setTitle (SearchStringField value)

Sets the value of the title property.

Parameters
value Allowed object is SearchStringField