public class

FileSiteCategory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.documents.filecabinet_2010_2.FileSiteCategory

Class Overview

Java class for FileSiteCategory complex type.

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

 <complexType name="FileSiteCategory">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="category" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="categoryDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="website" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef category
protected String categoryDescription
protected Boolean isDefault
protected RecordRef website
Public Constructors
FileSiteCategory()
Public Methods
RecordRef getCategory()
Gets the value of the category property.
String getCategoryDescription()
Gets the value of the categoryDescription property.
RecordRef getWebsite()
Gets the value of the website property.
Boolean isIsDefault()
Gets the value of the isDefault property.
void setCategory(RecordRef value)
Sets the value of the category property.
void setCategoryDescription(String value)
Sets the value of the categoryDescription property.
void setIsDefault(Boolean value)
Sets the value of the isDefault property.
void setWebsite(RecordRef value)
Sets the value of the website property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef category

protected String categoryDescription

protected Boolean isDefault

protected RecordRef website

Public Constructors

public FileSiteCategory ()

Public Methods

public RecordRef getCategory ()

Gets the value of the category property.

Returns

public String getCategoryDescription ()

Gets the value of the categoryDescription property.

Returns
  • possible object is String

public RecordRef getWebsite ()

Gets the value of the website property.

Returns

public Boolean isIsDefault ()

Gets the value of the isDefault property.

Returns
  • possible object is Boolean

public void setCategory (RecordRef value)

Sets the value of the category property.

Parameters
value Allowed object is RecordRef

public void setCategoryDescription (String value)

Sets the value of the categoryDescription property.

Parameters
value Allowed object is String

public void setIsDefault (Boolean value)

Sets the value of the isDefault property.

Parameters
value Allowed object is Boolean

public void setWebsite (RecordRef value)

Sets the value of the website property.

Parameters
value Allowed object is RecordRef