public class

CouponCodeSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.CouponCodeSearchRowBasic

Class Overview

Java class for CouponCodeSearchRowBasic complex type.

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

 <complexType name="CouponCodeSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="code" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dateSent" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="id" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="promotion" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="recipient" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="useCount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="used" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnStringField> code
protected List<SearchColumnDateField> dateSent
protected List<SearchColumnLongField> id
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnStringField> promotion
protected List<SearchColumnStringField> recipient
protected List<SearchColumnLongField> useCount
protected List<SearchColumnBooleanField> used
Public Constructors
CouponCodeSearchRowBasic()
Public Methods
List<SearchColumnStringField> getCode()
Gets the value of the code property.
List<SearchColumnDateField> getDateSent()
Gets the value of the dateSent property.
List<SearchColumnLongField> getId()
Gets the value of the id property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnStringField> getPromotion()
Gets the value of the promotion property.
List<SearchColumnStringField> getRecipient()
Gets the value of the recipient property.
List<SearchColumnLongField> getUseCount()
Gets the value of the useCount property.
List<SearchColumnBooleanField> getUsed()
Gets the value of the used property.
void setCode(List<SearchColumnStringField> code)
Sets the value of the code property.
void setDateSent(List<SearchColumnDateField> dateSent)
Sets the value of the dateSent property.
void setId(List<SearchColumnLongField> id)
Sets the value of the id property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setPromotion(List<SearchColumnStringField> promotion)
Sets the value of the promotion property.
void setRecipient(List<SearchColumnStringField> recipient)
Sets the value of the recipient property.
void setUseCount(List<SearchColumnLongField> useCount)
Sets the value of the useCount property.
void setUsed(List<SearchColumnBooleanField> used)
Sets the value of the used property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> code

protected List<SearchColumnDateField> dateSent

protected List<SearchColumnLongField> id

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnStringField> promotion

protected List<SearchColumnStringField> recipient

protected List<SearchColumnLongField> useCount

protected List<SearchColumnBooleanField> used

Public Constructors

public CouponCodeSearchRowBasic ()

Public Methods

public List<SearchColumnStringField> getCode ()

Gets the value of the code property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the code property.

For example, to add a new item, do as follows:

    getCode().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnDateField> getDateSent ()

Gets the value of the dateSent property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dateSent property.

For example, to add a new item, do as follows:

    getDateSent().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnLongField> getId ()

Gets the value of the id property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the id property.

For example, to add a new item, do as follows:

    getId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnLongField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getPromotion ()

Gets the value of the promotion property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the promotion property.

For example, to add a new item, do as follows:

    getPromotion().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getRecipient ()

Gets the value of the recipient property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the recipient property.

For example, to add a new item, do as follows:

    getRecipient().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnLongField> getUseCount ()

Gets the value of the useCount property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the useCount property.

For example, to add a new item, do as follows:

    getUseCount().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnLongField

public List<SearchColumnBooleanField> getUsed ()

Gets the value of the used property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the used property.

For example, to add a new item, do as follows:

    getUsed().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public void setCode (List<SearchColumnStringField> code)

Sets the value of the code property.

Parameters
code Allowed object is SearchColumnStringField

public void setDateSent (List<SearchColumnDateField> dateSent)

Sets the value of the dateSent property.

Parameters
dateSent Allowed object is SearchColumnDateField

public void setId (List<SearchColumnLongField> id)

Sets the value of the id property.

Parameters
id Allowed object is SearchColumnLongField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setPromotion (List<SearchColumnStringField> promotion)

Sets the value of the promotion property.

Parameters
promotion Allowed object is SearchColumnStringField

public void setRecipient (List<SearchColumnStringField> recipient)

Sets the value of the recipient property.

Parameters
recipient Allowed object is SearchColumnStringField

public void setUseCount (List<SearchColumnLongField> useCount)

Sets the value of the useCount property.

Parameters
useCount Allowed object is SearchColumnLongField

public void setUsed (List<SearchColumnBooleanField> used)

Sets the value of the used property.

Parameters
used Allowed object is SearchColumnBooleanField