public class

GiftCertificateSearchBasic

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

Class Overview

Java class for GiftCertificateSearchBasic complex type.

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

 <complexType name="GiftCertificateSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="amountAvailableBilled" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="amountRemaining" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="email" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="expirationDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="giftCertCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="incomeAccount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" 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="isActive" 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="liabilityAccount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="message" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="originalAmount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="purchaseDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="sender" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchDoubleField amountAvailableBilled
protected SearchDoubleField amountRemaining
protected SearchDateField createdDate
protected SearchCustomFieldList customFieldList
protected SearchStringField email
protected SearchDateField expirationDate
protected SearchStringField giftCertCode
protected SearchMultiSelectField incomeAccount
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isActive
protected SearchMultiSelectField item
protected SearchMultiSelectField liabilityAccount
protected SearchStringField message
protected SearchStringField name
protected SearchDoubleField originalAmount
protected SearchDateField purchaseDate
protected SearchStringField sender
Public Constructors
GiftCertificateSearchBasic()
Public Methods
SearchDoubleField getAmountAvailableBilled()
Gets the value of the amountAvailableBilled property.
SearchDoubleField getAmountRemaining()
Gets the value of the amountRemaining property.
SearchDateField getCreatedDate()
Gets the value of the createdDate property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchStringField getEmail()
Gets the value of the email property.
SearchDateField getExpirationDate()
Gets the value of the expirationDate property.
SearchStringField getGiftCertCode()
Gets the value of the giftCertCode property.
SearchMultiSelectField getIncomeAccount()
Gets the value of the incomeAccount property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsActive()
Gets the value of the isActive property.
SearchMultiSelectField getItem()
Gets the value of the item property.
SearchMultiSelectField getLiabilityAccount()
Gets the value of the liabilityAccount property.
SearchStringField getMessage()
Gets the value of the message property.
SearchStringField getName()
Gets the value of the name property.
SearchDoubleField getOriginalAmount()
Gets the value of the originalAmount property.
SearchDateField getPurchaseDate()
Gets the value of the purchaseDate property.
SearchStringField getSender()
Gets the value of the sender property.
void setAmountAvailableBilled(SearchDoubleField value)
Sets the value of the amountAvailableBilled property.
void setAmountRemaining(SearchDoubleField value)
Sets the value of the amountRemaining property.
void setCreatedDate(SearchDateField value)
Sets the value of the createdDate property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setEmail(SearchStringField value)
Sets the value of the email property.
void setExpirationDate(SearchDateField value)
Sets the value of the expirationDate property.
void setGiftCertCode(SearchStringField value)
Sets the value of the giftCertCode property.
void setIncomeAccount(SearchMultiSelectField value)
Sets the value of the incomeAccount property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsActive(SearchBooleanField value)
Sets the value of the isActive property.
void setItem(SearchMultiSelectField value)
Sets the value of the item property.
void setLiabilityAccount(SearchMultiSelectField value)
Sets the value of the liabilityAccount property.
void setMessage(SearchStringField value)
Sets the value of the message property.
void setName(SearchStringField value)
Sets the value of the name property.
void setOriginalAmount(SearchDoubleField value)
Sets the value of the originalAmount property.
void setPurchaseDate(SearchDateField value)
Sets the value of the purchaseDate property.
void setSender(SearchStringField value)
Sets the value of the sender property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchDoubleField amountAvailableBilled

protected SearchDoubleField amountRemaining

protected SearchDateField createdDate

protected SearchCustomFieldList customFieldList

protected SearchStringField email

protected SearchDateField expirationDate

protected SearchStringField giftCertCode

protected SearchMultiSelectField incomeAccount

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isActive

protected SearchMultiSelectField item

protected SearchMultiSelectField liabilityAccount

protected SearchStringField message

protected SearchStringField name

protected SearchDoubleField originalAmount

protected SearchDateField purchaseDate

protected SearchStringField sender

Public Constructors

public GiftCertificateSearchBasic ()

Public Methods

public SearchDoubleField getAmountAvailableBilled ()

Gets the value of the amountAvailableBilled property.

Returns

public SearchDoubleField getAmountRemaining ()

Gets the value of the amountRemaining property.

Returns

public SearchDateField getCreatedDate ()

Gets the value of the createdDate property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchStringField getEmail ()

Gets the value of the email property.

Returns

public SearchDateField getExpirationDate ()

Gets the value of the expirationDate property.

Returns

public SearchStringField getGiftCertCode ()

Gets the value of the giftCertCode property.

Returns

public SearchMultiSelectField getIncomeAccount ()

Gets the value of the incomeAccount 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 getIsActive ()

Gets the value of the isActive property.

Returns

public SearchMultiSelectField getItem ()

Gets the value of the item property.

Returns

public SearchMultiSelectField getLiabilityAccount ()

Gets the value of the liabilityAccount property.

Returns

public SearchStringField getMessage ()

Gets the value of the message property.

Returns

public SearchStringField getName ()

Gets the value of the name property.

Returns

public SearchDoubleField getOriginalAmount ()

Gets the value of the originalAmount property.

Returns

public SearchDateField getPurchaseDate ()

Gets the value of the purchaseDate property.

Returns

public SearchStringField getSender ()

Gets the value of the sender property.

Returns

public void setAmountAvailableBilled (SearchDoubleField value)

Sets the value of the amountAvailableBilled property.

Parameters
value Allowed object is SearchDoubleField

public void setAmountRemaining (SearchDoubleField value)

Sets the value of the amountRemaining property.

Parameters
value Allowed object is SearchDoubleField

public void setCreatedDate (SearchDateField value)

Sets the value of the createdDate property.

Parameters
value Allowed object is SearchDateField

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setEmail (SearchStringField value)

Sets the value of the email property.

Parameters
value Allowed object is SearchStringField

public void setExpirationDate (SearchDateField value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is SearchDateField

public void setGiftCertCode (SearchStringField value)

Sets the value of the giftCertCode property.

Parameters
value Allowed object is SearchStringField

public void setIncomeAccount (SearchMultiSelectField value)

Sets the value of the incomeAccount property.

Parameters
value Allowed object is SearchMultiSelectField

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

Sets the value of the isActive 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 setLiabilityAccount (SearchMultiSelectField value)

Sets the value of the liabilityAccount property.

Parameters
value Allowed object is SearchMultiSelectField

public void setMessage (SearchStringField value)

Sets the value of the message property.

Parameters
value Allowed object is SearchStringField

public void setName (SearchStringField value)

Sets the value of the name property.

Parameters
value Allowed object is SearchStringField

public void setOriginalAmount (SearchDoubleField value)

Sets the value of the originalAmount property.

Parameters
value Allowed object is SearchDoubleField

public void setPurchaseDate (SearchDateField value)

Sets the value of the purchaseDate property.

Parameters
value Allowed object is SearchDateField

public void setSender (SearchStringField value)

Sets the value of the sender property.

Parameters
value Allowed object is SearchStringField