public class

UnitsTypeSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2010_2.UnitsTypeSearchBasic

Class Overview

Java class for UnitsTypeSearchBasic complex type.

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

 <complexType name="UnitsTypeSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="abbreviation" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="baseUnit" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="conversionRate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="isInActive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="pluralAbbreviation" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="pluralName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="unitName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchStringField abbreviation
protected SearchBooleanField baseUnit
protected SearchStringField conversionRate
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isInActive
protected SearchStringField name
protected SearchStringField pluralAbbreviation
protected SearchStringField pluralName
protected SearchStringField unitName
Public Constructors
UnitsTypeSearchBasic()
Public Methods
SearchStringField getAbbreviation()
Gets the value of the abbreviation property.
SearchBooleanField getBaseUnit()
Gets the value of the baseUnit property.
SearchStringField getConversionRate()
Gets the value of the conversionRate property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsInActive()
Gets the value of the isInActive property.
SearchStringField getName()
Gets the value of the name property.
SearchStringField getPluralAbbreviation()
Gets the value of the pluralAbbreviation property.
SearchStringField getPluralName()
Gets the value of the pluralName property.
SearchStringField getUnitName()
Gets the value of the unitName property.
void setAbbreviation(SearchStringField value)
Sets the value of the abbreviation property.
void setBaseUnit(SearchBooleanField value)
Sets the value of the baseUnit property.
void setConversionRate(SearchStringField value)
Sets the value of the conversionRate property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsInActive(SearchBooleanField value)
Sets the value of the isInActive property.
void setName(SearchStringField value)
Sets the value of the name property.
void setPluralAbbreviation(SearchStringField value)
Sets the value of the pluralAbbreviation property.
void setPluralName(SearchStringField value)
Sets the value of the pluralName property.
void setUnitName(SearchStringField value)
Sets the value of the unitName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchStringField abbreviation

protected SearchBooleanField baseUnit

protected SearchStringField conversionRate

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isInActive

protected SearchStringField name

protected SearchStringField pluralAbbreviation

protected SearchStringField pluralName

protected SearchStringField unitName

Public Constructors

public UnitsTypeSearchBasic ()

Public Methods

public SearchStringField getAbbreviation ()

Gets the value of the abbreviation property.

Returns

public SearchBooleanField getBaseUnit ()

Gets the value of the baseUnit property.

Returns

public SearchStringField getConversionRate ()

Gets the value of the conversionRate property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchBooleanField getIsInActive ()

Gets the value of the isInActive property.

Returns

public SearchStringField getName ()

Gets the value of the name property.

Returns

public SearchStringField getPluralAbbreviation ()

Gets the value of the pluralAbbreviation property.

Returns

public SearchStringField getPluralName ()

Gets the value of the pluralName property.

Returns

public SearchStringField getUnitName ()

Gets the value of the unitName property.

Returns

public void setAbbreviation (SearchStringField value)

Sets the value of the abbreviation property.

Parameters
value Allowed object is SearchStringField

public void setBaseUnit (SearchBooleanField value)

Sets the value of the baseUnit property.

Parameters
value Allowed object is SearchBooleanField

public void setConversionRate (SearchStringField value)

Sets the value of the conversionRate property.

Parameters
value Allowed object is SearchStringField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setIsInActive (SearchBooleanField value)

Sets the value of the isInActive property.

Parameters
value Allowed object is SearchBooleanField

public void setName (SearchStringField value)

Sets the value of the name property.

Parameters
value Allowed object is SearchStringField

public void setPluralAbbreviation (SearchStringField value)

Sets the value of the pluralAbbreviation property.

Parameters
value Allowed object is SearchStringField

public void setPluralName (SearchStringField value)

Sets the value of the pluralName property.

Parameters
value Allowed object is SearchStringField

public void setUnitName (SearchStringField value)

Sets the value of the unitName property.

Parameters
value Allowed object is SearchStringField