public class

SiteCategorySearchBasic

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

Class Overview

Java class for SiteCategorySearchBasic complex type.

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

 <complexType name="SiteCategorySearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="dateViewed" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="description" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="excludeFromSitemap" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" 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="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="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="sitemapPriority" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchDateField dateViewed
protected SearchStringField description
protected SearchBooleanField excludeFromSitemap
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField name
protected SearchEnumMultiSelectField sitemapPriority
Public Constructors
SiteCategorySearchBasic()
Public Methods
SearchDateField getDateViewed()
Gets the value of the dateViewed property.
SearchStringField getDescription()
Gets the value of the description property.
SearchBooleanField getExcludeFromSitemap()
Gets the value of the excludeFromSitemap property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchMultiSelectField getName()
Gets the value of the name property.
SearchEnumMultiSelectField getSitemapPriority()
Gets the value of the sitemapPriority property.
void setDateViewed(SearchDateField value)
Sets the value of the dateViewed property.
void setDescription(SearchStringField value)
Sets the value of the description property.
void setExcludeFromSitemap(SearchBooleanField value)
Sets the value of the excludeFromSitemap property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setName(SearchMultiSelectField value)
Sets the value of the name property.
void setSitemapPriority(SearchEnumMultiSelectField value)
Sets the value of the sitemapPriority property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchDateField dateViewed

protected SearchStringField description

protected SearchBooleanField excludeFromSitemap

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField name

protected SearchEnumMultiSelectField sitemapPriority

Public Constructors

public SiteCategorySearchBasic ()

Public Methods

public SearchDateField getDateViewed ()

Gets the value of the dateViewed property.

Returns

public SearchStringField getDescription ()

Gets the value of the description property.

Returns

public SearchBooleanField getExcludeFromSitemap ()

Gets the value of the excludeFromSitemap 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 getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchMultiSelectField getName ()

Gets the value of the name property.

Returns

public SearchEnumMultiSelectField getSitemapPriority ()

Gets the value of the sitemapPriority property.

Returns

public void setDateViewed (SearchDateField value)

Sets the value of the dateViewed property.

Parameters
value Allowed object is SearchDateField

public void setDescription (SearchStringField value)

Sets the value of the description property.

Parameters
value Allowed object is SearchStringField

public void setExcludeFromSitemap (SearchBooleanField value)

Sets the value of the excludeFromSitemap property.

Parameters
value Allowed object is SearchBooleanField

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

Sets the value of the name property.

Parameters
value Allowed object is SearchMultiSelectField

public void setSitemapPriority (SearchEnumMultiSelectField value)

Sets the value of the sitemapPriority property.

Parameters
value Allowed object is SearchEnumMultiSelectField