public class

Employee

extends RoleBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CdmBase
     ↳ org.mule.modules.quickbooks.online.schema.RoleBase
       ↳ org.mule.modules.quickbooks.online.schema.Employee
Known Direct Subclasses

Class Overview

Describes the Party as a EmployeeWorker Role view

Java class for Employee complex type.

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

 <complexType name="Employee">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}RoleBase">
       <sequence>
         <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ShowAs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EmployeeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EmployeeNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BillableTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="HiredDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="ReleasedDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.online.schema.RoleBase
From class org.mule.modules.quickbooks.online.schema.CdmBase
Fields
protected Boolean active
protected Boolean billableTime
protected String employeeNumber
protected String employeeType
protected Date hiredDate
protected Date releasedDate
protected String showAs
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.RoleBase
From class org.mule.modules.quickbooks.online.schema.CdmBase
Public Constructors
Employee()
Public Methods
Boolean getActive()
Gets the value of the active property.
Boolean getBillableTime()
Gets the value of the billableTime property.
String getEmployeeNumber()
Gets the value of the employeeNumber property.
String getEmployeeType()
Gets the value of the employeeType property.
Date getHiredDate()
Gets the value of the hiredDate property.
Date getReleasedDate()
Gets the value of the releasedDate property.
String getShowAs()
Gets the value of the showAs property.
void setActive(Boolean value)
Sets the value of the active property.
void setBillableTime(Boolean value)
Sets the value of the billableTime property.
void setEmployeeNumber(String value)
Sets the value of the employeeNumber property.
void setEmployeeType(String value)
Sets the value of the employeeType property.
void setHiredDate(Date value)
Sets the value of the hiredDate property.
void setReleasedDate(Date value)
Sets the value of the releasedDate property.
void setShowAs(String value)
Sets the value of the showAs property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.RoleBase
From class org.mule.modules.quickbooks.online.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean active

protected Boolean billableTime

protected String employeeNumber

protected String employeeType

protected Date hiredDate

protected Date releasedDate

protected String showAs

Public Constructors

public Employee ()

Public Methods

public Boolean getActive ()

Gets the value of the active property.

Returns
  • possible object is Boolean

public Boolean getBillableTime ()

Gets the value of the billableTime property.

Returns
  • possible object is Boolean

public String getEmployeeNumber ()

Gets the value of the employeeNumber property.

Returns
  • possible object is String

public String getEmployeeType ()

Gets the value of the employeeType property.

Returns
  • possible object is String

public Date getHiredDate ()

Gets the value of the hiredDate property.

Returns
  • possible object is String

public Date getReleasedDate ()

Gets the value of the releasedDate property.

Returns
  • possible object is String

public String getShowAs ()

Gets the value of the showAs property.

Returns
  • possible object is String

public void setActive (Boolean value)

Sets the value of the active property.

Parameters
value Allowed object is Boolean

public void setBillableTime (Boolean value)

Sets the value of the billableTime property.

Parameters
value Allowed object is Boolean

public void setEmployeeNumber (String value)

Sets the value of the employeeNumber property.

Parameters
value Allowed object is String

public void setEmployeeType (String value)

Sets the value of the employeeType property.

Parameters
value Allowed object is String

public void setHiredDate (Date value)

Sets the value of the hiredDate property.

Parameters
value Allowed object is String

public void setReleasedDate (Date value)

Sets the value of the releasedDate property.

Parameters
value Allowed object is String

public void setShowAs (String value)

Sets the value of the showAs property.

Parameters
value Allowed object is String