public class

Translation

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_2.Translation

Class Overview

Java class for Translation complex type.

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

 <complexType name="Translation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="locale" type="{urn:types.common_2010_2.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="salesDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="storeDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="storeDescription" 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="featuredDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="specialsDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pageTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="noPriceMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="outOfStockMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected String displayName
protected String featuredDescription
protected String language
protected Language locale
protected String noPriceMessage
protected String outOfStockMessage
protected String pageTitle
protected String salesDescription
protected String specialsDescription
protected String storeDescription
protected String storeDetailedDescription
protected String storeDisplayName
Public Constructors
Translation()
Public Methods
String getDescription()
Gets the value of the description property.
String getDisplayName()
Gets the value of the displayName property.
String getFeaturedDescription()
Gets the value of the featuredDescription property.
String getLanguage()
Gets the value of the language property.
Language getLocale()
Gets the value of the locale property.
String getNoPriceMessage()
Gets the value of the noPriceMessage property.
String getOutOfStockMessage()
Gets the value of the outOfStockMessage property.
String getPageTitle()
Gets the value of the pageTitle property.
String getSalesDescription()
Gets the value of the salesDescription property.
String getSpecialsDescription()
Gets the value of the specialsDescription property.
String getStoreDescription()
Gets the value of the storeDescription property.
String getStoreDetailedDescription()
Gets the value of the storeDetailedDescription property.
String getStoreDisplayName()
Gets the value of the storeDisplayName property.
void setDescription(String value)
Sets the value of the description property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setFeaturedDescription(String value)
Sets the value of the featuredDescription property.
void setLanguage(String value)
Sets the value of the language property.
void setLocale(Language value)
Sets the value of the locale property.
void setNoPriceMessage(String value)
Sets the value of the noPriceMessage property.
void setOutOfStockMessage(String value)
Sets the value of the outOfStockMessage property.
void setPageTitle(String value)
Sets the value of the pageTitle property.
void setSalesDescription(String value)
Sets the value of the salesDescription property.
void setSpecialsDescription(String value)
Sets the value of the specialsDescription property.
void setStoreDescription(String value)
Sets the value of the storeDescription property.
void setStoreDetailedDescription(String value)
Sets the value of the storeDetailedDescription property.
void setStoreDisplayName(String value)
Sets the value of the storeDisplayName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected String displayName

protected String featuredDescription

protected String language

protected Language locale

protected String noPriceMessage

protected String outOfStockMessage

protected String pageTitle

protected String salesDescription

protected String specialsDescription

protected String storeDescription

protected String storeDetailedDescription

protected String storeDisplayName

Public Constructors

public Translation ()

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 getFeaturedDescription ()

Gets the value of the featuredDescription 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 getNoPriceMessage ()

Gets the value of the noPriceMessage property.

Returns
  • possible object is String

public String getOutOfStockMessage ()

Gets the value of the outOfStockMessage property.

Returns
  • possible object is String

public String getPageTitle ()

Gets the value of the pageTitle property.

Returns
  • possible object is String

public String getSalesDescription ()

Gets the value of the salesDescription property.

Returns
  • possible object is String

public String getSpecialsDescription ()

Gets the value of the specialsDescription property.

Returns
  • possible object is String

public String getStoreDescription ()

Gets the value of the storeDescription property.

Returns
  • possible object is String

public String getStoreDetailedDescription ()

Gets the value of the storeDetailedDescription property.

Returns
  • possible object is String

public String getStoreDisplayName ()

Gets the value of the storeDisplayName 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 setFeaturedDescription (String value)

Sets the value of the featuredDescription 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 setNoPriceMessage (String value)

Sets the value of the noPriceMessage property.

Parameters
value Allowed object is String

public void setOutOfStockMessage (String value)

Sets the value of the outOfStockMessage 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 setSalesDescription (String value)

Sets the value of the salesDescription property.

Parameters
value Allowed object is String

public void setSpecialsDescription (String value)

Sets the value of the specialsDescription property.

Parameters
value Allowed object is String

public void setStoreDescription (String value)

Sets the value of the storeDescription 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 setStoreDisplayName (String value)

Sets the value of the storeDisplayName property.

Parameters
value Allowed object is String