public class

AccountingPeriodSearchRowBasic

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.AccountingPeriodSearchRowBasic

Class Overview

Java class for AccountingPeriodSearchRowBasic complex type.

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

 <complexType name="AccountingPeriodSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="allLocked" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="allowNonGLChanges" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="apLocked" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="arLocked" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="closed" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="closedOnDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="endDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isAdjust" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isQuarter" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isYear" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="parent" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="payrollLocked" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="periodName" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnBooleanField> allLocked
protected List<SearchColumnBooleanField> allowNonGLChanges
protected List<SearchColumnBooleanField> apLocked
protected List<SearchColumnBooleanField> arLocked
protected List<SearchColumnBooleanField> closed
protected List<SearchColumnDateField> closedOnDate
protected List<SearchColumnDateField> endDate
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isAdjust
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnBooleanField> isQuarter
protected List<SearchColumnBooleanField> isYear
protected List<SearchColumnSelectField> parent
protected List<SearchColumnBooleanField> payrollLocked
protected List<SearchColumnStringField> periodName
protected List<SearchColumnDateField> startDate
Public Constructors
AccountingPeriodSearchRowBasic()
Public Methods
List<SearchColumnBooleanField> getAllLocked()
Gets the value of the allLocked property.
List<SearchColumnBooleanField> getAllowNonGLChanges()
Gets the value of the allowNonGLChanges property.
List<SearchColumnBooleanField> getApLocked()
Gets the value of the apLocked property.
List<SearchColumnBooleanField> getArLocked()
Gets the value of the arLocked property.
List<SearchColumnBooleanField> getClosed()
Gets the value of the closed property.
List<SearchColumnDateField> getClosedOnDate()
Gets the value of the closedOnDate property.
List<SearchColumnDateField> getEndDate()
Gets the value of the endDate property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsAdjust()
Gets the value of the isAdjust property.
List<SearchColumnBooleanField> getIsInactive()
Gets the value of the isInactive property.
List<SearchColumnBooleanField> getIsQuarter()
Gets the value of the isQuarter property.
List<SearchColumnBooleanField> getIsYear()
Gets the value of the isYear property.
List<SearchColumnSelectField> getParent()
Gets the value of the parent property.
List<SearchColumnBooleanField> getPayrollLocked()
Gets the value of the payrollLocked property.
List<SearchColumnStringField> getPeriodName()
Gets the value of the periodName property.
List<SearchColumnDateField> getStartDate()
Gets the value of the startDate property.
void setAllLocked(List<SearchColumnBooleanField> allLocked)
Sets the value of the allLocked property.
void setAllowNonGLChanges(List<SearchColumnBooleanField> allowNonGLChanges)
Sets the value of the allowNonGLChanges property.
void setApLocked(List<SearchColumnBooleanField> apLocked)
Sets the value of the apLocked property.
void setArLocked(List<SearchColumnBooleanField> arLocked)
Sets the value of the arLocked property.
void setClosed(List<SearchColumnBooleanField> closed)
Sets the value of the closed property.
void setClosedOnDate(List<SearchColumnDateField> closedOnDate)
Sets the value of the closedOnDate property.
void setEndDate(List<SearchColumnDateField> endDate)
Sets the value of the endDate property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setIsAdjust(List<SearchColumnBooleanField> isAdjust)
Sets the value of the isAdjust property.
void setIsInactive(List<SearchColumnBooleanField> isInactive)
Sets the value of the isInactive property.
void setIsQuarter(List<SearchColumnBooleanField> isQuarter)
Sets the value of the isQuarter property.
void setIsYear(List<SearchColumnBooleanField> isYear)
Sets the value of the isYear property.
void setParent(List<SearchColumnSelectField> parent)
Sets the value of the parent property.
void setPayrollLocked(List<SearchColumnBooleanField> payrollLocked)
Sets the value of the payrollLocked property.
void setPeriodName(List<SearchColumnStringField> periodName)
Sets the value of the periodName property.
void setStartDate(List<SearchColumnDateField> startDate)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnBooleanField> allLocked

protected List<SearchColumnBooleanField> allowNonGLChanges

protected List<SearchColumnBooleanField> apLocked

protected List<SearchColumnBooleanField> arLocked

protected List<SearchColumnBooleanField> closed

protected List<SearchColumnDateField> closedOnDate

protected List<SearchColumnDateField> endDate

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isAdjust

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnBooleanField> isQuarter

protected List<SearchColumnBooleanField> isYear

protected List<SearchColumnSelectField> parent

protected List<SearchColumnBooleanField> payrollLocked

protected List<SearchColumnStringField> periodName

protected List<SearchColumnDateField> startDate

Public Constructors

public AccountingPeriodSearchRowBasic ()

Public Methods

public List<SearchColumnBooleanField> getAllLocked ()

Gets the value of the allLocked 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 allLocked property.

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

    getAllLocked().add(newItem);
 

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

public List<SearchColumnBooleanField> getAllowNonGLChanges ()

Gets the value of the allowNonGLChanges 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 allowNonGLChanges property.

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

    getAllowNonGLChanges().add(newItem);
 

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

public List<SearchColumnBooleanField> getApLocked ()

Gets the value of the apLocked 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 apLocked property.

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

    getApLocked().add(newItem);
 

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

public List<SearchColumnBooleanField> getArLocked ()

Gets the value of the arLocked 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 arLocked property.

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

    getArLocked().add(newItem);
 

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

public List<SearchColumnBooleanField> getClosed ()

Gets the value of the closed 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 closed property.

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

    getClosed().add(newItem);
 

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

public List<SearchColumnDateField> getClosedOnDate ()

Gets the value of the closedOnDate 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 closedOnDate property.

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

    getClosedOnDate().add(newItem);
 

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

public List<SearchColumnDateField> getEndDate ()

Gets the value of the endDate 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 endDate property.

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

    getEndDate().add(newItem);
 

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

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<SearchColumnBooleanField> getIsAdjust ()

Gets the value of the isAdjust 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 isAdjust property.

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

    getIsAdjust().add(newItem);
 

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

public List<SearchColumnBooleanField> getIsInactive ()

Gets the value of the isInactive 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 isInactive property.

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

    getIsInactive().add(newItem);
 

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

public List<SearchColumnBooleanField> getIsQuarter ()

Gets the value of the isQuarter 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 isQuarter property.

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

    getIsQuarter().add(newItem);
 

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

public List<SearchColumnBooleanField> getIsYear ()

Gets the value of the isYear 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 isYear property.

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

    getIsYear().add(newItem);
 

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

public List<SearchColumnSelectField> getParent ()

Gets the value of the parent 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 parent property.

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

    getParent().add(newItem);
 

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

public List<SearchColumnBooleanField> getPayrollLocked ()

Gets the value of the payrollLocked 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 payrollLocked property.

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

    getPayrollLocked().add(newItem);
 

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

public List<SearchColumnStringField> getPeriodName ()

Gets the value of the periodName 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 periodName property.

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

    getPeriodName().add(newItem);
 

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

public List<SearchColumnDateField> getStartDate ()

Gets the value of the startDate 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 startDate property.

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

    getStartDate().add(newItem);
 

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

public void setAllLocked (List<SearchColumnBooleanField> allLocked)

Sets the value of the allLocked property.

Parameters
allLocked Allowed object is SearchColumnBooleanField

public void setAllowNonGLChanges (List<SearchColumnBooleanField> allowNonGLChanges)

Sets the value of the allowNonGLChanges property.

Parameters
allowNonGLChanges Allowed object is SearchColumnBooleanField

public void setApLocked (List<SearchColumnBooleanField> apLocked)

Sets the value of the apLocked property.

Parameters
apLocked Allowed object is SearchColumnBooleanField

public void setArLocked (List<SearchColumnBooleanField> arLocked)

Sets the value of the arLocked property.

Parameters
arLocked Allowed object is SearchColumnBooleanField

public void setClosed (List<SearchColumnBooleanField> closed)

Sets the value of the closed property.

Parameters
closed Allowed object is SearchColumnBooleanField

public void setClosedOnDate (List<SearchColumnDateField> closedOnDate)

Sets the value of the closedOnDate property.

Parameters
closedOnDate Allowed object is SearchColumnDateField

public void setEndDate (List<SearchColumnDateField> endDate)

Sets the value of the endDate property.

Parameters
endDate Allowed object is SearchColumnDateField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setIsAdjust (List<SearchColumnBooleanField> isAdjust)

Sets the value of the isAdjust property.

Parameters
isAdjust Allowed object is SearchColumnBooleanField

public void setIsInactive (List<SearchColumnBooleanField> isInactive)

Sets the value of the isInactive property.

Parameters
isInactive Allowed object is SearchColumnBooleanField

public void setIsQuarter (List<SearchColumnBooleanField> isQuarter)

Sets the value of the isQuarter property.

Parameters
isQuarter Allowed object is SearchColumnBooleanField

public void setIsYear (List<SearchColumnBooleanField> isYear)

Sets the value of the isYear property.

Parameters
isYear Allowed object is SearchColumnBooleanField

public void setParent (List<SearchColumnSelectField> parent)

Sets the value of the parent property.

Parameters
parent Allowed object is SearchColumnSelectField

public void setPayrollLocked (List<SearchColumnBooleanField> payrollLocked)

Sets the value of the payrollLocked property.

Parameters
payrollLocked Allowed object is SearchColumnBooleanField

public void setPeriodName (List<SearchColumnStringField> periodName)

Sets the value of the periodName property.

Parameters
periodName Allowed object is SearchColumnStringField

public void setStartDate (List<SearchColumnDateField> startDate)

Sets the value of the startDate property.

Parameters
startDate Allowed object is SearchColumnDateField