public class

CostCategory

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.Record
     ↳ com.netsuite.webservices.lists.accounting_2012_1.CostCategory

Class Overview

Java class for CostCategory complex type.

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

 <complexType name="CostCategory">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="account" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="itemCostType" type="{urn:types.accounting_2012_1.lists.webservices.netsuite.com}CostCategoryItemCostType" 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 RecordRef account
protected String externalId
protected String internalId
protected Boolean isInactive
protected CostCategoryItemCostType itemCostType
protected String name
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2012_1.Record
Public Constructors
CostCategory()
Public Methods
RecordRef getAccount()
Gets the value of the account property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
CostCategoryItemCostType getItemCostType()
Gets the value of the itemCostType property.
String getName()
Gets the value of the name property.
Boolean isIsInactive()
Gets the value of the isInactive property.
void setAccount(RecordRef value)
Sets the value of the account 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 setItemCostType(CostCategoryItemCostType value)
Sets the value of the itemCostType property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2012_1.Record
From class java.lang.Object

Fields

protected RecordRef account

protected String externalId

protected String internalId

protected Boolean isInactive

protected CostCategoryItemCostType itemCostType

protected String name

Public Constructors

public CostCategory ()

Public Methods

public RecordRef getAccount ()

Gets the value of the account property.

Returns

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 CostCategoryItemCostType getItemCostType ()

Gets the value of the itemCostType property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public void setAccount (RecordRef value)

Sets the value of the account property.

Parameters
value Allowed object is RecordRef

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 setItemCostType (CostCategoryItemCostType value)

Sets the value of the itemCostType property.

Parameters
value Allowed object is CostCategoryItemCostType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String