public class

EmployeeAccruedTime

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.employees_2012_1.EmployeeAccruedTime

Class Overview

Java class for EmployeeAccruedTime complex type.

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

 <complexType name="EmployeeAccruedTime">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="payrollItem" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="accruedHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="accrualRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="monetaryRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="resetAccruedHoursAtYearEnd" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="accrualMethod" type="{urn:types.employees_2012_1.lists.webservices.netsuite.com}EmployeeAccruedTimeAccrualMethod" minOccurs="0"/>
         <element name="maximumAccruedHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EmployeeAccruedTimeAccrualMethod accrualMethod
protected Double accrualRate
protected Double accruedHours
protected Boolean inactive
protected Double maximumAccruedHours
protected Double monetaryRate
protected RecordRef payrollItem
protected Boolean resetAccruedHoursAtYearEnd
Public Constructors
EmployeeAccruedTime()
Public Methods
EmployeeAccruedTimeAccrualMethod getAccrualMethod()
Gets the value of the accrualMethod property.
Double getAccrualRate()
Gets the value of the accrualRate property.
Double getAccruedHours()
Gets the value of the accruedHours property.
Double getMaximumAccruedHours()
Gets the value of the maximumAccruedHours property.
Double getMonetaryRate()
Gets the value of the monetaryRate property.
RecordRef getPayrollItem()
Gets the value of the payrollItem property.
Boolean isInactive()
Gets the value of the inactive property.
Boolean isResetAccruedHoursAtYearEnd()
Gets the value of the resetAccruedHoursAtYearEnd property.
void setAccrualMethod(EmployeeAccruedTimeAccrualMethod value)
Sets the value of the accrualMethod property.
void setAccrualRate(Double value)
Sets the value of the accrualRate property.
void setAccruedHours(Double value)
Sets the value of the accruedHours property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setMaximumAccruedHours(Double value)
Sets the value of the maximumAccruedHours property.
void setMonetaryRate(Double value)
Sets the value of the monetaryRate property.
void setPayrollItem(RecordRef value)
Sets the value of the payrollItem property.
void setResetAccruedHoursAtYearEnd(Boolean value)
Sets the value of the resetAccruedHoursAtYearEnd property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EmployeeAccruedTimeAccrualMethod accrualMethod

protected Double accrualRate

protected Double accruedHours

protected Boolean inactive

protected Double maximumAccruedHours

protected Double monetaryRate

protected RecordRef payrollItem

protected Boolean resetAccruedHoursAtYearEnd

Public Constructors

public EmployeeAccruedTime ()

Public Methods

public EmployeeAccruedTimeAccrualMethod getAccrualMethod ()

Gets the value of the accrualMethod property.

Returns

public Double getAccrualRate ()

Gets the value of the accrualRate property.

Returns
  • possible object is Double

public Double getAccruedHours ()

Gets the value of the accruedHours property.

Returns
  • possible object is Double

public Double getMaximumAccruedHours ()

Gets the value of the maximumAccruedHours property.

Returns
  • possible object is Double

public Double getMonetaryRate ()

Gets the value of the monetaryRate property.

Returns
  • possible object is Double

public RecordRef getPayrollItem ()

Gets the value of the payrollItem property.

Returns

public Boolean isInactive ()

Gets the value of the inactive property.

Returns
  • possible object is Boolean

public Boolean isResetAccruedHoursAtYearEnd ()

Gets the value of the resetAccruedHoursAtYearEnd property.

Returns
  • possible object is Boolean

public void setAccrualMethod (EmployeeAccruedTimeAccrualMethod value)

Sets the value of the accrualMethod property.

Parameters
value Allowed object is EmployeeAccruedTimeAccrualMethod

public void setAccrualRate (Double value)

Sets the value of the accrualRate property.

Parameters
value Allowed object is Double

public void setAccruedHours (Double value)

Sets the value of the accruedHours property.

Parameters
value Allowed object is Double

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setMaximumAccruedHours (Double value)

Sets the value of the maximumAccruedHours property.

Parameters
value Allowed object is Double

public void setMonetaryRate (Double value)

Sets the value of the monetaryRate property.

Parameters
value Allowed object is Double

public void setPayrollItem (RecordRef value)

Sets the value of the payrollItem property.

Parameters
value Allowed object is RecordRef

public void setResetAccruedHoursAtYearEnd (Boolean value)

Sets the value of the resetAccruedHoursAtYearEnd property.

Parameters
value Allowed object is Boolean