public class

CustomRecordTypeTranslations

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.setup.customization_2010_2.CustomRecordTypeTranslations

Class Overview

Java class for CustomRecordTypeTranslations complex type.

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

 <complexType name="CustomRecordTypeTranslations">
   <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="localeDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Language locale
protected String localeDescription
protected String name
Public Constructors
CustomRecordTypeTranslations()
Public Methods
Language getLocale()
Gets the value of the locale property.
String getLocaleDescription()
Gets the value of the localeDescription property.
String getName()
Gets the value of the name property.
void setLocale(Language value)
Sets the value of the locale property.
void setLocaleDescription(String value)
Sets the value of the localeDescription property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Language locale

protected String localeDescription

protected String name

Public Constructors

public CustomRecordTypeTranslations ()

Public Methods

public Language getLocale ()

Gets the value of the locale property.

Returns

public String getLocaleDescription ()

Gets the value of the localeDescription property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setLocale (Language value)

Sets the value of the locale property.

Parameters
value Allowed object is Language

public void setLocaleDescription (String value)

Sets the value of the localeDescription property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String