public class

AccountingPeriodSearchBasic

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

Class Overview

Java class for AccountingPeriodSearchBasic complex type.

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

 <complexType name="AccountingPeriodSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="allLocked" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="allowNonGlChanges" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="apLocked" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="arLocked" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="closed" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="closedOnDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="endDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" 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="isAdjust" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isQuarter" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isYear" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="parent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="payrollLocked" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="periodName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchBooleanField allLocked
protected SearchBooleanField allowNonGlChanges
protected SearchBooleanField apLocked
protected SearchBooleanField arLocked
protected SearchBooleanField closed
protected SearchDateField closedOnDate
protected SearchDateField endDate
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isAdjust
protected SearchBooleanField isInactive
protected SearchBooleanField isQuarter
protected SearchBooleanField isYear
protected SearchMultiSelectField parent
protected SearchBooleanField payrollLocked
protected SearchStringField periodName
protected SearchDateField startDate
Public Constructors
AccountingPeriodSearchBasic()
Public Methods
SearchBooleanField getAllLocked()
Gets the value of the allLocked property.
SearchBooleanField getAllowNonGlChanges()
Gets the value of the allowNonGlChanges property.
SearchBooleanField getApLocked()
Gets the value of the apLocked property.
SearchBooleanField getArLocked()
Gets the value of the arLocked property.
SearchBooleanField getClosed()
Gets the value of the closed property.
SearchDateField getClosedOnDate()
Gets the value of the closedOnDate property.
SearchDateField getEndDate()
Gets the value of the endDate property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsAdjust()
Gets the value of the isAdjust property.
SearchBooleanField getIsInactive()
Gets the value of the isInactive property.
SearchBooleanField getIsQuarter()
Gets the value of the isQuarter property.
SearchBooleanField getIsYear()
Gets the value of the isYear property.
SearchMultiSelectField getParent()
Gets the value of the parent property.
SearchBooleanField getPayrollLocked()
Gets the value of the payrollLocked property.
SearchStringField getPeriodName()
Gets the value of the periodName property.
SearchDateField getStartDate()
Gets the value of the startDate property.
void setAllLocked(SearchBooleanField value)
Sets the value of the allLocked property.
void setAllowNonGlChanges(SearchBooleanField value)
Sets the value of the allowNonGlChanges property.
void setApLocked(SearchBooleanField value)
Sets the value of the apLocked property.
void setArLocked(SearchBooleanField value)
Sets the value of the arLocked property.
void setClosed(SearchBooleanField value)
Sets the value of the closed property.
void setClosedOnDate(SearchDateField value)
Sets the value of the closedOnDate property.
void setEndDate(SearchDateField value)
Sets the value of the endDate property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsAdjust(SearchBooleanField value)
Sets the value of the isAdjust property.
void setIsInactive(SearchBooleanField value)
Sets the value of the isInactive property.
void setIsQuarter(SearchBooleanField value)
Sets the value of the isQuarter property.
void setIsYear(SearchBooleanField value)
Sets the value of the isYear property.
void setParent(SearchMultiSelectField value)
Sets the value of the parent property.
void setPayrollLocked(SearchBooleanField value)
Sets the value of the payrollLocked property.
void setPeriodName(SearchStringField value)
Sets the value of the periodName property.
void setStartDate(SearchDateField value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchBooleanField allLocked

protected SearchBooleanField allowNonGlChanges

protected SearchBooleanField apLocked

protected SearchBooleanField arLocked

protected SearchBooleanField closed

protected SearchDateField closedOnDate

protected SearchDateField endDate

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isAdjust

protected SearchBooleanField isInactive

protected SearchBooleanField isQuarter

protected SearchBooleanField isYear

protected SearchMultiSelectField parent

protected SearchBooleanField payrollLocked

protected SearchStringField periodName

protected SearchDateField startDate

Public Constructors

public AccountingPeriodSearchBasic ()

Public Methods

public SearchBooleanField getAllLocked ()

Gets the value of the allLocked property.

Returns

public SearchBooleanField getAllowNonGlChanges ()

Gets the value of the allowNonGlChanges property.

Returns

public SearchBooleanField getApLocked ()

Gets the value of the apLocked property.

Returns

public SearchBooleanField getArLocked ()

Gets the value of the arLocked property.

Returns

public SearchBooleanField getClosed ()

Gets the value of the closed property.

Returns

public SearchDateField getClosedOnDate ()

Gets the value of the closedOnDate property.

Returns

public SearchDateField getEndDate ()

Gets the value of the endDate 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 getIsAdjust ()

Gets the value of the isAdjust property.

Returns

public SearchBooleanField getIsInactive ()

Gets the value of the isInactive property.

Returns

public SearchBooleanField getIsQuarter ()

Gets the value of the isQuarter property.

Returns

public SearchBooleanField getIsYear ()

Gets the value of the isYear property.

Returns

public SearchMultiSelectField getParent ()

Gets the value of the parent property.

Returns

public SearchBooleanField getPayrollLocked ()

Gets the value of the payrollLocked property.

Returns

public SearchStringField getPeriodName ()

Gets the value of the periodName property.

Returns

public SearchDateField getStartDate ()

Gets the value of the startDate property.

Returns

public void setAllLocked (SearchBooleanField value)

Sets the value of the allLocked property.

Parameters
value Allowed object is SearchBooleanField

public void setAllowNonGlChanges (SearchBooleanField value)

Sets the value of the allowNonGlChanges property.

Parameters
value Allowed object is SearchBooleanField

public void setApLocked (SearchBooleanField value)

Sets the value of the apLocked property.

Parameters
value Allowed object is SearchBooleanField

public void setArLocked (SearchBooleanField value)

Sets the value of the arLocked property.

Parameters
value Allowed object is SearchBooleanField

public void setClosed (SearchBooleanField value)

Sets the value of the closed property.

Parameters
value Allowed object is SearchBooleanField

public void setClosedOnDate (SearchDateField value)

Sets the value of the closedOnDate property.

Parameters
value Allowed object is SearchDateField

public void setEndDate (SearchDateField value)

Sets the value of the endDate property.

Parameters
value Allowed object is SearchDateField

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

Sets the value of the isAdjust property.

Parameters
value Allowed object is SearchBooleanField

public void setIsInactive (SearchBooleanField value)

Sets the value of the isInactive property.

Parameters
value Allowed object is SearchBooleanField

public void setIsQuarter (SearchBooleanField value)

Sets the value of the isQuarter property.

Parameters
value Allowed object is SearchBooleanField

public void setIsYear (SearchBooleanField value)

Sets the value of the isYear property.

Parameters
value Allowed object is SearchBooleanField

public void setParent (SearchMultiSelectField value)

Sets the value of the parent property.

Parameters
value Allowed object is SearchMultiSelectField

public void setPayrollLocked (SearchBooleanField value)

Sets the value of the payrollLocked property.

Parameters
value Allowed object is SearchBooleanField

public void setPeriodName (SearchStringField value)

Sets the value of the periodName property.

Parameters
value Allowed object is SearchStringField

public void setStartDate (SearchDateField value)

Sets the value of the startDate property.

Parameters
value Allowed object is SearchDateField