public class

CustomRecord

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.setup.customization_2010_2.CustomRecord

Class Overview

Java class for CustomRecord complex type.

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

 <complexType name="CustomRecord">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="customRecordId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="customForm" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="disclaimer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="recType" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="enableNumbering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="numberingPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="numberingSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="numberingMinDigits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="numberingInit" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="numberingCurrentNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="allowNumberingOverride" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isNumberingUpdateable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="includeName" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="showId" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="showCreationDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="showCreationDateOnList" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="showLastModified" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="showLastModifiedOnList" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="showOwner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="showOwnerOnList" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="showOwnerAllowChange" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="usePermissions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="allowAttachments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="showNotes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="enablEmailMerge" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isOrdered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="allowInlineEditing" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isAvailableOffline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="allowQuickSearch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="recordName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scriptId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean allowAttachments
protected Boolean allowInlineEditing
protected Boolean allowNumberingOverride
protected Boolean allowQuickSearch
protected XMLGregorianCalendar created
protected CustomFieldList customFieldList
protected RecordRef customForm
protected String customRecordId
protected String description
protected String disclaimer
protected Boolean enablEmailMerge
protected Boolean enableNumbering
protected String externalId
protected Boolean includeName
protected String internalId
protected Boolean isAvailableOffline
protected Boolean isInactive
protected Boolean isNumberingUpdateable
protected Boolean isOrdered
protected XMLGregorianCalendar lastModified
protected String name
protected Long numberingCurrentNumber
protected Long numberingInit
protected Long numberingMinDigits
protected String numberingPrefix
protected String numberingSuffix
protected RecordRef owner
protected RecordRef recType
protected String recordName
protected String scriptId
protected Boolean showCreationDate
protected Boolean showCreationDateOnList
protected Boolean showId
protected Boolean showLastModified
protected Boolean showLastModifiedOnList
protected Boolean showNotes
protected Boolean showOwner
protected Boolean showOwnerAllowChange
protected Boolean showOwnerOnList
protected Boolean usePermissions
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
CustomRecord()
Public Methods
XMLGregorianCalendar getCreated()
Gets the value of the created property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
String getCustomRecordId()
Gets the value of the customRecordId property.
String getDescription()
Gets the value of the description property.
String getDisclaimer()
Gets the value of the disclaimer property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.
String getName()
Gets the value of the name property.
Long getNumberingCurrentNumber()
Gets the value of the numberingCurrentNumber property.
Long getNumberingInit()
Gets the value of the numberingInit property.
Long getNumberingMinDigits()
Gets the value of the numberingMinDigits property.
String getNumberingPrefix()
Gets the value of the numberingPrefix property.
String getNumberingSuffix()
Gets the value of the numberingSuffix property.
RecordRef getOwner()
Gets the value of the owner property.
RecordRef getRecType()
Gets the value of the recType property.
String getRecordName()
Gets the value of the recordName property.
String getScriptId()
Gets the value of the scriptId property.
Boolean isAllowAttachments()
Gets the value of the allowAttachments property.
Boolean isAllowInlineEditing()
Gets the value of the allowInlineEditing property.
Boolean isAllowNumberingOverride()
Gets the value of the allowNumberingOverride property.
Boolean isAllowQuickSearch()
Gets the value of the allowQuickSearch property.
Boolean isEnablEmailMerge()
Gets the value of the enablEmailMerge property.
Boolean isEnableNumbering()
Gets the value of the enableNumbering property.
Boolean isIncludeName()
Gets the value of the includeName property.
Boolean isIsAvailableOffline()
Gets the value of the isAvailableOffline property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isIsNumberingUpdateable()
Gets the value of the isNumberingUpdateable property.
Boolean isIsOrdered()
Gets the value of the isOrdered property.
Boolean isShowCreationDate()
Gets the value of the showCreationDate property.
Boolean isShowCreationDateOnList()
Gets the value of the showCreationDateOnList property.
Boolean isShowId()
Gets the value of the showId property.
Boolean isShowLastModified()
Gets the value of the showLastModified property.
Boolean isShowLastModifiedOnList()
Gets the value of the showLastModifiedOnList property.
Boolean isShowNotes()
Gets the value of the showNotes property.
Boolean isShowOwner()
Gets the value of the showOwner property.
Boolean isShowOwnerAllowChange()
Gets the value of the showOwnerAllowChange property.
Boolean isShowOwnerOnList()
Gets the value of the showOwnerOnList property.
Boolean isUsePermissions()
Gets the value of the usePermissions property.
void setAllowAttachments(Boolean value)
Sets the value of the allowAttachments property.
void setAllowInlineEditing(Boolean value)
Sets the value of the allowInlineEditing property.
void setAllowNumberingOverride(Boolean value)
Sets the value of the allowNumberingOverride property.
void setAllowQuickSearch(Boolean value)
Sets the value of the allowQuickSearch property.
void setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setCustomRecordId(String value)
Sets the value of the customRecordId property.
void setDescription(String value)
Sets the value of the description property.
void setDisclaimer(String value)
Sets the value of the disclaimer property.
void setEnablEmailMerge(Boolean value)
Sets the value of the enablEmailMerge property.
void setEnableNumbering(Boolean value)
Sets the value of the enableNumbering property.
void setExternalId(String value)
Sets the value of the externalId property.
void setIncludeName(Boolean value)
Sets the value of the includeName property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsAvailableOffline(Boolean value)
Sets the value of the isAvailableOffline property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setIsNumberingUpdateable(Boolean value)
Sets the value of the isNumberingUpdateable property.
void setIsOrdered(Boolean value)
Sets the value of the isOrdered property.
void setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
void setName(String value)
Sets the value of the name property.
void setNumberingCurrentNumber(Long value)
Sets the value of the numberingCurrentNumber property.
void setNumberingInit(Long value)
Sets the value of the numberingInit property.
void setNumberingMinDigits(Long value)
Sets the value of the numberingMinDigits property.
void setNumberingPrefix(String value)
Sets the value of the numberingPrefix property.
void setNumberingSuffix(String value)
Sets the value of the numberingSuffix property.
void setOwner(RecordRef value)
Sets the value of the owner property.
void setRecType(RecordRef value)
Sets the value of the recType property.
void setRecordName(String value)
Sets the value of the recordName property.
void setScriptId(String value)
Sets the value of the scriptId property.
void setShowCreationDate(Boolean value)
Sets the value of the showCreationDate property.
void setShowCreationDateOnList(Boolean value)
Sets the value of the showCreationDateOnList property.
void setShowId(Boolean value)
Sets the value of the showId property.
void setShowLastModified(Boolean value)
Sets the value of the showLastModified property.
void setShowLastModifiedOnList(Boolean value)
Sets the value of the showLastModifiedOnList property.
void setShowNotes(Boolean value)
Sets the value of the showNotes property.
void setShowOwner(Boolean value)
Sets the value of the showOwner property.
void setShowOwnerAllowChange(Boolean value)
Sets the value of the showOwnerAllowChange property.
void setShowOwnerOnList(Boolean value)
Sets the value of the showOwnerOnList property.
void setUsePermissions(Boolean value)
Sets the value of the usePermissions property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected Boolean allowAttachments

protected Boolean allowInlineEditing

protected Boolean allowNumberingOverride

protected Boolean allowQuickSearch

protected XMLGregorianCalendar created

protected CustomFieldList customFieldList

protected RecordRef customForm

protected String customRecordId

protected String description

protected String disclaimer

protected Boolean enablEmailMerge

protected Boolean enableNumbering

protected String externalId

protected Boolean includeName

protected String internalId

protected Boolean isAvailableOffline

protected Boolean isInactive

protected Boolean isNumberingUpdateable

protected Boolean isOrdered

protected XMLGregorianCalendar lastModified

protected String name

protected Long numberingCurrentNumber

protected Long numberingInit

protected Long numberingMinDigits

protected String numberingPrefix

protected String numberingSuffix

protected RecordRef owner

protected RecordRef recType

protected String recordName

protected String scriptId

protected Boolean showCreationDate

protected Boolean showCreationDateOnList

protected Boolean showId

protected Boolean showLastModified

protected Boolean showLastModifiedOnList

protected Boolean showNotes

protected Boolean showOwner

protected Boolean showOwnerAllowChange

protected Boolean showOwnerOnList

protected Boolean usePermissions

Public Constructors

public CustomRecord ()

Public Methods

public XMLGregorianCalendar getCreated ()

Gets the value of the created property.

Returns
  • possible object is XMLGregorianCalendar

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public String getCustomRecordId ()

Gets the value of the customRecordId property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getDisclaimer ()

Gets the value of the disclaimer property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public XMLGregorianCalendar getLastModified ()

Gets the value of the lastModified property.

Returns
  • possible object is XMLGregorianCalendar

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Long getNumberingCurrentNumber ()

Gets the value of the numberingCurrentNumber property.

Returns
  • possible object is Long

public Long getNumberingInit ()

Gets the value of the numberingInit property.

Returns
  • possible object is Long

public Long getNumberingMinDigits ()

Gets the value of the numberingMinDigits property.

Returns
  • possible object is Long

public String getNumberingPrefix ()

Gets the value of the numberingPrefix property.

Returns
  • possible object is String

public String getNumberingSuffix ()

Gets the value of the numberingSuffix property.

Returns
  • possible object is String

public RecordRef getOwner ()

Gets the value of the owner property.

Returns

public RecordRef getRecType ()

Gets the value of the recType property.

Returns

public String getRecordName ()

Gets the value of the recordName property.

Returns
  • possible object is String

public String getScriptId ()

Gets the value of the scriptId property.

Returns
  • possible object is String

public Boolean isAllowAttachments ()

Gets the value of the allowAttachments property.

Returns
  • possible object is Boolean

public Boolean isAllowInlineEditing ()

Gets the value of the allowInlineEditing property.

Returns
  • possible object is Boolean

public Boolean isAllowNumberingOverride ()

Gets the value of the allowNumberingOverride property.

Returns
  • possible object is Boolean

public Boolean isAllowQuickSearch ()

Gets the value of the allowQuickSearch property.

Returns
  • possible object is Boolean

public Boolean isEnablEmailMerge ()

Gets the value of the enablEmailMerge property.

Returns
  • possible object is Boolean

public Boolean isEnableNumbering ()

Gets the value of the enableNumbering property.

Returns
  • possible object is Boolean

public Boolean isIncludeName ()

Gets the value of the includeName property.

Returns
  • possible object is Boolean

public Boolean isIsAvailableOffline ()

Gets the value of the isAvailableOffline property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isIsNumberingUpdateable ()

Gets the value of the isNumberingUpdateable property.

Returns
  • possible object is Boolean

public Boolean isIsOrdered ()

Gets the value of the isOrdered property.

Returns
  • possible object is Boolean

public Boolean isShowCreationDate ()

Gets the value of the showCreationDate property.

Returns
  • possible object is Boolean

public Boolean isShowCreationDateOnList ()

Gets the value of the showCreationDateOnList property.

Returns
  • possible object is Boolean

public Boolean isShowId ()

Gets the value of the showId property.

Returns
  • possible object is Boolean

public Boolean isShowLastModified ()

Gets the value of the showLastModified property.

Returns
  • possible object is Boolean

public Boolean isShowLastModifiedOnList ()

Gets the value of the showLastModifiedOnList property.

Returns
  • possible object is Boolean

public Boolean isShowNotes ()

Gets the value of the showNotes property.

Returns
  • possible object is Boolean

public Boolean isShowOwner ()

Gets the value of the showOwner property.

Returns
  • possible object is Boolean

public Boolean isShowOwnerAllowChange ()

Gets the value of the showOwnerAllowChange property.

Returns
  • possible object is Boolean

public Boolean isShowOwnerOnList ()

Gets the value of the showOwnerOnList property.

Returns
  • possible object is Boolean

public Boolean isUsePermissions ()

Gets the value of the usePermissions property.

Returns
  • possible object is Boolean

public void setAllowAttachments (Boolean value)

Sets the value of the allowAttachments property.

Parameters
value Allowed object is Boolean

public void setAllowInlineEditing (Boolean value)

Sets the value of the allowInlineEditing property.

Parameters
value Allowed object is Boolean

public void setAllowNumberingOverride (Boolean value)

Sets the value of the allowNumberingOverride property.

Parameters
value Allowed object is Boolean

public void setAllowQuickSearch (Boolean value)

Sets the value of the allowQuickSearch property.

Parameters
value Allowed object is Boolean

public void setCreated (XMLGregorianCalendar value)

Sets the value of the created property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setCustomRecordId (String value)

Sets the value of the customRecordId property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDisclaimer (String value)

Sets the value of the disclaimer property.

Parameters
value Allowed object is String

public void setEnablEmailMerge (Boolean value)

Sets the value of the enablEmailMerge property.

Parameters
value Allowed object is Boolean

public void setEnableNumbering (Boolean value)

Sets the value of the enableNumbering property.

Parameters
value Allowed object is Boolean

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setIncludeName (Boolean value)

Sets the value of the includeName property.

Parameters
value Allowed object is Boolean

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsAvailableOffline (Boolean value)

Sets the value of the isAvailableOffline property.

Parameters
value Allowed object is Boolean

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setIsNumberingUpdateable (Boolean value)

Sets the value of the isNumberingUpdateable property.

Parameters
value Allowed object is Boolean

public void setIsOrdered (Boolean value)

Sets the value of the isOrdered property.

Parameters
value Allowed object is Boolean

public void setLastModified (XMLGregorianCalendar value)

Sets the value of the lastModified property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setNumberingCurrentNumber (Long value)

Sets the value of the numberingCurrentNumber property.

Parameters
value Allowed object is Long

public void setNumberingInit (Long value)

Sets the value of the numberingInit property.

Parameters
value Allowed object is Long

public void setNumberingMinDigits (Long value)

Sets the value of the numberingMinDigits property.

Parameters
value Allowed object is Long

public void setNumberingPrefix (String value)

Sets the value of the numberingPrefix property.

Parameters
value Allowed object is String

public void setNumberingSuffix (String value)

Sets the value of the numberingSuffix property.

Parameters
value Allowed object is String

public void setOwner (RecordRef value)

Sets the value of the owner property.

Parameters
value Allowed object is RecordRef

public void setRecType (RecordRef value)

Sets the value of the recType property.

Parameters
value Allowed object is RecordRef

public void setRecordName (String value)

Sets the value of the recordName property.

Parameters
value Allowed object is String

public void setScriptId (String value)

Sets the value of the scriptId property.

Parameters
value Allowed object is String

public void setShowCreationDate (Boolean value)

Sets the value of the showCreationDate property.

Parameters
value Allowed object is Boolean

public void setShowCreationDateOnList (Boolean value)

Sets the value of the showCreationDateOnList property.

Parameters
value Allowed object is Boolean

public void setShowId (Boolean value)

Sets the value of the showId property.

Parameters
value Allowed object is Boolean

public void setShowLastModified (Boolean value)

Sets the value of the showLastModified property.

Parameters
value Allowed object is Boolean

public void setShowLastModifiedOnList (Boolean value)

Sets the value of the showLastModifiedOnList property.

Parameters
value Allowed object is Boolean

public void setShowNotes (Boolean value)

Sets the value of the showNotes property.

Parameters
value Allowed object is Boolean

public void setShowOwner (Boolean value)

Sets the value of the showOwner property.

Parameters
value Allowed object is Boolean

public void setShowOwnerAllowChange (Boolean value)

Sets the value of the showOwnerAllowChange property.

Parameters
value Allowed object is Boolean

public void setShowOwnerOnList (Boolean value)

Sets the value of the showOwnerOnList property.

Parameters
value Allowed object is Boolean

public void setUsePermissions (Boolean value)

Sets the value of the usePermissions property.

Parameters
value Allowed object is Boolean