public class

CustomRecordTypeForms

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

Class Overview

Java class for CustomRecordTypeForms complex type.

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

 <complexType name="CustomRecordTypeForms">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="formEdit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="formName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="formPref" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String formEdit
protected String formName
protected Boolean formPref
Public Constructors
CustomRecordTypeForms()
Public Methods
String getFormEdit()
Gets the value of the formEdit property.
String getFormName()
Gets the value of the formName property.
Boolean isFormPref()
Gets the value of the formPref property.
void setFormEdit(String value)
Sets the value of the formEdit property.
void setFormName(String value)
Sets the value of the formName property.
void setFormPref(Boolean value)
Sets the value of the formPref property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String formEdit

protected String formName

protected Boolean formPref

Public Constructors

public CustomRecordTypeForms ()

Public Methods

public String getFormEdit ()

Gets the value of the formEdit property.

Returns
  • possible object is String

public String getFormName ()

Gets the value of the formName property.

Returns
  • possible object is String

public Boolean isFormPref ()

Gets the value of the formPref property.

Returns
  • possible object is Boolean

public void setFormEdit (String value)

Sets the value of the formEdit property.

Parameters
value Allowed object is String

public void setFormName (String value)

Sets the value of the formName property.

Parameters
value Allowed object is String

public void setFormPref (Boolean value)

Sets the value of the formPref property.

Parameters
value Allowed object is Boolean