public class

CustomFieldDepartmentAccess

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

Class Overview

Java class for CustomFieldDepartmentAccess complex type.

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

 <complexType name="CustomFieldDepartmentAccess">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dept" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="accessLevel" type="{urn:types.customization_2010_2.setup.webservices.netsuite.com}CustomizationAccessLevel" minOccurs="0"/>
         <element name="searchLevel" type="{urn:types.customization_2010_2.setup.webservices.netsuite.com}CustomizationSearchLevel" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomizationAccessLevel accessLevel
protected RecordRef dept
protected CustomizationSearchLevel searchLevel
Public Constructors
CustomFieldDepartmentAccess()
Public Methods
CustomizationAccessLevel getAccessLevel()
Gets the value of the accessLevel property.
RecordRef getDept()
Gets the value of the dept property.
CustomizationSearchLevel getSearchLevel()
Gets the value of the searchLevel property.
void setAccessLevel(CustomizationAccessLevel value)
Sets the value of the accessLevel property.
void setDept(RecordRef value)
Sets the value of the dept property.
void setSearchLevel(CustomizationSearchLevel value)
Sets the value of the searchLevel property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CustomizationAccessLevel accessLevel

protected RecordRef dept

protected CustomizationSearchLevel searchLevel

Public Constructors

public CustomFieldDepartmentAccess ()

Public Methods

public CustomizationAccessLevel getAccessLevel ()

Gets the value of the accessLevel property.

Returns

public RecordRef getDept ()

Gets the value of the dept property.

Returns

public CustomizationSearchLevel getSearchLevel ()

Gets the value of the searchLevel property.

Returns

public void setAccessLevel (CustomizationAccessLevel value)

Sets the value of the accessLevel property.

Parameters
value Allowed object is CustomizationAccessLevel

public void setDept (RecordRef value)

Sets the value of the dept property.

Parameters
value Allowed object is RecordRef

public void setSearchLevel (CustomizationSearchLevel value)

Sets the value of the searchLevel property.

Parameters
value Allowed object is CustomizationSearchLevel