public class

TermSearchBasic

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

Class Overview

Java class for TermSearchBasic complex type.

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

 <complexType name="TermSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="dateDriven" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="dayDiscountExpires" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="dayOfMonthNetDue" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="daysUntilExpiry" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="daysUntilNetDue" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="discountPercent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="discountPercentDateDriven" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="dueNextMonthIfWithinDays" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" 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="preferred" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchBooleanField dateDriven
protected SearchLongField dayDiscountExpires
protected SearchLongField dayOfMonthNetDue
protected SearchLongField daysUntilExpiry
protected SearchLongField daysUntilNetDue
protected SearchDoubleField discountPercent
protected SearchDoubleField discountPercentDateDriven
protected SearchLongField dueNextMonthIfWithinDays
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isInactive
protected SearchStringField name
protected SearchBooleanField preferred
Public Constructors
TermSearchBasic()
Public Methods
SearchBooleanField getDateDriven()
Gets the value of the dateDriven property.
SearchLongField getDayDiscountExpires()
Gets the value of the dayDiscountExpires property.
SearchLongField getDayOfMonthNetDue()
Gets the value of the dayOfMonthNetDue property.
SearchLongField getDaysUntilExpiry()
Gets the value of the daysUntilExpiry property.
SearchLongField getDaysUntilNetDue()
Gets the value of the daysUntilNetDue property.
SearchDoubleField getDiscountPercent()
Gets the value of the discountPercent property.
SearchDoubleField getDiscountPercentDateDriven()
Gets the value of the discountPercentDateDriven property.
SearchLongField getDueNextMonthIfWithinDays()
Gets the value of the dueNextMonthIfWithinDays 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.
SearchBooleanField getPreferred()
Gets the value of the preferred property.
void setDateDriven(SearchBooleanField value)
Sets the value of the dateDriven property.
void setDayDiscountExpires(SearchLongField value)
Sets the value of the dayDiscountExpires property.
void setDayOfMonthNetDue(SearchLongField value)
Sets the value of the dayOfMonthNetDue property.
void setDaysUntilExpiry(SearchLongField value)
Sets the value of the daysUntilExpiry property.
void setDaysUntilNetDue(SearchLongField value)
Sets the value of the daysUntilNetDue property.
void setDiscountPercent(SearchDoubleField value)
Sets the value of the discountPercent property.
void setDiscountPercentDateDriven(SearchDoubleField value)
Sets the value of the discountPercentDateDriven property.
void setDueNextMonthIfWithinDays(SearchLongField value)
Sets the value of the dueNextMonthIfWithinDays 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 setPreferred(SearchBooleanField value)
Sets the value of the preferred property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchBooleanField dateDriven

protected SearchLongField dayDiscountExpires

protected SearchLongField dayOfMonthNetDue

protected SearchLongField daysUntilExpiry

protected SearchLongField daysUntilNetDue

protected SearchDoubleField discountPercent

protected SearchDoubleField discountPercentDateDriven

protected SearchLongField dueNextMonthIfWithinDays

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isInactive

protected SearchStringField name

protected SearchBooleanField preferred

Public Constructors

public TermSearchBasic ()

Public Methods

public SearchBooleanField getDateDriven ()

Gets the value of the dateDriven property.

Returns

public SearchLongField getDayDiscountExpires ()

Gets the value of the dayDiscountExpires property.

Returns

public SearchLongField getDayOfMonthNetDue ()

Gets the value of the dayOfMonthNetDue property.

Returns

public SearchLongField getDaysUntilExpiry ()

Gets the value of the daysUntilExpiry property.

Returns

public SearchLongField getDaysUntilNetDue ()

Gets the value of the daysUntilNetDue property.

Returns

public SearchDoubleField getDiscountPercent ()

Gets the value of the discountPercent property.

Returns

public SearchDoubleField getDiscountPercentDateDriven ()

Gets the value of the discountPercentDateDriven property.

Returns

public SearchLongField getDueNextMonthIfWithinDays ()

Gets the value of the dueNextMonthIfWithinDays 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 SearchBooleanField getPreferred ()

Gets the value of the preferred property.

Returns

public void setDateDriven (SearchBooleanField value)

Sets the value of the dateDriven property.

Parameters
value Allowed object is SearchBooleanField

public void setDayDiscountExpires (SearchLongField value)

Sets the value of the dayDiscountExpires property.

Parameters
value Allowed object is SearchLongField

public void setDayOfMonthNetDue (SearchLongField value)

Sets the value of the dayOfMonthNetDue property.

Parameters
value Allowed object is SearchLongField

public void setDaysUntilExpiry (SearchLongField value)

Sets the value of the daysUntilExpiry property.

Parameters
value Allowed object is SearchLongField

public void setDaysUntilNetDue (SearchLongField value)

Sets the value of the daysUntilNetDue property.

Parameters
value Allowed object is SearchLongField

public void setDiscountPercent (SearchDoubleField value)

Sets the value of the discountPercent property.

Parameters
value Allowed object is SearchDoubleField

public void setDiscountPercentDateDriven (SearchDoubleField value)

Sets the value of the discountPercentDateDriven property.

Parameters
value Allowed object is SearchDoubleField

public void setDueNextMonthIfWithinDays (SearchLongField value)

Sets the value of the dueNextMonthIfWithinDays 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 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 setPreferred (SearchBooleanField value)

Sets the value of the preferred property.

Parameters
value Allowed object is SearchBooleanField