public class

CustomRecordTypeManagers

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

Class Overview

Java class for CustomRecordTypeManagers complex type.

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

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

Summary

Fields
protected RecordRef managerEmp
Public Constructors
CustomRecordTypeManagers()
Public Methods
RecordRef getManagerEmp()
Gets the value of the managerEmp property.
void setManagerEmp(RecordRef value)
Sets the value of the managerEmp property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef managerEmp

Public Constructors

public CustomRecordTypeManagers ()

Public Methods

public RecordRef getManagerEmp ()

Gets the value of the managerEmp property.

Returns

public void setManagerEmp (RecordRef value)

Sets the value of the managerEmp property.

Parameters
value Allowed object is RecordRef