public class

Topic

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.support_2010_2.Topic

Class Overview

Java class for Topic complex type.

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

 <complexType name="Topic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parentTopic" 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="longDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="solutionList" type="{urn:support_2010_2.lists.webservices.netsuite.com}TopicSolutionList" 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 String description
protected String externalId
protected String internalId
protected Boolean isInactive
protected String longDescription
protected RecordRef parentTopic
protected TopicSolutionList solutionList
protected String title
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
Topic()
Public Methods
String getDescription()
Gets the value of the description property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
String getLongDescription()
Gets the value of the longDescription property.
RecordRef getParentTopic()
Gets the value of the parentTopic property.
TopicSolutionList getSolutionList()
Gets the value of the solutionList property.
String getTitle()
Gets the value of the title property.
Boolean isIsInactive()
Gets the value of the isInactive property.
void setDescription(String value)
Sets the value of the description property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setLongDescription(String value)
Sets the value of the longDescription property.
void setParentTopic(RecordRef value)
Sets the value of the parentTopic property.
void setSolutionList(TopicSolutionList value)
Sets the value of the solutionList property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected String description

protected String externalId

protected String internalId

protected Boolean isInactive

protected String longDescription

protected RecordRef parentTopic

protected TopicSolutionList solutionList

protected String title

Public Constructors

public Topic ()

Public Methods

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 String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getLongDescription ()

Gets the value of the longDescription property.

Returns
  • possible object is String

public RecordRef getParentTopic ()

Gets the value of the parentTopic property.

Returns

public TopicSolutionList getSolutionList ()

Gets the value of the solutionList property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

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 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 setLongDescription (String value)

Sets the value of the longDescription property.

Parameters
value Allowed object is String

public void setParentTopic (RecordRef value)

Sets the value of the parentTopic property.

Parameters
value Allowed object is RecordRef

public void setSolutionList (TopicSolutionList value)

Sets the value of the solutionList property.

Parameters
value Allowed object is TopicSolutionList

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String