public class Task extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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://schema.intuit.com/finance/v3}IntuitEntity"> <sequence> <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="From" 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.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="TaskEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
active |
protected Boolean |
done |
protected String |
from |
protected String |
notes |
protected Date |
reminderDate |
protected IntuitAnyType |
taskEx |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getFrom()
Gets the value of the from property.
|
String |
getNotes()
Gets the value of the notes property.
|
Date |
getReminderDate()
Gets the value of the reminderDate property.
|
IntuitAnyType |
getTaskEx()
Gets the value of the taskEx property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isDone()
Gets the value of the done property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setDone(Boolean value)
Sets the value of the done property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setReminderDate(Date value)
Sets the value of the reminderDate property.
|
void |
setTaskEx(IntuitAnyType value)
Sets the value of the taskEx property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected String notes
protected String from
protected Boolean active
protected Boolean done
protected Date reminderDate
protected IntuitAnyType taskEx
public String getNotes()
String
public void setNotes(String value)
value
- allowed object is
String
public String getFrom()
String
public void setFrom(String value)
value
- allowed object is
String
public Boolean isActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is
Boolean
public Boolean isDone()
Boolean
public void setDone(Boolean value)
value
- allowed object is
Boolean
public Date getReminderDate()
String
public void setReminderDate(Date value)
value
- allowed object is
String
public IntuitAnyType getTaskEx()
IntuitAnyType
public void setTaskEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.