public class

FolderSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.FolderSearchRowBasic

Class Overview

Java class for FolderSearchRowBasic complex type.

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

 <complexType name="FolderSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="class" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="department" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="folderSize" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="group" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="numFiles" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="owner" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="parent" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnSelectField> clazz
protected List<SearchColumnSelectField> department
protected List<SearchColumnStringField> description
protected List<SearchColumnStringField> externalId
protected List<SearchColumnLongField> folderSize
protected List<SearchColumnSelectField> group
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnDateField> lastModifiedDate
protected List<SearchColumnSelectField> location
protected List<SearchColumnStringField> name
protected List<SearchColumnLongField> numFiles
protected List<SearchColumnSelectField> owner
protected List<SearchColumnSelectField> parent
protected List<SearchColumnSelectField> subsidiary
Public Constructors
FolderSearchRowBasic()
Public Methods
List<SearchColumnSelectField> getClazz()
Gets the value of the clazz property.
List<SearchColumnSelectField> getDepartment()
Gets the value of the department property.
List<SearchColumnStringField> getDescription()
Gets the value of the description property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnLongField> getFolderSize()
Gets the value of the folderSize property.
List<SearchColumnSelectField> getGroup()
Gets the value of the group property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsInactive()
Gets the value of the isInactive property.
List<SearchColumnDateField> getLastModifiedDate()
Gets the value of the lastModifiedDate property.
List<SearchColumnSelectField> getLocation()
Gets the value of the location property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnLongField> getNumFiles()
Gets the value of the numFiles property.
List<SearchColumnSelectField> getOwner()
Gets the value of the owner property.
List<SearchColumnSelectField> getParent()
Gets the value of the parent property.
List<SearchColumnSelectField> getSubsidiary()
Gets the value of the subsidiary property.
void setClazz(List<SearchColumnSelectField> clazz)
Sets the value of the clazz property.
void setDepartment(List<SearchColumnSelectField> department)
Sets the value of the department property.
void setDescription(List<SearchColumnStringField> description)
Sets the value of the description property.
void setExternalId(List<SearchColumnStringField> externalId)
Sets the value of the externalId property.
void setFolderSize(List<SearchColumnLongField> folderSize)
Sets the value of the folderSize property.
void setGroup(List<SearchColumnSelectField> group)
Sets the value of the group property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setIsInactive(List<SearchColumnBooleanField> isInactive)
Sets the value of the isInactive property.
void setLastModifiedDate(List<SearchColumnDateField> lastModifiedDate)
Sets the value of the lastModifiedDate property.
void setLocation(List<SearchColumnSelectField> location)
Sets the value of the location property.
void setName(List<SearchColumnStringField> name)
Sets the value of the name property.
void setNumFiles(List<SearchColumnLongField> numFiles)
Sets the value of the numFiles property.
void setOwner(List<SearchColumnSelectField> owner)
Sets the value of the owner property.
void setParent(List<SearchColumnSelectField> parent)
Sets the value of the parent property.
void setSubsidiary(List<SearchColumnSelectField> subsidiary)
Sets the value of the subsidiary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnSelectField> clazz

protected List<SearchColumnSelectField> department

protected List<SearchColumnStringField> description

protected List<SearchColumnStringField> externalId

protected List<SearchColumnLongField> folderSize

protected List<SearchColumnSelectField> group

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnDateField> lastModifiedDate

protected List<SearchColumnSelectField> location

protected List<SearchColumnStringField> name

protected List<SearchColumnLongField> numFiles

protected List<SearchColumnSelectField> owner

protected List<SearchColumnSelectField> parent

protected List<SearchColumnSelectField> subsidiary

Public Constructors

public FolderSearchRowBasic ()

Public Methods

public List<SearchColumnSelectField> getClazz ()

Gets the value of the clazz 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 clazz property.

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

    getClazz().add(newItem);
 

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

public List<SearchColumnSelectField> getDepartment ()

Gets the value of the department 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 department property.

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

    getDepartment().add(newItem);
 

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

public List<SearchColumnStringField> getDescription ()

Gets the value of the description 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 description property.

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

    getDescription().add(newItem);
 

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

public List<SearchColumnStringField> 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 SearchColumnStringField

public List<SearchColumnLongField> getFolderSize ()

Gets the value of the folderSize 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 folderSize property.

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

    getFolderSize().add(newItem);
 

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

public List<SearchColumnSelectField> getGroup ()

Gets the value of the group 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 group property.

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

    getGroup().add(newItem);
 

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

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> getLastModifiedDate ()

Gets the value of the lastModifiedDate 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 lastModifiedDate property.

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

    getLastModifiedDate().add(newItem);
 

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

public List<SearchColumnSelectField> getLocation ()

Gets the value of the location 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 location property.

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

    getLocation().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<SearchColumnLongField> getNumFiles ()

Gets the value of the numFiles 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 numFiles property.

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

    getNumFiles().add(newItem);
 

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

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 List<SearchColumnSelectField> getParent ()

Gets the value of the parent 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 parent property.

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

    getParent().add(newItem);
 

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

public List<SearchColumnSelectField> getSubsidiary ()

Gets the value of the subsidiary 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 subsidiary property.

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

    getSubsidiary().add(newItem);
 

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

public void setClazz (List<SearchColumnSelectField> clazz)

Sets the value of the clazz property.

Parameters
clazz Allowed object is SearchColumnSelectField

public void setDepartment (List<SearchColumnSelectField> department)

Sets the value of the department property.

Parameters
department Allowed object is SearchColumnSelectField

public void setDescription (List<SearchColumnStringField> description)

Sets the value of the description property.

Parameters
description Allowed object is SearchColumnStringField

public void setExternalId (List<SearchColumnStringField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnStringField

public void setFolderSize (List<SearchColumnLongField> folderSize)

Sets the value of the folderSize property.

Parameters
folderSize Allowed object is SearchColumnLongField

public void setGroup (List<SearchColumnSelectField> group)

Sets the value of the group property.

Parameters
group Allowed object is SearchColumnSelectField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setIsInactive (List<SearchColumnBooleanField> isInactive)

Sets the value of the isInactive property.

Parameters
isInactive Allowed object is SearchColumnBooleanField

public void setLastModifiedDate (List<SearchColumnDateField> lastModifiedDate)

Sets the value of the lastModifiedDate property.

Parameters
lastModifiedDate Allowed object is SearchColumnDateField

public void setLocation (List<SearchColumnSelectField> location)

Sets the value of the location property.

Parameters
location Allowed object is SearchColumnSelectField

public void setName (List<SearchColumnStringField> name)

Sets the value of the name property.

Parameters
name Allowed object is SearchColumnStringField

public void setNumFiles (List<SearchColumnLongField> numFiles)

Sets the value of the numFiles property.

Parameters
numFiles Allowed object is SearchColumnLongField

public void setOwner (List<SearchColumnSelectField> owner)

Sets the value of the owner property.

Parameters
owner Allowed object is SearchColumnSelectField

public void setParent (List<SearchColumnSelectField> parent)

Sets the value of the parent property.

Parameters
parent Allowed object is SearchColumnSelectField

public void setSubsidiary (List<SearchColumnSelectField> subsidiary)

Sets the value of the subsidiary property.

Parameters
subsidiary Allowed object is SearchColumnSelectField