public class

Folder

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.documents.filecabinet_2010_2.Folder

Class Overview

Java class for Folder complex type.

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

 <complexType name="Folder">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="department" 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="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="bundleable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="hideInBundle" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isOnline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="group" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="parent" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" 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 bundleable
protected RecordRef clazz
protected RecordRef department
protected String description
protected String externalId
protected RecordRef group
protected Boolean hideInBundle
protected String internalId
protected Boolean isInactive
protected Boolean isOnline
protected Boolean isPrivate
protected RecordRef location
protected String name
protected RecordRef parent
protected RecordRef subsidiary
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
Folder()
Public Methods
RecordRef getClazz()
Gets the value of the clazz property.
RecordRef getDepartment()
Gets the value of the department property.
String getDescription()
Gets the value of the description property.
String getExternalId()
Gets the value of the externalId property.
RecordRef getGroup()
Gets the value of the group property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getLocation()
Gets the value of the location property.
String getName()
Gets the value of the name property.
RecordRef getParent()
Gets the value of the parent property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
Boolean isBundleable()
Gets the value of the bundleable property.
Boolean isHideInBundle()
Gets the value of the hideInBundle property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isIsOnline()
Gets the value of the isOnline property.
Boolean isIsPrivate()
Gets the value of the isPrivate property.
void setBundleable(Boolean value)
Sets the value of the bundleable property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setDescription(String value)
Sets the value of the description property.
void setExternalId(String value)
Sets the value of the externalId property.
void setGroup(RecordRef value)
Sets the value of the group property.
void setHideInBundle(Boolean value)
Sets the value of the hideInBundle property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setIsOnline(Boolean value)
Sets the value of the isOnline property.
void setIsPrivate(Boolean value)
Sets the value of the isPrivate property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setName(String value)
Sets the value of the name property.
void setParent(RecordRef value)
Sets the value of the parent property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected Boolean bundleable

protected RecordRef clazz

protected RecordRef department

protected String description

protected String externalId

protected RecordRef group

protected Boolean hideInBundle

protected String internalId

protected Boolean isInactive

protected Boolean isOnline

protected Boolean isPrivate

protected RecordRef location

protected String name

protected RecordRef parent

protected RecordRef subsidiary

Public Constructors

public Folder ()

Public Methods

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public RecordRef getGroup ()

Gets the value of the group property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public RecordRef getParent ()

Gets the value of the parent property.

Returns

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public Boolean isBundleable ()

Gets the value of the bundleable property.

Returns
  • possible object is Boolean

public Boolean isHideInBundle ()

Gets the value of the hideInBundle property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isIsOnline ()

Gets the value of the isOnline property.

Returns
  • possible object is Boolean

public Boolean isIsPrivate ()

Gets the value of the isPrivate property.

Returns
  • possible object is Boolean

public void setBundleable (Boolean value)

Sets the value of the bundleable property.

Parameters
value Allowed object is Boolean

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setGroup (RecordRef value)

Sets the value of the group property.

Parameters
value Allowed object is RecordRef

public void setHideInBundle (Boolean value)

Sets the value of the hideInBundle 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 setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setIsOnline (Boolean value)

Sets the value of the isOnline property.

Parameters
value Allowed object is Boolean

public void setIsPrivate (Boolean value)

Sets the value of the isPrivate property.

Parameters
value Allowed object is Boolean

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setParent (RecordRef value)

Sets the value of the parent property.

Parameters
value Allowed object is RecordRef

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef