public class

SiteCategoryTranslation

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.website_2012_1.SiteCategoryTranslation

Class Overview

Java class for SiteCategoryTranslation complex type.

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

 <complexType name="SiteCategoryTranslation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="locale" type="{urn:types.common_2012_1.platform.webservices.netsuite.com}Language" minOccurs="0"/>
         <element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" 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="pageTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected String displayName
protected String language
protected Language locale
protected String pageTitle
protected String storeDetailedDescription
Public Constructors
SiteCategoryTranslation()
Public Methods
String getDescription()
Gets the value of the description property.
String getDisplayName()
Gets the value of the displayName property.
String getLanguage()
Gets the value of the language property.
Language getLocale()
Gets the value of the locale property.
String getPageTitle()
Gets the value of the pageTitle property.
String getStoreDetailedDescription()
Gets the value of the storeDetailedDescription property.
void setDescription(String value)
Sets the value of the description property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setLanguage(String value)
Sets the value of the language property.
void setLocale(Language value)
Sets the value of the locale property.
void setPageTitle(String value)
Sets the value of the pageTitle property.
void setStoreDetailedDescription(String value)
Sets the value of the storeDetailedDescription property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected String displayName

protected String language

protected Language locale

protected String pageTitle

protected String storeDetailedDescription

Public Constructors

public SiteCategoryTranslation ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public String getLanguage ()

Gets the value of the language property.

Returns
  • possible object is String

public Language getLocale ()

Gets the value of the locale property.

Returns

public String getPageTitle ()

Gets the value of the pageTitle property.

Returns
  • possible object is String

public String getStoreDetailedDescription ()

Gets the value of the storeDetailedDescription property.

Returns
  • possible object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setLanguage (String value)

Sets the value of the language property.

Parameters
value Allowed object is String

public void setLocale (Language value)

Sets the value of the locale property.

Parameters
value Allowed object is Language

public void setPageTitle (String value)

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