public class

PaycheckJournalEarning

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.employees_2013_2.PaycheckJournalEarning

Class Overview

Java class for PaycheckJournalEarning complex type.

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

 <complexType name="PaycheckJournalEarning">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="payrollItem" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="hours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="department" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double amount
protected RecordRef clazz
protected CustomFieldList customFieldList
protected RecordRef department
protected Double hours
protected Long id
protected RecordRef location
protected RecordRef payrollItem
Public Constructors
PaycheckJournalEarning()
Public Methods
Double getAmount()
Gets the value of the amount property.
RecordRef getClazz()
Gets the value of the clazz property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getDepartment()
Gets the value of the department property.
Double getHours()
Gets the value of the hours property.
Long getId()
Gets the value of the id property.
RecordRef getLocation()
Gets the value of the location property.
RecordRef getPayrollItem()
Gets the value of the payrollItem property.
void setAmount(Double value)
Sets the value of the amount property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setHours(Double value)
Sets the value of the hours property.
void setId(Long value)
Sets the value of the id property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setPayrollItem(RecordRef value)
Sets the value of the payrollItem property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected RecordRef clazz

protected CustomFieldList customFieldList

protected RecordRef department

protected Double hours

protected Long id

protected RecordRef location

protected RecordRef payrollItem

Public Constructors

public PaycheckJournalEarning ()

Public Methods

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public Double getHours ()

Gets the value of the hours property.

Returns
  • possible object is Double

public Long getId ()

Gets the value of the id property.

Returns
  • possible object is Long

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public RecordRef getPayrollItem ()

Gets the value of the payrollItem property.

Returns

public void setAmount (Double value)

Sets the value of the amount property.

Parameters
value Allowed object is Double

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setHours (Double value)

Sets the value of the hours property.

Parameters
value Allowed object is Double

public void setId (Long value)

Sets the value of the id property.

Parameters
value Allowed object is Long

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setPayrollItem (RecordRef value)

Sets the value of the payrollItem property.

Parameters
value Allowed object is RecordRef