public class

TimeBill

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.transactions.employees_2010_2.TimeBill

Class Overview

Java class for TimeBill complex type.

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

 <complexType name="TimeBill">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="customForm" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="employee" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="tranDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="customer" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="caseTaskEvent" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isBillable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="payrollItem" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="paidExternally" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="workplace" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="hours" type="{urn:core_2010_2.platform.webservices.netsuite.com}Duration" minOccurs="0"/>
         <element name="price" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="timeType" type="{urn:types.employees_2010_2.transactions.webservices.netsuite.com}TimeBillTimeType" minOccurs="0"/>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="overrideRate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="temporaryLocalJurisdiction" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="temporaryStateJurisdiction" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="supervisorApproval" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef caseTaskEvent
protected RecordRef clazz
protected XMLGregorianCalendar createdDate
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef customer
protected RecordRef department
protected RecordRef employee
protected String externalId
protected Duration hours
protected String internalId
protected Boolean isBillable
protected RecordRef item
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef location
protected String memo
protected Boolean overrideRate
protected Boolean paidExternally
protected RecordRef payrollItem
protected RecordRef price
protected Double rate
protected String status
protected RecordRef subsidiary
protected Boolean supervisorApproval
protected RecordRef temporaryLocalJurisdiction
protected RecordRef temporaryStateJurisdiction
protected TimeBillTimeType timeType
protected XMLGregorianCalendar tranDate
protected RecordRef workplace
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
TimeBill()
Public Methods
RecordRef getCaseTaskEvent()
Gets the value of the caseTaskEvent property.
RecordRef getClazz()
Gets the value of the clazz property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
RecordRef getCustomer()
Gets the value of the customer property.
RecordRef getDepartment()
Gets the value of the department property.
RecordRef getEmployee()
Gets the value of the employee property.
String getExternalId()
Gets the value of the externalId property.
Duration getHours()
Gets the value of the hours property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getItem()
Gets the value of the item property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
RecordRef getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo property.
RecordRef getPayrollItem()
Gets the value of the payrollItem property.
RecordRef getPrice()
Gets the value of the price property.
Double getRate()
Gets the value of the rate property.
String getStatus()
Gets the value of the status property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
RecordRef getTemporaryLocalJurisdiction()
Gets the value of the temporaryLocalJurisdiction property.
RecordRef getTemporaryStateJurisdiction()
Gets the value of the temporaryStateJurisdiction property.
TimeBillTimeType getTimeType()
Gets the value of the timeType property.
XMLGregorianCalendar getTranDate()
Gets the value of the tranDate property.
RecordRef getWorkplace()
Gets the value of the workplace property.
Boolean isIsBillable()
Gets the value of the isBillable property.
Boolean isOverrideRate()
Gets the value of the overrideRate property.
Boolean isPaidExternally()
Gets the value of the paidExternally property.
Boolean isSupervisorApproval()
Gets the value of the supervisorApproval property.
void setCaseTaskEvent(RecordRef value)
Sets the value of the caseTaskEvent property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setCustomer(RecordRef value)
Sets the value of the customer property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setEmployee(RecordRef value)
Sets the value of the employee property.
void setExternalId(String value)
Sets the value of the externalId property.
void setHours(Duration value)
Sets the value of the hours property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsBillable(Boolean value)
Sets the value of the isBillable property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo property.
void setOverrideRate(Boolean value)
Sets the value of the overrideRate property.
void setPaidExternally(Boolean value)
Sets the value of the paidExternally property.
void setPayrollItem(RecordRef value)
Sets the value of the payrollItem property.
void setPrice(RecordRef value)
Sets the value of the price property.
void setRate(Double value)
Sets the value of the rate property.
void setStatus(String value)
Sets the value of the status property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
void setSupervisorApproval(Boolean value)
Sets the value of the supervisorApproval property.
void setTemporaryLocalJurisdiction(RecordRef value)
Sets the value of the temporaryLocalJurisdiction property.
void setTemporaryStateJurisdiction(RecordRef value)
Sets the value of the temporaryStateJurisdiction property.
void setTimeType(TimeBillTimeType value)
Sets the value of the timeType property.
void setTranDate(XMLGregorianCalendar value)
Sets the value of the tranDate property.
void setWorkplace(RecordRef value)
Sets the value of the workplace property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected RecordRef caseTaskEvent

protected RecordRef clazz

protected XMLGregorianCalendar createdDate

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef customer

protected RecordRef department

protected RecordRef employee

protected String externalId

protected Duration hours

protected String internalId

protected Boolean isBillable

protected RecordRef item

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef location

protected String memo

protected Boolean overrideRate

protected Boolean paidExternally

protected RecordRef payrollItem

protected RecordRef price

protected Double rate

protected String status

protected RecordRef subsidiary

protected Boolean supervisorApproval

protected RecordRef temporaryLocalJurisdiction

protected RecordRef temporaryStateJurisdiction

protected TimeBillTimeType timeType

protected XMLGregorianCalendar tranDate

protected RecordRef workplace

Public Constructors

public TimeBill ()

Public Methods

public RecordRef getCaseTaskEvent ()

Gets the value of the caseTaskEvent property.

Returns

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public RecordRef getCustomer ()

Gets the value of the customer property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public RecordRef getEmployee ()

Gets the value of the employee property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public Duration getHours ()

Gets the value of the hours property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getItem ()

Gets the value of the item property.

Returns

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public RecordRef getPayrollItem ()

Gets the value of the payrollItem property.

Returns

public RecordRef getPrice ()

Gets the value of the price property.

Returns

public Double getRate ()

Gets the value of the rate property.

Returns
  • possible object is Double

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public RecordRef getTemporaryLocalJurisdiction ()

Gets the value of the temporaryLocalJurisdiction property.

Returns

public RecordRef getTemporaryStateJurisdiction ()

Gets the value of the temporaryStateJurisdiction property.

Returns

public TimeBillTimeType getTimeType ()

Gets the value of the timeType property.

Returns

public XMLGregorianCalendar getTranDate ()

Gets the value of the tranDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getWorkplace ()

Gets the value of the workplace property.

Returns

public Boolean isIsBillable ()

Gets the value of the isBillable property.

Returns
  • possible object is Boolean

public Boolean isOverrideRate ()

Gets the value of the overrideRate property.

Returns
  • possible object is Boolean

public Boolean isPaidExternally ()

Gets the value of the paidExternally property.

Returns
  • possible object is Boolean

public Boolean isSupervisorApproval ()

Gets the value of the supervisorApproval property.

Returns
  • possible object is Boolean

public void setCaseTaskEvent (RecordRef value)

Sets the value of the caseTaskEvent property.

Parameters
value Allowed object is RecordRef

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setCustomer (RecordRef value)

Sets the value of the customer property.

Parameters
value Allowed object is RecordRef

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setEmployee (RecordRef value)

Sets the value of the employee property.

Parameters
value Allowed object is RecordRef

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setHours (Duration value)

Sets the value of the hours property.

Parameters
value Allowed object is Duration

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsBillable (Boolean value)

Sets the value of the isBillable property.

Parameters
value Allowed object is Boolean

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setOverrideRate (Boolean value)

Sets the value of the overrideRate property.

Parameters
value Allowed object is Boolean

public void setPaidExternally (Boolean value)

Sets the value of the paidExternally property.

Parameters
value Allowed object is Boolean

public void setPayrollItem (RecordRef value)

Sets the value of the payrollItem property.

Parameters
value Allowed object is RecordRef

public void setPrice (RecordRef value)

Sets the value of the price property.

Parameters
value Allowed object is RecordRef

public void setRate (Double value)

Sets the value of the rate property.

Parameters
value Allowed object is Double

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef

public void setSupervisorApproval (Boolean value)

Sets the value of the supervisorApproval property.

Parameters
value Allowed object is Boolean

public void setTemporaryLocalJurisdiction (RecordRef value)

Sets the value of the temporaryLocalJurisdiction property.

Parameters
value Allowed object is RecordRef

public void setTemporaryStateJurisdiction (RecordRef value)

Sets the value of the temporaryStateJurisdiction property.

Parameters
value Allowed object is RecordRef

public void setTimeType (TimeBillTimeType value)

Sets the value of the timeType property.

Parameters
value Allowed object is TimeBillTimeType

public void setTranDate (XMLGregorianCalendar value)

Sets the value of the tranDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWorkplace (RecordRef value)

Sets the value of the workplace property.

Parameters
value Allowed object is RecordRef