public class

SiteCategory

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.website_2010_2.SiteCategory

Class Overview

Java class for SiteCategory complex type.

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

 <complexType name="SiteCategory">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="website" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="itemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parentCategory" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="categoryListLayout" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="itemListLayout" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="relatedItemsListLayout" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isOnline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="storeDetailedDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="storeDisplayThumbnail" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="storeDisplayImage" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="pageTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="metaTagHtml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="excludeFromSitemap" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="urlComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sitemapPriority" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}SitemapPriority" minOccurs="0"/>
         <element name="searchKeywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="presentationItemList" type="{urn:website_2010_2.lists.webservices.netsuite.com}SiteCategoryPresentationItemList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef categoryListLayout
protected String description
protected Boolean excludeFromSitemap
protected String externalId
protected String internalId
protected Boolean isInactive
protected Boolean isOnline
protected String itemId
protected RecordRef itemListLayout
protected String metaTagHtml
protected String pageTitle
protected RecordRef parentCategory
protected SiteCategoryPresentationItemList presentationItemList
protected RecordRef relatedItemsListLayout
protected String searchKeywords
protected String sitemapPriority
protected String storeDetailedDescription
protected RecordRef storeDisplayImage
protected RecordRef storeDisplayThumbnail
protected String urlComponent
protected RecordRef website
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
SiteCategory()
Public Methods
RecordRef getCategoryListLayout()
Gets the value of the categoryListLayout property.
String getDescription()
Gets the value of the description property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
String getItemId()
Gets the value of the itemId property.
RecordRef getItemListLayout()
Gets the value of the itemListLayout property.
String getMetaTagHtml()
Gets the value of the metaTagHtml property.
String getPageTitle()
Gets the value of the pageTitle property.
RecordRef getParentCategory()
Gets the value of the parentCategory property.
SiteCategoryPresentationItemList getPresentationItemList()
Gets the value of the presentationItemList property.
RecordRef getRelatedItemsListLayout()
Gets the value of the relatedItemsListLayout property.
String getSearchKeywords()
Gets the value of the searchKeywords property.
String getSitemapPriority()
Gets the value of the sitemapPriority property.
String getStoreDetailedDescription()
Gets the value of the storeDetailedDescription property.
RecordRef getStoreDisplayImage()
Gets the value of the storeDisplayImage property.
RecordRef getStoreDisplayThumbnail()
Gets the value of the storeDisplayThumbnail property.
String getUrlComponent()
Gets the value of the urlComponent property.
RecordRef getWebsite()
Gets the value of the website property.
Boolean isExcludeFromSitemap()
Gets the value of the excludeFromSitemap property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isIsOnline()
Gets the value of the isOnline property.
void setCategoryListLayout(RecordRef value)
Sets the value of the categoryListLayout property.
void setDescription(String value)
Sets the value of the description property.
void setExcludeFromSitemap(Boolean value)
Sets the value of the excludeFromSitemap property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setIsOnline(Boolean value)
Sets the value of the isOnline property.
void setItemId(String value)
Sets the value of the itemId property.
void setItemListLayout(RecordRef value)
Sets the value of the itemListLayout property.
void setMetaTagHtml(String value)
Sets the value of the metaTagHtml property.
void setPageTitle(String value)
Sets the value of the pageTitle property.
void setParentCategory(RecordRef value)
Sets the value of the parentCategory property.
void setPresentationItemList(SiteCategoryPresentationItemList value)
Sets the value of the presentationItemList property.
void setRelatedItemsListLayout(RecordRef value)
Sets the value of the relatedItemsListLayout property.
void setSearchKeywords(String value)
Sets the value of the searchKeywords property.
void setSitemapPriority(String value)
Sets the value of the sitemapPriority property.
void setStoreDetailedDescription(String value)
Sets the value of the storeDetailedDescription property.
void setStoreDisplayImage(RecordRef value)
Sets the value of the storeDisplayImage property.
void setStoreDisplayThumbnail(RecordRef value)
Sets the value of the storeDisplayThumbnail property.
void setUrlComponent(String value)
Sets the value of the urlComponent property.
void setWebsite(RecordRef value)
Sets the value of the website property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected RecordRef categoryListLayout

protected String description

protected Boolean excludeFromSitemap

protected String externalId

protected String internalId

protected Boolean isInactive

protected Boolean isOnline

protected String itemId

protected RecordRef itemListLayout

protected String metaTagHtml

protected String pageTitle

protected RecordRef parentCategory

protected SiteCategoryPresentationItemList presentationItemList

protected RecordRef relatedItemsListLayout

protected String searchKeywords

protected String sitemapPriority

protected String storeDetailedDescription

protected RecordRef storeDisplayImage

protected RecordRef storeDisplayThumbnail

protected String urlComponent

protected RecordRef website

Public Constructors

public SiteCategory ()

Public Methods

public RecordRef getCategoryListLayout ()

Gets the value of the categoryListLayout property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getItemId ()

Gets the value of the itemId property.

Returns
  • possible object is String

public RecordRef getItemListLayout ()

Gets the value of the itemListLayout property.

Returns

public String getMetaTagHtml ()

Gets the value of the metaTagHtml property.

Returns
  • possible object is String

public String getPageTitle ()

Gets the value of the pageTitle property.

Returns
  • possible object is String

public RecordRef getParentCategory ()

Gets the value of the parentCategory property.

Returns

public SiteCategoryPresentationItemList getPresentationItemList ()

Gets the value of the presentationItemList property.

Returns

public RecordRef getRelatedItemsListLayout ()

Gets the value of the relatedItemsListLayout property.

Returns

public String getSearchKeywords ()

Gets the value of the searchKeywords property.

Returns
  • possible object is String

public String getSitemapPriority ()

Gets the value of the sitemapPriority property.

Returns
  • possible object is String

public String getStoreDetailedDescription ()

Gets the value of the storeDetailedDescription property.

Returns
  • possible object is String

public RecordRef getStoreDisplayImage ()

Gets the value of the storeDisplayImage property.

Returns

public RecordRef getStoreDisplayThumbnail ()

Gets the value of the storeDisplayThumbnail property.

Returns

public String getUrlComponent ()

Gets the value of the urlComponent property.

Returns
  • possible object is String

public RecordRef getWebsite ()

Gets the value of the website property.

Returns

public Boolean isExcludeFromSitemap ()

Gets the value of the excludeFromSitemap property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isIsOnline ()

Gets the value of the isOnline property.

Returns
  • possible object is Boolean

public void setCategoryListLayout (RecordRef value)

Sets the value of the categoryListLayout property.

Parameters
value Allowed object is RecordRef

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setExcludeFromSitemap (Boolean value)

Sets the value of the excludeFromSitemap property.

Parameters
value Allowed object is Boolean

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setIsOnline (Boolean value)

Sets the value of the isOnline property.

Parameters
value Allowed object is Boolean

public void setItemId (String value)

Sets the value of the itemId property.

Parameters
value Allowed object is String

public void setItemListLayout (RecordRef value)

Sets the value of the itemListLayout property.

Parameters
value Allowed object is RecordRef

public void setMetaTagHtml (String value)

Sets the value of the metaTagHtml property.

Parameters
value Allowed object is String

public void setPageTitle (String value)

Sets the value of the pageTitle property.

Parameters
value Allowed object is String

public void setParentCategory (RecordRef value)

Sets the value of the parentCategory property.

Parameters
value Allowed object is RecordRef

public void setPresentationItemList (SiteCategoryPresentationItemList value)

Sets the value of the presentationItemList property.

Parameters
value Allowed object is SiteCategoryPresentationItemList

public void setRelatedItemsListLayout (RecordRef value)

Sets the value of the relatedItemsListLayout property.

Parameters
value Allowed object is RecordRef

public void setSearchKeywords (String value)

Sets the value of the searchKeywords property.

Parameters
value Allowed object is String

public void setSitemapPriority (String value)

Sets the value of the sitemapPriority property.

Parameters
value Allowed object is String

public void setStoreDetailedDescription (String value)

Sets the value of the storeDetailedDescription property.

Parameters
value Allowed object is String

public void setStoreDisplayImage (RecordRef value)

Sets the value of the storeDisplayImage property.

Parameters
value Allowed object is RecordRef

public void setStoreDisplayThumbnail (RecordRef value)

Sets the value of the storeDisplayThumbnail property.

Parameters
value Allowed object is RecordRef

public void setUrlComponent (String value)

Sets the value of the urlComponent property.

Parameters
value Allowed object is String

public void setWebsite (RecordRef value)

Sets the value of the website property.

Parameters
value Allowed object is RecordRef