public class

CustomRecord

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.setup.customization_2013_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_2013_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_2013_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_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="recType" type="{urn:core_2013_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="translationsList" type="{urn:customization_2013_2.setup.webservices.netsuite.com}CustomRecordTranslationsList" 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_2013_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 CustomRecordTranslationsList translationsList
protected Boolean usePermissions
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
CustomRecord()
Public Methods
Boolean getAllowAttachments()
Gets the value of the allowAttachments property.
Boolean getAllowInlineEditing()
Gets the value of the allowInlineEditing property.
Boolean getAllowNumberingOverride()
Gets the value of the allowNumberingOverride property.
Boolean getAllowQuickSearch()
Gets the value of the allowQuickSearch property.
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.
Boolean getEnablEmailMerge()
Gets the value of the enablEmailMerge property.
Boolean getEnableNumbering()
Gets the value of the enableNumbering property.
String getExternalId()
Gets the value of the externalId property.
Boolean getIncludeName()
Gets the value of the includeName property.
String getInternalId()
Gets the value of the internalId property.
Boolean getIsAvailableOffline()
Gets the value of the isAvailableOffline property.
Boolean getIsInactive()
Gets the value of the isInactive property.
Boolean getIsNumberingUpdateable()
Gets the value of the isNumberingUpdateable property.
Boolean getIsOrdered()
Gets the value of the isOrdered 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 getShowCreationDate()
Gets the value of the showCreationDate property.
Boolean getShowCreationDateOnList()
Gets the value of the showCreationDateOnList property.
Boolean getShowId()
Gets the value of the showId property.
Boolean getShowLastModified()
Gets the value of the showLastModified property.
Boolean getShowLastModifiedOnList()
Gets the value of the showLastModifiedOnList property.
Boolean getShowNotes()
Gets the value of the showNotes property.
Boolean getShowOwner()
Gets the value of the showOwner property.
Boolean getShowOwnerAllowChange()
Gets the value of the showOwnerAllowChange property.
Boolean getShowOwnerOnList()
Gets the value of the showOwnerOnList property.
CustomRecordTranslationsList getTranslationsList()
Gets the value of the translationsList property.
Boolean getUsePermissions()
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 setTranslationsList(CustomRecordTranslationsList value)
Sets the value of the translationsList property.
void setUsePermissions(Boolean value)
Sets the value of the usePermissions property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_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 CustomRecordTranslationsList translationsList

protected Boolean usePermissions

Public Constructors

public CustomRecord ()

Public Methods

public Boolean getAllowAttachments ()

Gets the value of the allowAttachments property. This getter has been renamed from isAllowAttachments() to getAllowAttachments() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getAllowInlineEditing ()

Gets the value of the allowInlineEditing property. This getter has been renamed from isAllowInlineEditing() to getAllowInlineEditing() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getAllowNumberingOverride ()

Gets the value of the allowNumberingOverride property. This getter has been renamed from isAllowNumberingOverride() to getAllowNumberingOverride() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getAllowQuickSearch ()

Gets the value of the allowQuickSearch property. This getter has been renamed from isAllowQuickSearch() to getAllowQuickSearch() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 Boolean getEnablEmailMerge ()

Gets the value of the enablEmailMerge property. This getter has been renamed from isEnablEmailMerge() to getEnablEmailMerge() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getEnableNumbering ()

Gets the value of the enableNumbering property. This getter has been renamed from isEnableNumbering() to getEnableNumbering() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public Boolean getIncludeName ()

Gets the value of the includeName property. This getter has been renamed from isIncludeName() to getIncludeName() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public Boolean getIsAvailableOffline ()

Gets the value of the isAvailableOffline property. This getter has been renamed from isIsAvailableOffline() to getIsAvailableOffline() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsInactive ()

Gets the value of the isInactive property. This getter has been renamed from isIsInactive() to getIsInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsNumberingUpdateable ()

Gets the value of the isNumberingUpdateable property. This getter has been renamed from isIsNumberingUpdateable() to getIsNumberingUpdateable() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsOrdered ()

Gets the value of the isOrdered property. This getter has been renamed from isIsOrdered() to getIsOrdered() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 getShowCreationDate ()

Gets the value of the showCreationDate property. This getter has been renamed from isShowCreationDate() to getShowCreationDate() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getShowCreationDateOnList ()

Gets the value of the showCreationDateOnList property. This getter has been renamed from isShowCreationDateOnList() to getShowCreationDateOnList() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getShowId ()

Gets the value of the showId property. This getter has been renamed from isShowId() to getShowId() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getShowLastModified ()

Gets the value of the showLastModified property. This getter has been renamed from isShowLastModified() to getShowLastModified() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getShowLastModifiedOnList ()

Gets the value of the showLastModifiedOnList property. This getter has been renamed from isShowLastModifiedOnList() to getShowLastModifiedOnList() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getShowNotes ()

Gets the value of the showNotes property. This getter has been renamed from isShowNotes() to getShowNotes() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getShowOwner ()

Gets the value of the showOwner property. This getter has been renamed from isShowOwner() to getShowOwner() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getShowOwnerAllowChange ()

Gets the value of the showOwnerAllowChange property. This getter has been renamed from isShowOwnerAllowChange() to getShowOwnerAllowChange() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getShowOwnerOnList ()

Gets the value of the showOwnerOnList property. This getter has been renamed from isShowOwnerOnList() to getShowOwnerOnList() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public CustomRecordTranslationsList getTranslationsList ()

Gets the value of the translationsList property.

Returns

public Boolean getUsePermissions ()

Gets the value of the usePermissions property. This getter has been renamed from isUsePermissions() to getUsePermissions() by cxf-xjc-boolean plugin.

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 setTranslationsList (CustomRecordTranslationsList value)

Sets the value of the translationsList property.

Parameters
value Allowed object is CustomRecordTranslationsList

public void setUsePermissions (Boolean value)

Sets the value of the usePermissions property.

Parameters
value Allowed object is Boolean