public class

Preferences

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.Preferences

Class Overview

Java class for Preferences complex type.

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

 <complexType name="Preferences">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="warningAsError" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="disableMandatoryCustomFieldValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="disableSystemNotesForCustomFields" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ignoreReadOnlyFields" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean disableMandatoryCustomFieldValidation
protected Boolean disableSystemNotesForCustomFields
protected Boolean ignoreReadOnlyFields
protected Boolean warningAsError
Public Constructors
Preferences()
Public Methods
Boolean isDisableMandatoryCustomFieldValidation()
Gets the value of the disableMandatoryCustomFieldValidation property.
Boolean isDisableSystemNotesForCustomFields()
Gets the value of the disableSystemNotesForCustomFields property.
Boolean isIgnoreReadOnlyFields()
Gets the value of the ignoreReadOnlyFields property.
Boolean isWarningAsError()
Gets the value of the warningAsError property.
void setDisableMandatoryCustomFieldValidation(Boolean value)
Sets the value of the disableMandatoryCustomFieldValidation property.
void setDisableSystemNotesForCustomFields(Boolean value)
Sets the value of the disableSystemNotesForCustomFields property.
void setIgnoreReadOnlyFields(Boolean value)
Sets the value of the ignoreReadOnlyFields property.
void setWarningAsError(Boolean value)
Sets the value of the warningAsError property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean disableMandatoryCustomFieldValidation

protected Boolean disableSystemNotesForCustomFields

protected Boolean ignoreReadOnlyFields

protected Boolean warningAsError

Public Constructors

public Preferences ()

Public Methods

public Boolean isDisableMandatoryCustomFieldValidation ()

Gets the value of the disableMandatoryCustomFieldValidation property.

Returns
  • possible object is Boolean

public Boolean isDisableSystemNotesForCustomFields ()

Gets the value of the disableSystemNotesForCustomFields property.

Returns
  • possible object is Boolean

public Boolean isIgnoreReadOnlyFields ()

Gets the value of the ignoreReadOnlyFields property.

Returns
  • possible object is Boolean

public Boolean isWarningAsError ()

Gets the value of the warningAsError property.

Returns
  • possible object is Boolean

public void setDisableMandatoryCustomFieldValidation (Boolean value)

Sets the value of the disableMandatoryCustomFieldValidation property.

Parameters
value Allowed object is Boolean

public void setDisableSystemNotesForCustomFields (Boolean value)

Sets the value of the disableSystemNotesForCustomFields property.

Parameters
value Allowed object is Boolean

public void setIgnoreReadOnlyFields (Boolean value)

Sets the value of the ignoreReadOnlyFields property.

Parameters
value Allowed object is Boolean

public void setWarningAsError (Boolean value)

Sets the value of the warningAsError property.

Parameters
value Allowed object is Boolean