public class

EntityGroupSearchRowBasic

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.EntityGroupSearchRowBasic

Class Overview

Java class for EntityGroupSearchRowBasic complex type.

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

 <complexType name="EntityGroupSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="email" 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="groupName" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="groupType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isDynamic" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isManufacturingWorkCenter" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isPrivate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="laborResources" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="machineResources" 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="savedSearch" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="size" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnStringField> email
protected List<SearchColumnStringField> externalId
protected List<SearchColumnStringField> groupName
protected List<SearchColumnStringField> groupType
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isDynamic
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnBooleanField> isManufacturingWorkCenter
protected List<SearchColumnBooleanField> isPrivate
protected List<SearchColumnLongField> laborResources
protected List<SearchColumnDateField> lastModifiedDate
protected List<SearchColumnLongField> machineResources
protected List<SearchColumnSelectField> owner
protected List<SearchColumnStringField> savedSearch
protected List<SearchColumnLongField> size
protected List<SearchColumnSelectField> subsidiary
Public Constructors
EntityGroupSearchRowBasic()
Public Methods
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnStringField> getEmail()
Gets the value of the email property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnStringField> getGroupName()
Gets the value of the groupName property.
List<SearchColumnStringField> getGroupType()
Gets the value of the groupType property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsDynamic()
Gets the value of the isDynamic property.
List<SearchColumnBooleanField> getIsInactive()
Gets the value of the isInactive property.
List<SearchColumnBooleanField> getIsManufacturingWorkCenter()
Gets the value of the isManufacturingWorkCenter property.
List<SearchColumnBooleanField> getIsPrivate()
Gets the value of the isPrivate property.
List<SearchColumnLongField> getLaborResources()
Gets the value of the laborResources property.
List<SearchColumnDateField> getLastModifiedDate()
Gets the value of the lastModifiedDate property.
List<SearchColumnLongField> getMachineResources()
Gets the value of the machineResources property.
List<SearchColumnSelectField> getOwner()
Gets the value of the owner property.
List<SearchColumnStringField> getSavedSearch()
Gets the value of the savedSearch property.
List<SearchColumnLongField> getSize()
Gets the value of the size property.
List<SearchColumnSelectField> getSubsidiary()
Gets the value of the subsidiary property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setEmail(List<SearchColumnStringField> email)
Sets the value of the email property.
void setExternalId(List<SearchColumnStringField> externalId)
Sets the value of the externalId property.
void setGroupName(List<SearchColumnStringField> groupName)
Sets the value of the groupName property.
void setGroupType(List<SearchColumnStringField> groupType)
Sets the value of the groupType property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setIsDynamic(List<SearchColumnBooleanField> isDynamic)
Sets the value of the isDynamic property.
void setIsInactive(List<SearchColumnBooleanField> isInactive)
Sets the value of the isInactive property.
void setIsManufacturingWorkCenter(List<SearchColumnBooleanField> isManufacturingWorkCenter)
Sets the value of the isManufacturingWorkCenter property.
void setIsPrivate(List<SearchColumnBooleanField> isPrivate)
Sets the value of the isPrivate property.
void setLaborResources(List<SearchColumnLongField> laborResources)
Sets the value of the laborResources property.
void setLastModifiedDate(List<SearchColumnDateField> lastModifiedDate)
Sets the value of the lastModifiedDate property.
void setMachineResources(List<SearchColumnLongField> machineResources)
Sets the value of the machineResources property.
void setOwner(List<SearchColumnSelectField> owner)
Sets the value of the owner property.
void setSavedSearch(List<SearchColumnStringField> savedSearch)
Sets the value of the savedSearch property.
void setSize(List<SearchColumnLongField> size)
Sets the value of the size property.
void setSubsidiary(List<SearchColumnSelectField> subsidiary)
Sets the value of the subsidiary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnStringField> email

protected List<SearchColumnStringField> externalId

protected List<SearchColumnStringField> groupName

protected List<SearchColumnStringField> groupType

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isDynamic

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnBooleanField> isManufacturingWorkCenter

protected List<SearchColumnBooleanField> isPrivate

protected List<SearchColumnLongField> laborResources

protected List<SearchColumnDateField> lastModifiedDate

protected List<SearchColumnLongField> machineResources

protected List<SearchColumnSelectField> owner

protected List<SearchColumnStringField> savedSearch

protected List<SearchColumnLongField> size

protected List<SearchColumnSelectField> subsidiary

Public Constructors

public EntityGroupSearchRowBasic ()

Public Methods

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnStringField> getEmail ()

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

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

    getEmail().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<SearchColumnStringField> getGroupName ()

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

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

    getGroupName().add(newItem);
 

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

public List<SearchColumnStringField> getGroupType ()

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

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

    getGroupType().add(newItem);
 

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

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

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

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

    getIsDynamic().add(newItem);
 

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

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<SearchColumnBooleanField> getIsManufacturingWorkCenter ()

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

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

    getIsManufacturingWorkCenter().add(newItem);
 

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

public List<SearchColumnBooleanField> getIsPrivate ()

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

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

    getIsPrivate().add(newItem);
 

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

public List<SearchColumnLongField> getLaborResources ()

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

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

    getLaborResources().add(newItem);
 

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

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<SearchColumnLongField> getMachineResources ()

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

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

    getMachineResources().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<SearchColumnStringField> getSavedSearch ()

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

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

    getSavedSearch().add(newItem);
 

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

public List<SearchColumnLongField> getSize ()

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

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

    getSize().add(newItem);
 

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

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 setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setEmail (List<SearchColumnStringField> email)

Sets the value of the email property.

Parameters
email 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 setGroupName (List<SearchColumnStringField> groupName)

Sets the value of the groupName property.

Parameters
groupName Allowed object is SearchColumnStringField

public void setGroupType (List<SearchColumnStringField> groupType)

Sets the value of the groupType property.

Parameters
groupType Allowed object is SearchColumnStringField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setIsDynamic (List<SearchColumnBooleanField> isDynamic)

Sets the value of the isDynamic property.

Parameters
isDynamic Allowed object is SearchColumnBooleanField

public void setIsInactive (List<SearchColumnBooleanField> isInactive)

Sets the value of the isInactive property.

Parameters
isInactive Allowed object is SearchColumnBooleanField

public void setIsManufacturingWorkCenter (List<SearchColumnBooleanField> isManufacturingWorkCenter)

Sets the value of the isManufacturingWorkCenter property.

Parameters
isManufacturingWorkCenter Allowed object is SearchColumnBooleanField

public void setIsPrivate (List<SearchColumnBooleanField> isPrivate)

Sets the value of the isPrivate property.

Parameters
isPrivate Allowed object is SearchColumnBooleanField

public void setLaborResources (List<SearchColumnLongField> laborResources)

Sets the value of the laborResources property.

Parameters
laborResources Allowed object is SearchColumnLongField

public void setLastModifiedDate (List<SearchColumnDateField> lastModifiedDate)

Sets the value of the lastModifiedDate property.

Parameters
lastModifiedDate Allowed object is SearchColumnDateField

public void setMachineResources (List<SearchColumnLongField> machineResources)

Sets the value of the machineResources property.

Parameters
machineResources 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 setSavedSearch (List<SearchColumnStringField> savedSearch)

Sets the value of the savedSearch property.

Parameters
savedSearch Allowed object is SearchColumnStringField

public void setSize (List<SearchColumnLongField> size)

Sets the value of the size property.

Parameters
size Allowed object is SearchColumnLongField

public void setSubsidiary (List<SearchColumnSelectField> subsidiary)

Sets the value of the subsidiary property.

Parameters
subsidiary Allowed object is SearchColumnSelectField