public class

Task

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.Task

Class Overview

Product: QBW Description: A specific task to be completed, maps to a ToDo record in QuickBooks.

Java class for Task complex type.

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

 <complexType name="Task">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Done" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ReminderDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class org.mule.modules.quickbooks.windows.schema.CdmObject
Fields
protected Boolean active
protected Boolean done
protected String notes
protected String reminderDate
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
Task()
Public Methods
Boolean getActive()
Gets the value of the active property.
Boolean getDone()
Gets the value of the done property.
String getNotes()
Gets the value of the notes property.
String getReminderDate()
Gets the value of the reminderDate property.
void setActive(Boolean value)
Sets the value of the active property.
void setDone(Boolean value)
Sets the value of the done property.
void setNotes(String value)
Sets the value of the notes property.
void setReminderDate(String value)
Sets the value of the reminderDate property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean active

protected Boolean done

protected String notes

protected String reminderDate

Public Constructors

public Task ()

Public Methods

public Boolean getActive ()

Gets the value of the active property.

Returns
  • possible object is Boolean

public Boolean getDone ()

Gets the value of the done property.

Returns
  • possible object is Boolean

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public String getReminderDate ()

Gets the value of the reminderDate 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 setDone (Boolean value)

Sets the value of the done property.

Parameters
value Allowed object is Boolean

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public void setReminderDate (String value)

Sets the value of the reminderDate property.

Parameters
value Allowed object is String