public class

EntityGroupSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_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>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="email" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="groupName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="groupType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isDynamic" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isPrivate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="savedSearch" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="size" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnLongField" 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 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> isPrivate
protected List<SearchColumnDateField> lastModifiedDate
protected List<SearchColumnSelectField> owner
protected List<SearchColumnStringField> savedSearch
protected List<SearchColumnLongField> size
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> getIsPrivate()
Gets the value of the isPrivate property.
List<SearchColumnDateField> getLastModifiedDate()
Gets the value of the lastModifiedDate 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.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList 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> isPrivate

protected List<SearchColumnDateField> lastModifiedDate

protected List<SearchColumnSelectField> owner

protected List<SearchColumnStringField> savedSearch

protected List<SearchColumnLongField> size

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

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList