public class

CouponCodeSearchBasic

extends SearchRecordBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecordBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.CouponCodeSearchBasic

Class Overview

Java class for CouponCodeSearchBasic complex type.

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

 <complexType name="CouponCodeSearchBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic">
       <sequence>
         <element name="code" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="dateSent" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="id" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="promotion" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="recipient" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="useCount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="used" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchStringField code
protected SearchDateField dateSent
protected SearchLongField id
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField promotion
protected SearchMultiSelectField recipient
protected SearchLongField useCount
protected SearchBooleanField used
Public Constructors
CouponCodeSearchBasic()
Public Methods
SearchStringField getCode()
Gets the value of the code property.
SearchDateField getDateSent()
Gets the value of the dateSent property.
SearchLongField getId()
Gets the value of the id property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchMultiSelectField getPromotion()
Gets the value of the promotion property.
SearchMultiSelectField getRecipient()
Gets the value of the recipient property.
SearchLongField getUseCount()
Gets the value of the useCount property.
SearchBooleanField getUsed()
Gets the value of the used property.
void setCode(SearchStringField value)
Sets the value of the code property.
void setDateSent(SearchDateField value)
Sets the value of the dateSent property.
void setId(SearchLongField value)
Sets the value of the id property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setPromotion(SearchMultiSelectField value)
Sets the value of the promotion property.
void setRecipient(SearchMultiSelectField value)
Sets the value of the recipient property.
void setUseCount(SearchLongField value)
Sets the value of the useCount property.
void setUsed(SearchBooleanField value)
Sets the value of the used property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchStringField code

protected SearchDateField dateSent

protected SearchLongField id

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField promotion

protected SearchMultiSelectField recipient

protected SearchLongField useCount

protected SearchBooleanField used

Public Constructors

public CouponCodeSearchBasic ()

Public Methods

public SearchStringField getCode ()

Gets the value of the code property.

Returns

public SearchDateField getDateSent ()

Gets the value of the dateSent property.

Returns

public SearchLongField getId ()

Gets the value of the id 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 SearchMultiSelectField getPromotion ()

Gets the value of the promotion property.

Returns

public SearchMultiSelectField getRecipient ()

Gets the value of the recipient property.

Returns

public SearchLongField getUseCount ()

Gets the value of the useCount property.

Returns

public SearchBooleanField getUsed ()

Gets the value of the used property.

Returns

public void setCode (SearchStringField value)

Sets the value of the code property.

Parameters
value Allowed object is SearchStringField

public void setDateSent (SearchDateField value)

Sets the value of the dateSent property.

Parameters
value Allowed object is SearchDateField

public void setId (SearchLongField value)

Sets the value of the id property.

Parameters
value Allowed object is SearchLongField

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 setPromotion (SearchMultiSelectField value)

Sets the value of the promotion property.

Parameters
value Allowed object is SearchMultiSelectField

public void setRecipient (SearchMultiSelectField value)

Sets the value of the recipient property.

Parameters
value Allowed object is SearchMultiSelectField

public void setUseCount (SearchLongField value)

Sets the value of the useCount property.

Parameters
value Allowed object is SearchLongField

public void setUsed (SearchBooleanField value)

Sets the value of the used property.

Parameters
value Allowed object is SearchBooleanField