public class

FolderSearchBasic

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

Class Overview

Java class for FolderSearchBasic complex type.

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

 <complexType name="FolderSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="description" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" 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="group" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" 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="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isTopLevel" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="numFiles" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="parent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="predecessor" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="private" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="size" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchBooleanField _private
protected SearchMultiSelectField clazz
protected SearchMultiSelectField department
protected SearchStringField description
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField group
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isInactive
protected SearchBooleanField isTopLevel
protected SearchDateField lastModifiedDate
protected SearchMultiSelectField location
protected SearchStringField name
protected SearchLongField numFiles
protected SearchMultiSelectField owner
protected SearchMultiSelectField parent
protected SearchMultiSelectField predecessor
protected SearchLongField size
protected SearchMultiSelectField subsidiary
Public Constructors
FolderSearchBasic()
Public Methods
SearchMultiSelectField getClazz()
Gets the value of the clazz property.
SearchMultiSelectField getDepartment()
Gets the value of the department property.
SearchStringField getDescription()
Gets the value of the description property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchMultiSelectField getGroup()
Gets the value of the group property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsInactive()
Gets the value of the isInactive property.
SearchBooleanField getIsTopLevel()
Gets the value of the isTopLevel property.
SearchDateField getLastModifiedDate()
Gets the value of the lastModifiedDate property.
SearchMultiSelectField getLocation()
Gets the value of the location property.
SearchStringField getName()
Gets the value of the name property.
SearchLongField getNumFiles()
Gets the value of the numFiles property.
SearchMultiSelectField getOwner()
Gets the value of the owner property.
SearchMultiSelectField getParent()
Gets the value of the parent property.
SearchMultiSelectField getPredecessor()
Gets the value of the predecessor property.
SearchBooleanField getPrivate()
Gets the value of the private property.
SearchLongField getSize()
Gets the value of the size property.
SearchMultiSelectField getSubsidiary()
Gets the value of the subsidiary property.
void setClazz(SearchMultiSelectField value)
Sets the value of the clazz property.
void setDepartment(SearchMultiSelectField value)
Sets the value of the department property.
void setDescription(SearchStringField value)
Sets the value of the description property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setGroup(SearchMultiSelectField value)
Sets the value of the group property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsInactive(SearchBooleanField value)
Sets the value of the isInactive property.
void setIsTopLevel(SearchBooleanField value)
Sets the value of the isTopLevel property.
void setLastModifiedDate(SearchDateField value)
Sets the value of the lastModifiedDate property.
void setLocation(SearchMultiSelectField value)
Sets the value of the location property.
void setName(SearchStringField value)
Sets the value of the name property.
void setNumFiles(SearchLongField value)
Sets the value of the numFiles property.
void setOwner(SearchMultiSelectField value)
Sets the value of the owner property.
void setParent(SearchMultiSelectField value)
Sets the value of the parent property.
void setPredecessor(SearchMultiSelectField value)
Sets the value of the predecessor property.
void setPrivate(SearchBooleanField value)
Sets the value of the private property.
void setSize(SearchLongField value)
Sets the value of the size property.
void setSubsidiary(SearchMultiSelectField value)
Sets the value of the subsidiary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchBooleanField _private

protected SearchMultiSelectField clazz

protected SearchMultiSelectField department

protected SearchStringField description

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField group

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isInactive

protected SearchBooleanField isTopLevel

protected SearchDateField lastModifiedDate

protected SearchMultiSelectField location

protected SearchStringField name

protected SearchLongField numFiles

protected SearchMultiSelectField owner

protected SearchMultiSelectField parent

protected SearchMultiSelectField predecessor

protected SearchLongField size

protected SearchMultiSelectField subsidiary

Public Constructors

public FolderSearchBasic ()

Public Methods

public SearchMultiSelectField getClazz ()

Gets the value of the clazz property.

Returns

public SearchMultiSelectField getDepartment ()

Gets the value of the department property.

Returns

public SearchStringField getDescription ()

Gets the value of the description 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 getGroup ()

Gets the value of the group 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 SearchBooleanField getIsInactive ()

Gets the value of the isInactive property.

Returns

public SearchBooleanField getIsTopLevel ()

Gets the value of the isTopLevel property.

Returns

public SearchDateField getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns

public SearchMultiSelectField getLocation ()

Gets the value of the location property.

Returns

public SearchStringField getName ()

Gets the value of the name property.

Returns

public SearchLongField getNumFiles ()

Gets the value of the numFiles property.

Returns

public SearchMultiSelectField getOwner ()

Gets the value of the owner property.

Returns

public SearchMultiSelectField getParent ()

Gets the value of the parent property.

Returns

public SearchMultiSelectField getPredecessor ()

Gets the value of the predecessor property.

Returns

public SearchBooleanField getPrivate ()

Gets the value of the private property.

Returns

public SearchLongField getSize ()

Gets the value of the size property.

Returns

public SearchMultiSelectField getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public void setClazz (SearchMultiSelectField value)

Sets the value of the clazz property.

Parameters
value Allowed object is SearchMultiSelectField

public void setDepartment (SearchMultiSelectField value)

Sets the value of the department property.

Parameters
value Allowed object is SearchMultiSelectField

public void setDescription (SearchStringField value)

Sets the value of the description property.

Parameters
value Allowed object is SearchStringField

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 setGroup (SearchMultiSelectField value)

Sets the value of the group property.

Parameters
value Allowed object is SearchMultiSelectField

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 setIsInactive (SearchBooleanField value)

Sets the value of the isInactive property.

Parameters
value Allowed object is SearchBooleanField

public void setIsTopLevel (SearchBooleanField value)

Sets the value of the isTopLevel property.

Parameters
value Allowed object is SearchBooleanField

public void setLastModifiedDate (SearchDateField value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is SearchDateField

public void setLocation (SearchMultiSelectField value)

Sets the value of the location property.

Parameters
value Allowed object is SearchMultiSelectField

public void setName (SearchStringField value)

Sets the value of the name property.

Parameters
value Allowed object is SearchStringField

public void setNumFiles (SearchLongField value)

Sets the value of the numFiles property.

Parameters
value Allowed object is SearchLongField

public void setOwner (SearchMultiSelectField value)

Sets the value of the owner property.

Parameters
value Allowed object is SearchMultiSelectField

public void setParent (SearchMultiSelectField value)

Sets the value of the parent property.

Parameters
value Allowed object is SearchMultiSelectField

public void setPredecessor (SearchMultiSelectField value)

Sets the value of the predecessor property.

Parameters
value Allowed object is SearchMultiSelectField

public void setPrivate (SearchBooleanField value)

Sets the value of the private property.

Parameters
value Allowed object is SearchBooleanField

public void setSize (SearchLongField value)

Sets the value of the size property.

Parameters
value Allowed object is SearchLongField

public void setSubsidiary (SearchMultiSelectField value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is SearchMultiSelectField