public class

AccountingPeriod

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2010_2.AccountingPeriod

Class Overview

Java class for AccountingPeriod complex type.

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

 <complexType name="AccountingPeriod">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="periodName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parent" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="closedOnDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="isAdjust" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isQuarter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isYear" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="closed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="apLocked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="arLocked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="payrollLocked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="allLocked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="allowNonGLChanges" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean allLocked
protected Boolean allowNonGLChanges
protected Boolean apLocked
protected Boolean arLocked
protected Boolean closed
protected XMLGregorianCalendar closedOnDate
protected XMLGregorianCalendar endDate
protected String internalId
protected Boolean isAdjust
protected Boolean isQuarter
protected Boolean isYear
protected RecordRef parent
protected Boolean payrollLocked
protected String periodName
protected XMLGregorianCalendar startDate
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
AccountingPeriod()
Public Methods
XMLGregorianCalendar getClosedOnDate()
Gets the value of the closedOnDate property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getParent()
Gets the value of the parent property.
String getPeriodName()
Gets the value of the periodName property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
Boolean isAllLocked()
Gets the value of the allLocked property.
Boolean isAllowNonGLChanges()
Gets the value of the allowNonGLChanges property.
Boolean isApLocked()
Gets the value of the apLocked property.
Boolean isArLocked()
Gets the value of the arLocked property.
Boolean isClosed()
Gets the value of the closed property.
Boolean isIsAdjust()
Gets the value of the isAdjust property.
Boolean isIsQuarter()
Gets the value of the isQuarter property.
Boolean isIsYear()
Gets the value of the isYear property.
Boolean isPayrollLocked()
Gets the value of the payrollLocked property.
void setAllLocked(Boolean value)
Sets the value of the allLocked property.
void setAllowNonGLChanges(Boolean value)
Sets the value of the allowNonGLChanges property.
void setApLocked(Boolean value)
Sets the value of the apLocked property.
void setArLocked(Boolean value)
Sets the value of the arLocked property.
void setClosed(Boolean value)
Sets the value of the closed property.
void setClosedOnDate(XMLGregorianCalendar value)
Sets the value of the closedOnDate property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsAdjust(Boolean value)
Sets the value of the isAdjust property.
void setIsQuarter(Boolean value)
Sets the value of the isQuarter property.
void setIsYear(Boolean value)
Sets the value of the isYear property.
void setParent(RecordRef value)
Sets the value of the parent property.
void setPayrollLocked(Boolean value)
Sets the value of the payrollLocked property.
void setPeriodName(String value)
Sets the value of the periodName property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected Boolean allLocked

protected Boolean allowNonGLChanges

protected Boolean apLocked

protected Boolean arLocked

protected Boolean closed

protected XMLGregorianCalendar closedOnDate

protected XMLGregorianCalendar endDate

protected String internalId

protected Boolean isAdjust

protected Boolean isQuarter

protected Boolean isYear

protected RecordRef parent

protected Boolean payrollLocked

protected String periodName

protected XMLGregorianCalendar startDate

Public Constructors

public AccountingPeriod ()

Public Methods

public XMLGregorianCalendar getClosedOnDate ()

Gets the value of the closedOnDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getParent ()

Gets the value of the parent property.

Returns

public String getPeriodName ()

Gets the value of the periodName property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean isAllLocked ()

Gets the value of the allLocked property.

Returns
  • possible object is Boolean

public Boolean isAllowNonGLChanges ()

Gets the value of the allowNonGLChanges property.

Returns
  • possible object is Boolean

public Boolean isApLocked ()

Gets the value of the apLocked property.

Returns
  • possible object is Boolean

public Boolean isArLocked ()

Gets the value of the arLocked property.

Returns
  • possible object is Boolean

public Boolean isClosed ()

Gets the value of the closed property.

Returns
  • possible object is Boolean

public Boolean isIsAdjust ()

Gets the value of the isAdjust property.

Returns
  • possible object is Boolean

public Boolean isIsQuarter ()

Gets the value of the isQuarter property.

Returns
  • possible object is Boolean

public Boolean isIsYear ()

Gets the value of the isYear property.

Returns
  • possible object is Boolean

public Boolean isPayrollLocked ()

Gets the value of the payrollLocked property.

Returns
  • possible object is Boolean

public void setAllLocked (Boolean value)

Sets the value of the allLocked property.

Parameters
value Allowed object is Boolean

public void setAllowNonGLChanges (Boolean value)

Sets the value of the allowNonGLChanges property.

Parameters
value Allowed object is Boolean

public void setApLocked (Boolean value)

Sets the value of the apLocked property.

Parameters
value Allowed object is Boolean

public void setArLocked (Boolean value)

Sets the value of the arLocked property.

Parameters
value Allowed object is Boolean

public void setClosed (Boolean value)

Sets the value of the closed property.

Parameters
value Allowed object is Boolean

public void setClosedOnDate (XMLGregorianCalendar value)

Sets the value of the closedOnDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsAdjust (Boolean value)

Sets the value of the isAdjust property.

Parameters
value Allowed object is Boolean

public void setIsQuarter (Boolean value)

Sets the value of the isQuarter property.

Parameters
value Allowed object is Boolean

public void setIsYear (Boolean value)

Sets the value of the isYear property.

Parameters
value Allowed object is Boolean

public void setParent (RecordRef value)

Sets the value of the parent property.

Parameters
value Allowed object is RecordRef

public void setPayrollLocked (Boolean value)

Sets the value of the payrollLocked property.

Parameters
value Allowed object is Boolean

public void setPeriodName (String value)

Sets the value of the periodName property.

Parameters
value Allowed object is String

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar