public class

AccountingPeriodSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_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>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="allLocked" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="allowNonGlChanges" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="apLocked" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="arLocked" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="closed" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="closedOnDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="endDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isAdjust" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isQuarter" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isYear" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="parent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="payrollLocked" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="periodName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </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.
[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