public class

CustomFieldTranslations

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

Class Overview

Java class for CustomFieldTranslations complex type.

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

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

Summary

Fields
protected String help
protected String label
protected Language locale
protected String localeDescription
Public Constructors
CustomFieldTranslations()
Public Methods
String getHelp()
Gets the value of the help property.
String getLabel()
Gets the value of the label property.
Language getLocale()
Gets the value of the locale property.
String getLocaleDescription()
Gets the value of the localeDescription property.
void setHelp(String value)
Sets the value of the help property.
void setLabel(String value)
Sets the value of the label property.
void setLocale(Language value)
Sets the value of the locale property.
void setLocaleDescription(String value)
Sets the value of the localeDescription property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String help

protected String label

protected Language locale

protected String localeDescription

Public Constructors

public CustomFieldTranslations ()

Public Methods

public String getHelp ()

Gets the value of the help property.

Returns
  • possible object is String

public String getLabel ()

Gets the value of the label property.

Returns
  • possible object is String

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 void setHelp (String value)

Sets the value of the help property.

Parameters
value Allowed object is String

public void setLabel (String value)

Sets the value of the label 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 setLocaleDescription (String value)

Sets the value of the localeDescription property.

Parameters
value Allowed object is String