public class

PaycheckJournalCompanyContribution

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

Class Overview

Java class for PaycheckJournalCompanyContribution complex type.

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

 <complexType name="PaycheckJournalCompanyContribution">
   <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="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 Long id
protected RecordRef location
protected RecordRef payrollItem
Public Constructors
PaycheckJournalCompanyContribution()
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.
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 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 Long id

protected RecordRef location

protected RecordRef payrollItem

Public Constructors

public PaycheckJournalCompanyContribution ()

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 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 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