public class

EmployeeEarning

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

Class Overview

Java class for EmployeeEarning complex type.

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

 <complexType name="EmployeeEarning">
   <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="payRate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="primaryEarning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="defaultHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="defaultEarning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean defaultEarning
protected Double defaultHours
protected Boolean inactive
protected String payRate
protected RecordRef payrollItem
protected Boolean primaryEarning
Public Constructors
EmployeeEarning()
Public Methods
Double getDefaultHours()
Gets the value of the defaultHours property.
String getPayRate()
Gets the value of the payRate property.
RecordRef getPayrollItem()
Gets the value of the payrollItem property.
Boolean isDefaultEarning()
Gets the value of the defaultEarning property.
Boolean isInactive()
Gets the value of the inactive property.
Boolean isPrimaryEarning()
Gets the value of the primaryEarning property.
void setDefaultEarning(Boolean value)
Sets the value of the defaultEarning property.
void setDefaultHours(Double value)
Sets the value of the defaultHours property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setPayRate(String value)
Sets the value of the payRate property.
void setPayrollItem(RecordRef value)
Sets the value of the payrollItem property.
void setPrimaryEarning(Boolean value)
Sets the value of the primaryEarning property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean defaultEarning

protected Double defaultHours

protected Boolean inactive

protected String payRate

protected RecordRef payrollItem

protected Boolean primaryEarning

Public Constructors

public EmployeeEarning ()

Public Methods

public Double getDefaultHours ()

Gets the value of the defaultHours property.

Returns
  • possible object is Double

public String getPayRate ()

Gets the value of the payRate property.

Returns
  • possible object is String

public RecordRef getPayrollItem ()

Gets the value of the payrollItem property.

Returns

public Boolean isDefaultEarning ()

Gets the value of the defaultEarning property.

Returns
  • possible object is Boolean

public Boolean isInactive ()

Gets the value of the inactive property.

Returns
  • possible object is Boolean

public Boolean isPrimaryEarning ()

Gets the value of the primaryEarning property.

Returns
  • possible object is Boolean

public void setDefaultEarning (Boolean value)

Sets the value of the defaultEarning property.

Parameters
value Allowed object is Boolean

public void setDefaultHours (Double value)

Sets the value of the defaultHours 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 setPayRate (String value)

Sets the value of the payRate property.

Parameters
value Allowed object is String

public void setPayrollItem (RecordRef value)

Sets the value of the payrollItem property.

Parameters
value Allowed object is RecordRef

public void setPrimaryEarning (Boolean value)

Sets the value of the primaryEarning property.

Parameters
value Allowed object is Boolean