public class

SupportCaseStatus

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

Class Overview

Java class for SupportCaseStatus complex type.

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

 <complexType name="SupportCaseStatus">
   <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="insertBefore" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="stage" type="{urn:types.support_2010_2.lists.webservices.netsuite.com}SupportCaseStatusStage" minOccurs="0"/>
         <element name="caseOnHold" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="autoCloseCase" type="{http://www.w3.org/2001/XMLSchema}boolean" 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"/>
       </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 autoCloseCase
protected Boolean caseOnHold
protected String description
protected String externalId
protected RecordRef insertBefore
protected String internalId
protected Boolean isInactive
protected String name
protected SupportCaseStatusStage stage
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
SupportCaseStatus()
Public Methods
String getDescription()
Gets the value of the description property.
String getExternalId()
Gets the value of the externalId property.
RecordRef getInsertBefore()
Gets the value of the insertBefore property.
String getInternalId()
Gets the value of the internalId property.
String getName()
Gets the value of the name property.
SupportCaseStatusStage getStage()
Gets the value of the stage property.
Boolean isAutoCloseCase()
Gets the value of the autoCloseCase property.
Boolean isCaseOnHold()
Gets the value of the caseOnHold property.
Boolean isIsInactive()
Gets the value of the isInactive property.
void setAutoCloseCase(Boolean value)
Sets the value of the autoCloseCase property.
void setCaseOnHold(Boolean value)
Sets the value of the caseOnHold property.
void setDescription(String value)
Sets the value of the description property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInsertBefore(RecordRef value)
Sets the value of the insertBefore property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setName(String value)
Sets the value of the name property.
void setStage(SupportCaseStatusStage value)
Sets the value of the stage property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected Boolean autoCloseCase

protected Boolean caseOnHold

protected String description

protected String externalId

protected RecordRef insertBefore

protected String internalId

protected Boolean isInactive

protected String name

protected SupportCaseStatusStage stage

Public Constructors

public SupportCaseStatus ()

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 RecordRef getInsertBefore ()

Gets the value of the insertBefore property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public SupportCaseStatusStage getStage ()

Gets the value of the stage property.

Returns

public Boolean isAutoCloseCase ()

Gets the value of the autoCloseCase property.

Returns
  • possible object is Boolean

public Boolean isCaseOnHold ()

Gets the value of the caseOnHold property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public void setAutoCloseCase (Boolean value)

Sets the value of the autoCloseCase property.

Parameters
value Allowed object is Boolean

public void setCaseOnHold (Boolean value)

Sets the value of the caseOnHold property.

Parameters
value Allowed 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 setInsertBefore (RecordRef value)

Sets the value of the insertBefore property.

Parameters
value Allowed object is RecordRef

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

Sets the value of the name property.

Parameters
value Allowed object is String

public void setStage (SupportCaseStatusStage value)

Sets the value of the stage property.

Parameters
value Allowed object is SupportCaseStatusStage