public class

PreferencesExpressionHolder

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_2.holders.PreferencesExpressionHolder

Summary

Fields
protected Boolean _disableMandatoryCustomFieldValidationType
protected Boolean _disableSystemNotesForCustomFieldsType
protected Boolean _ignoreReadOnlyFieldsType
protected Boolean _warningAsErrorType
protected Object disableMandatoryCustomFieldValidation
protected Object disableSystemNotesForCustomFields
protected Object ignoreReadOnlyFields
protected Object warningAsError
Public Constructors
PreferencesExpressionHolder()
Public Methods
Object getDisableMandatoryCustomFieldValidation()
Retrieves disableMandatoryCustomFieldValidation
Object getDisableSystemNotesForCustomFields()
Retrieves disableSystemNotesForCustomFields
Object getIgnoreReadOnlyFields()
Retrieves ignoreReadOnlyFields
Object getWarningAsError()
Retrieves warningAsError
void setDisableMandatoryCustomFieldValidation(Object value)
Sets disableMandatoryCustomFieldValidation
void setDisableSystemNotesForCustomFields(Object value)
Sets disableSystemNotesForCustomFields
void setIgnoreReadOnlyFields(Object value)
Sets ignoreReadOnlyFields
void setWarningAsError(Object value)
Sets warningAsError
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean _disableMandatoryCustomFieldValidationType

protected Boolean _disableSystemNotesForCustomFieldsType

protected Boolean _ignoreReadOnlyFieldsType

protected Boolean _warningAsErrorType

protected Object disableMandatoryCustomFieldValidation

protected Object disableSystemNotesForCustomFields

protected Object ignoreReadOnlyFields

protected Object warningAsError

Public Constructors

public PreferencesExpressionHolder ()

Public Methods

public Object getDisableMandatoryCustomFieldValidation ()

Retrieves disableMandatoryCustomFieldValidation

public Object getDisableSystemNotesForCustomFields ()

Retrieves disableSystemNotesForCustomFields

public Object getIgnoreReadOnlyFields ()

Retrieves ignoreReadOnlyFields

public Object getWarningAsError ()

Retrieves warningAsError

public void setDisableMandatoryCustomFieldValidation (Object value)

Sets disableMandatoryCustomFieldValidation

Parameters
value Value to set

public void setDisableSystemNotesForCustomFields (Object value)

Sets disableSystemNotesForCustomFields

Parameters
value Value to set

public void setIgnoreReadOnlyFields (Object value)

Sets ignoreReadOnlyFields

Parameters
value Value to set

public void setWarningAsError (Object value)

Sets warningAsError

Parameters
value Value to set