public class

CustomRecordTypeTabs

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

Class Overview

Java class for CustomRecordTypeTabs complex type.

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

 <complexType name="CustomRecordTypeTabs">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tabTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tabParent" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="tabTitleLanguageValueList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}LanguageValueList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef tabParent
protected String tabTitle
protected LanguageValueList tabTitleLanguageValueList
Public Constructors
CustomRecordTypeTabs()
Public Methods
RecordRef getTabParent()
Gets the value of the tabParent property.
String getTabTitle()
Gets the value of the tabTitle property.
LanguageValueList getTabTitleLanguageValueList()
Gets the value of the tabTitleLanguageValueList property.
void setTabParent(RecordRef value)
Sets the value of the tabParent property.
void setTabTitle(String value)
Sets the value of the tabTitle property.
void setTabTitleLanguageValueList(LanguageValueList value)
Sets the value of the tabTitleLanguageValueList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef tabParent

protected String tabTitle

protected LanguageValueList tabTitleLanguageValueList

Public Constructors

public CustomRecordTypeTabs ()

Public Methods

public RecordRef getTabParent ()

Gets the value of the tabParent property.

Returns

public String getTabTitle ()

Gets the value of the tabTitle property.

Returns
  • possible object is String

public LanguageValueList getTabTitleLanguageValueList ()

Gets the value of the tabTitleLanguageValueList property.

Returns

public void setTabParent (RecordRef value)

Sets the value of the tabParent property.

Parameters
value Allowed object is RecordRef

public void setTabTitle (String value)

Sets the value of the tabTitle property.

Parameters
value Allowed object is String

public void setTabTitleLanguageValueList (LanguageValueList value)

Sets the value of the tabTitleLanguageValueList property.

Parameters
value Allowed object is LanguageValueList