public class

PromotionCodeSearchBasic

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

Class Overview

Java class for PromotionCodeSearchBasic complex type.

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

 <complexType name="PromotionCodeSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="code" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="description" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="discount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="discountAmount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="endDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" 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="isPublic" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="partner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchStringField code
protected SearchCustomFieldList customFieldList
protected SearchStringField description
protected SearchMultiSelectField discount
protected SearchDoubleField discountAmount
protected SearchDateField endDate
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isInactive
protected SearchBooleanField isPublic
protected SearchMultiSelectField item
protected SearchMultiSelectField partner
protected SearchDateField startDate
Public Constructors
PromotionCodeSearchBasic()
Public Methods
SearchStringField getCode()
Gets the value of the code property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchStringField getDescription()
Gets the value of the description property.
SearchMultiSelectField getDiscount()
Gets the value of the discount property.
SearchDoubleField getDiscountAmount()
Gets the value of the discountAmount property.
SearchDateField getEndDate()
Gets the value of the endDate 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.
SearchBooleanField getIsPublic()
Gets the value of the isPublic property.
SearchMultiSelectField getItem()
Gets the value of the item property.
SearchMultiSelectField getPartner()
Gets the value of the partner property.
SearchDateField getStartDate()
Gets the value of the startDate property.
void setCode(SearchStringField value)
Sets the value of the code property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setDescription(SearchStringField value)
Sets the value of the description property.
void setDiscount(SearchMultiSelectField value)
Sets the value of the discount property.
void setDiscountAmount(SearchDoubleField value)
Sets the value of the discountAmount property.
void setEndDate(SearchDateField value)
Sets the value of the endDate 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 setIsPublic(SearchBooleanField value)
Sets the value of the isPublic property.
void setItem(SearchMultiSelectField value)
Sets the value of the item property.
void setPartner(SearchMultiSelectField value)
Sets the value of the partner property.
void setStartDate(SearchDateField value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchStringField code

protected SearchCustomFieldList customFieldList

protected SearchStringField description

protected SearchMultiSelectField discount

protected SearchDoubleField discountAmount

protected SearchDateField endDate

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isInactive

protected SearchBooleanField isPublic

protected SearchMultiSelectField item

protected SearchMultiSelectField partner

protected SearchDateField startDate

Public Constructors

public PromotionCodeSearchBasic ()

Public Methods

public SearchStringField getCode ()

Gets the value of the code property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchStringField getDescription ()

Gets the value of the description property.

Returns

public SearchMultiSelectField getDiscount ()

Gets the value of the discount property.

Returns

public SearchDoubleField getDiscountAmount ()

Gets the value of the discountAmount property.

Returns

public SearchDateField getEndDate ()

Gets the value of the endDate 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 SearchBooleanField getIsPublic ()

Gets the value of the isPublic property.

Returns

public SearchMultiSelectField getItem ()

Gets the value of the item property.

Returns

public SearchMultiSelectField getPartner ()

Gets the value of the partner property.

Returns

public SearchDateField getStartDate ()

Gets the value of the startDate property.

Returns

public void setCode (SearchStringField value)

Sets the value of the code property.

Parameters
value Allowed object is SearchStringField

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setDescription (SearchStringField value)

Sets the value of the description property.

Parameters
value Allowed object is SearchStringField

public void setDiscount (SearchMultiSelectField value)

Sets the value of the discount property.

Parameters
value Allowed object is SearchMultiSelectField

public void setDiscountAmount (SearchDoubleField value)

Sets the value of the discountAmount property.

Parameters
value Allowed object is SearchDoubleField

public void setEndDate (SearchDateField value)

Sets the value of the endDate property.

Parameters
value Allowed object is SearchDateField

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 setIsPublic (SearchBooleanField value)

Sets the value of the isPublic property.

Parameters
value Allowed object is SearchBooleanField

public void setItem (SearchMultiSelectField value)

Sets the value of the item property.

Parameters
value Allowed object is SearchMultiSelectField

public void setPartner (SearchMultiSelectField value)

Sets the value of the partner property.

Parameters
value Allowed object is SearchMultiSelectField

public void setStartDate (SearchDateField value)

Sets the value of the startDate property.

Parameters
value Allowed object is SearchDateField