public class

RevRecTemplateSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2012_1.RevRecTemplateSearchBasic

Class Overview

Java class for RevRecTemplateSearchBasic complex type.

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

 <complexType name="RevRecTemplateSearchBasic">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="amorMethod" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="amorPeriod" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="amorStartOffset" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="amorTermSrc" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="amorType" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="contraAccount" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="deferralAccount" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="name" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="periodOffset" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="targetAccount" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="useForeignAmounts" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchEnumMultiSelectField amorMethod
protected SearchLongField amorPeriod
protected SearchLongField amorStartOffset
protected SearchEnumMultiSelectField amorTermSrc
protected SearchEnumMultiSelectField amorType
protected SearchMultiSelectField contraAccount
protected SearchMultiSelectField deferralAccount
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isInactive
protected SearchStringField name
protected SearchLongField periodOffset
protected SearchMultiSelectField targetAccount
protected SearchBooleanField useForeignAmounts
Public Constructors
RevRecTemplateSearchBasic()
Public Methods
SearchEnumMultiSelectField getAmorMethod()
Gets the value of the amorMethod property.
SearchLongField getAmorPeriod()
Gets the value of the amorPeriod property.
SearchLongField getAmorStartOffset()
Gets the value of the amorStartOffset property.
SearchEnumMultiSelectField getAmorTermSrc()
Gets the value of the amorTermSrc property.
SearchEnumMultiSelectField getAmorType()
Gets the value of the amorType property.
SearchMultiSelectField getContraAccount()
Gets the value of the contraAccount property.
SearchMultiSelectField getDeferralAccount()
Gets the value of the deferralAccount property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString 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.
SearchLongField getPeriodOffset()
Gets the value of the periodOffset property.
SearchMultiSelectField getTargetAccount()
Gets the value of the targetAccount property.
SearchBooleanField getUseForeignAmounts()
Gets the value of the useForeignAmounts property.
void setAmorMethod(SearchEnumMultiSelectField value)
Sets the value of the amorMethod property.
void setAmorPeriod(SearchLongField value)
Sets the value of the amorPeriod property.
void setAmorStartOffset(SearchLongField value)
Sets the value of the amorStartOffset property.
void setAmorTermSrc(SearchEnumMultiSelectField value)
Sets the value of the amorTermSrc property.
void setAmorType(SearchEnumMultiSelectField value)
Sets the value of the amorType property.
void setContraAccount(SearchMultiSelectField value)
Sets the value of the contraAccount property.
void setDeferralAccount(SearchMultiSelectField value)
Sets the value of the deferralAccount property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString 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 setPeriodOffset(SearchLongField value)
Sets the value of the periodOffset property.
void setTargetAccount(SearchMultiSelectField value)
Sets the value of the targetAccount property.
void setUseForeignAmounts(SearchBooleanField value)
Sets the value of the useForeignAmounts property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchEnumMultiSelectField amorMethod

protected SearchLongField amorPeriod

protected SearchLongField amorStartOffset

protected SearchEnumMultiSelectField amorTermSrc

protected SearchEnumMultiSelectField amorType

protected SearchMultiSelectField contraAccount

protected SearchMultiSelectField deferralAccount

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isInactive

protected SearchStringField name

protected SearchLongField periodOffset

protected SearchMultiSelectField targetAccount

protected SearchBooleanField useForeignAmounts

Public Constructors

public RevRecTemplateSearchBasic ()

Public Methods

public SearchEnumMultiSelectField getAmorMethod ()

Gets the value of the amorMethod property.

Returns

public SearchLongField getAmorPeriod ()

Gets the value of the amorPeriod property.

Returns

public SearchLongField getAmorStartOffset ()

Gets the value of the amorStartOffset property.

Returns

public SearchEnumMultiSelectField getAmorTermSrc ()

Gets the value of the amorTermSrc property.

Returns

public SearchEnumMultiSelectField getAmorType ()

Gets the value of the amorType property.

Returns

public SearchMultiSelectField getContraAccount ()

Gets the value of the contraAccount property.

Returns

public SearchMultiSelectField getDeferralAccount ()

Gets the value of the deferralAccount property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString 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 SearchLongField getPeriodOffset ()

Gets the value of the periodOffset property.

Returns

public SearchMultiSelectField getTargetAccount ()

Gets the value of the targetAccount property.

Returns

public SearchBooleanField getUseForeignAmounts ()

Gets the value of the useForeignAmounts property.

Returns

public void setAmorMethod (SearchEnumMultiSelectField value)

Sets the value of the amorMethod property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setAmorPeriod (SearchLongField value)

Sets the value of the amorPeriod property.

Parameters
value Allowed object is SearchLongField

public void setAmorStartOffset (SearchLongField value)

Sets the value of the amorStartOffset property.

Parameters
value Allowed object is SearchLongField

public void setAmorTermSrc (SearchEnumMultiSelectField value)

Sets the value of the amorTermSrc property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setAmorType (SearchEnumMultiSelectField value)

Sets the value of the amorType property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setContraAccount (SearchMultiSelectField value)

Sets the value of the contraAccount property.

Parameters
value Allowed object is SearchMultiSelectField

public void setDeferralAccount (SearchMultiSelectField value)

Sets the value of the deferralAccount property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

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 setPeriodOffset (SearchLongField value)

Sets the value of the periodOffset property.

Parameters
value Allowed object is SearchLongField

public void setTargetAccount (SearchMultiSelectField value)

Sets the value of the targetAccount property.

Parameters
value Allowed object is SearchMultiSelectField

public void setUseForeignAmounts (SearchBooleanField value)

Sets the value of the useForeignAmounts property.

Parameters
value Allowed object is SearchBooleanField