public class

EntityGroupSearchBasic

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

Class Overview

Java class for EntityGroupSearchBasic complex type.

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

 <complexType name="EntityGroupSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="email" 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="groupName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="groupOwner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="groupType" 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="isDynamic" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isPrivate" 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="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchCustomFieldList customFieldList
protected SearchStringField email
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchStringField groupName
protected SearchMultiSelectField groupOwner
protected SearchMultiSelectField groupType
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isDynamic
protected SearchBooleanField isInactive
protected SearchBooleanField isPrivate
protected SearchDateField lastModifiedDate
Public Constructors
EntityGroupSearchBasic()
Public Methods
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchStringField getEmail()
Gets the value of the email property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchStringField getGroupName()
Gets the value of the groupName property.
SearchMultiSelectField getGroupOwner()
Gets the value of the groupOwner property.
SearchMultiSelectField getGroupType()
Gets the value of the groupType property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsDynamic()
Gets the value of the isDynamic property.
SearchBooleanField getIsInactive()
Gets the value of the isInactive property.
SearchBooleanField getIsPrivate()
Gets the value of the isPrivate property.
SearchDateField getLastModifiedDate()
Gets the value of the lastModifiedDate property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setEmail(SearchStringField value)
Sets the value of the email property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setGroupName(SearchStringField value)
Sets the value of the groupName property.
void setGroupOwner(SearchMultiSelectField value)
Sets the value of the groupOwner property.
void setGroupType(SearchMultiSelectField value)
Sets the value of the groupType property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsDynamic(SearchBooleanField value)
Sets the value of the isDynamic property.
void setIsInactive(SearchBooleanField value)
Sets the value of the isInactive property.
void setIsPrivate(SearchBooleanField value)
Sets the value of the isPrivate property.
void setLastModifiedDate(SearchDateField value)
Sets the value of the lastModifiedDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchCustomFieldList customFieldList

protected SearchStringField email

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchStringField groupName

protected SearchMultiSelectField groupOwner

protected SearchMultiSelectField groupType

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isDynamic

protected SearchBooleanField isInactive

protected SearchBooleanField isPrivate

protected SearchDateField lastModifiedDate

Public Constructors

public EntityGroupSearchBasic ()

Public Methods

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchStringField getEmail ()

Gets the value of the email 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 SearchStringField getGroupName ()

Gets the value of the groupName property.

Returns

public SearchMultiSelectField getGroupOwner ()

Gets the value of the groupOwner property.

Returns

public SearchMultiSelectField getGroupType ()

Gets the value of the groupType 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 getIsDynamic ()

Gets the value of the isDynamic property.

Returns

public SearchBooleanField getIsInactive ()

Gets the value of the isInactive property.

Returns

public SearchBooleanField getIsPrivate ()

Gets the value of the isPrivate property.

Returns

public SearchDateField getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setEmail (SearchStringField value)

Sets the value of the email 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 setGroupName (SearchStringField value)

Sets the value of the groupName property.

Parameters
value Allowed object is SearchStringField

public void setGroupOwner (SearchMultiSelectField value)

Sets the value of the groupOwner property.

Parameters
value Allowed object is SearchMultiSelectField

public void setGroupType (SearchMultiSelectField value)

Sets the value of the groupType 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 setIsDynamic (SearchBooleanField value)

Sets the value of the isDynamic property.

Parameters
value Allowed object is SearchBooleanField

public void setIsInactive (SearchBooleanField value)

Sets the value of the isInactive property.

Parameters
value Allowed object is SearchBooleanField

public void setIsPrivate (SearchBooleanField value)

Sets the value of the isPrivate 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