public class

CustomRecordTypeLinks

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

Class Overview

Java class for CustomRecordTypeLinks complex type.

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

 <complexType name="CustomRecordTypeLinks">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="linkCenter" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="linkSection" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="linkLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef linkCenter
protected String linkLabel
protected RecordRef linkSection
Public Constructors
CustomRecordTypeLinks()
Public Methods
RecordRef getLinkCenter()
Gets the value of the linkCenter property.
String getLinkLabel()
Gets the value of the linkLabel property.
RecordRef getLinkSection()
Gets the value of the linkSection property.
void setLinkCenter(RecordRef value)
Sets the value of the linkCenter property.
void setLinkLabel(String value)
Sets the value of the linkLabel property.
void setLinkSection(RecordRef value)
Sets the value of the linkSection property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef linkCenter

protected String linkLabel

protected RecordRef linkSection

Public Constructors

public CustomRecordTypeLinks ()

Public Methods

public RecordRef getLinkCenter ()

Gets the value of the linkCenter property.

Returns

public String getLinkLabel ()

Gets the value of the linkLabel property.

Returns
  • possible object is String

public RecordRef getLinkSection ()

Gets the value of the linkSection property.

Returns

public void setLinkCenter (RecordRef value)

Sets the value of the linkCenter property.

Parameters
value Allowed object is RecordRef

public void setLinkLabel (String value)

Sets the value of the linkLabel property.

Parameters
value Allowed object is String

public void setLinkSection (RecordRef value)

Sets the value of the linkSection property.

Parameters
value Allowed object is RecordRef