public class

CustomRecordType

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

Class Overview

Java class for CustomRecordType complex type.

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

 <complexType name="CustomRecordType">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="recordName" type="{http://www.w3.org/2001/XMLSchema}string" 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="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="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="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="scriptId" 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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fieldList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypeFieldList" minOccurs="0"/>
         <element name="tabsList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypeTabsList" minOccurs="0"/>
         <element name="sublistsList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypeSublistsList" minOccurs="0"/>
         <element name="formsList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypeFormsList" minOccurs="0"/>
         <element name="onlineFormsList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypeOnlineFormsList" minOccurs="0"/>
         <element name="permissionsList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypePermissionsList" minOccurs="0"/>
         <element name="linksList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypeLinksList" minOccurs="0"/>
         <element name="managersList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypeManagersList" minOccurs="0"/>
         <element name="childrenList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypeChildrenList" minOccurs="0"/>
         <element name="parentsList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypeParentsList" minOccurs="0"/>
         <element name="translationsList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypeTranslationsList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" 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 CustomRecordTypeChildrenList childrenList
protected String description
protected String disclaimer
protected Boolean enableMailMerge
protected Boolean enableNumbering
protected CustomRecordTypeFieldList fieldList
protected CustomRecordTypeFormsList formsList
protected Boolean includeName
protected String internalId
protected Boolean isAvailableOffline
protected Boolean isInactive
protected Boolean isNumberingUpdateable
protected Boolean isOrdered
protected CustomRecordTypeLinksList linksList
protected CustomRecordTypeManagersList managersList
protected Long numberingCurrentNumber
protected Long numberingInit
protected Long numberingMinDigits
protected String numberingPrefix
protected String numberingSuffix
protected CustomRecordTypeOnlineFormsList onlineFormsList
protected RecordRef owner
protected CustomRecordTypeParentsList parentsList
protected CustomRecordTypePermissionsList permissionsList
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 CustomRecordTypeSublistsList sublistsList
protected CustomRecordTypeTabsList tabsList
protected CustomRecordTypeTranslationsList translationsList
protected Boolean usePermissions
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
CustomRecordType()
Public Methods
CustomRecordTypeChildrenList getChildrenList()
Gets the value of the childrenList property.
String getDescription()
Gets the value of the description property.
String getDisclaimer()
Gets the value of the disclaimer property.
CustomRecordTypeFieldList getFieldList()
Gets the value of the fieldList property.
CustomRecordTypeFormsList getFormsList()
Gets the value of the formsList property.
String getInternalId()
Gets the value of the internalId property.
CustomRecordTypeLinksList getLinksList()
Gets the value of the linksList property.
CustomRecordTypeManagersList getManagersList()
Gets the value of the managersList 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.
CustomRecordTypeOnlineFormsList getOnlineFormsList()
Gets the value of the onlineFormsList property.
RecordRef getOwner()
Gets the value of the owner property.
CustomRecordTypeParentsList getParentsList()
Gets the value of the parentsList property.
CustomRecordTypePermissionsList getPermissionsList()
Gets the value of the permissionsList property.
String getRecordName()
Gets the value of the recordName property.
String getScriptId()
Gets the value of the scriptId property.
CustomRecordTypeSublistsList getSublistsList()
Gets the value of the sublistsList property.
CustomRecordTypeTabsList getTabsList()
Gets the value of the tabsList property.
CustomRecordTypeTranslationsList getTranslationsList()
Gets the value of the translationsList 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 setChildrenList(CustomRecordTypeChildrenList value)
Sets the value of the childrenList 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 setFieldList(CustomRecordTypeFieldList value)
Sets the value of the fieldList property.
void setFormsList(CustomRecordTypeFormsList value)
Sets the value of the formsList 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 setLinksList(CustomRecordTypeLinksList value)
Sets the value of the linksList property.
void setManagersList(CustomRecordTypeManagersList value)
Sets the value of the managersList 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 setOnlineFormsList(CustomRecordTypeOnlineFormsList value)
Sets the value of the onlineFormsList property.
void setOwner(RecordRef value)
Sets the value of the owner property.
void setParentsList(CustomRecordTypeParentsList value)
Sets the value of the parentsList property.
void setPermissionsList(CustomRecordTypePermissionsList value)
Sets the value of the permissionsList 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 setSublistsList(CustomRecordTypeSublistsList value)
Sets the value of the sublistsList property.
void setTabsList(CustomRecordTypeTabsList value)
Sets the value of the tabsList property.
void setTranslationsList(CustomRecordTypeTranslationsList 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_2010_2.Record
From class java.lang.Object

Fields

protected Boolean allowAttachments

protected Boolean allowInlineEditing

protected Boolean allowNumberingOverride

protected Boolean allowQuickSearch

protected CustomRecordTypeChildrenList childrenList

protected String description

protected String disclaimer

protected Boolean enableMailMerge

protected Boolean enableNumbering

protected CustomRecordTypeFieldList fieldList

protected CustomRecordTypeFormsList formsList

protected Boolean includeName

protected String internalId

protected Boolean isAvailableOffline

protected Boolean isInactive

protected Boolean isNumberingUpdateable

protected Boolean isOrdered

protected CustomRecordTypeLinksList linksList

protected CustomRecordTypeManagersList managersList

protected Long numberingCurrentNumber

protected Long numberingInit

protected Long numberingMinDigits

protected String numberingPrefix

protected String numberingSuffix

protected CustomRecordTypeOnlineFormsList onlineFormsList

protected RecordRef owner

protected CustomRecordTypeParentsList parentsList

protected CustomRecordTypePermissionsList permissionsList

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 CustomRecordTypeSublistsList sublistsList

protected CustomRecordTypeTabsList tabsList

protected CustomRecordTypeTranslationsList translationsList

protected Boolean usePermissions

Public Constructors

public CustomRecordType ()

Public Methods

public CustomRecordTypeChildrenList getChildrenList ()

Gets the value of the childrenList property.

Returns

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 CustomRecordTypeFieldList getFieldList ()

Gets the value of the fieldList property.

Returns

public CustomRecordTypeFormsList getFormsList ()

Gets the value of the formsList property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public CustomRecordTypeLinksList getLinksList ()

Gets the value of the linksList property.

Returns

public CustomRecordTypeManagersList getManagersList ()

Gets the value of the managersList property.

Returns

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 CustomRecordTypeOnlineFormsList getOnlineFormsList ()

Gets the value of the onlineFormsList property.

Returns

public RecordRef getOwner ()

Gets the value of the owner property.

Returns

public CustomRecordTypeParentsList getParentsList ()

Gets the value of the parentsList property.

Returns

public CustomRecordTypePermissionsList getPermissionsList ()

Gets the value of the permissionsList 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 CustomRecordTypeSublistsList getSublistsList ()

Gets the value of the sublistsList property.

Returns

public CustomRecordTypeTabsList getTabsList ()

Gets the value of the tabsList property.

Returns

public CustomRecordTypeTranslationsList getTranslationsList ()

Gets the value of the translationsList property.

Returns

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 setChildrenList (CustomRecordTypeChildrenList value)

Sets the value of the childrenList property.

Parameters
value Allowed object is CustomRecordTypeChildrenList

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 setFieldList (CustomRecordTypeFieldList value)

Sets the value of the fieldList property.

Parameters
value Allowed object is CustomRecordTypeFieldList

public void setFormsList (CustomRecordTypeFormsList value)

Sets the value of the formsList property.

Parameters
value Allowed object is CustomRecordTypeFormsList

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 setLinksList (CustomRecordTypeLinksList value)

Sets the value of the linksList property.

Parameters
value Allowed object is CustomRecordTypeLinksList

public void setManagersList (CustomRecordTypeManagersList value)

Sets the value of the managersList property.

Parameters
value Allowed object is CustomRecordTypeManagersList

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 setOnlineFormsList (CustomRecordTypeOnlineFormsList value)

Sets the value of the onlineFormsList property.

Parameters
value Allowed object is CustomRecordTypeOnlineFormsList

public void setOwner (RecordRef value)

Sets the value of the owner property.

Parameters
value Allowed object is RecordRef

public void setParentsList (CustomRecordTypeParentsList value)

Sets the value of the parentsList property.

Parameters
value Allowed object is CustomRecordTypeParentsList

public void setPermissionsList (CustomRecordTypePermissionsList value)

Sets the value of the permissionsList property.

Parameters
value Allowed object is CustomRecordTypePermissionsList

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 setSublistsList (CustomRecordTypeSublistsList value)

Sets the value of the sublistsList property.

Parameters
value Allowed object is CustomRecordTypeSublistsList

public void setTabsList (CustomRecordTypeTabsList value)

Sets the value of the tabsList property.

Parameters
value Allowed object is CustomRecordTypeTabsList

public void setTranslationsList (CustomRecordTypeTranslationsList value)

Sets the value of the translationsList property.

Parameters
value Allowed object is CustomRecordTypeTranslationsList

public void setUsePermissions (Boolean value)

Sets the value of the usePermissions property.

Parameters
value Allowed object is Boolean