public class TimeActivity extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TimeActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeActivity">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="TimeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TxnDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="NameOf" type="{http://schema.intuit.com/finance/v3}TimeActivityTypeEnum" minOccurs="0"/>
<choice minOccurs="0">
<element name="EmployeeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="VendorRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="OtherNameRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</choice>
<element name="CustomerRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="DepartmentRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="ItemRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="ClassRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="PayrollItemRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="BillableStatus" type="{http://schema.intuit.com/finance/v3}BillableStatusEnum" minOccurs="0"/>
<element name="Taxable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HourlyRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Hours" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Minutes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="BreakHours" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="BreakMinutes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeActivityEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BillableStatusEnum |
billableStatus |
protected Integer |
breakHours |
protected Integer |
breakMinutes |
protected ReferenceType |
classRef |
protected ReferenceType |
customerRef |
protected ReferenceType |
departmentRef |
protected String |
description |
protected ReferenceType |
employeeRef |
protected Date |
endTime |
protected BigDecimal |
hourlyRate |
protected Integer |
hours |
protected ReferenceType |
itemRef |
protected Integer |
minutes |
protected TimeActivityTypeEnum |
nameOf |
protected ReferenceType |
otherNameRef |
protected ReferenceType |
payrollItemRef |
protected Date |
startTime |
protected Boolean |
taxable |
protected IntuitAnyType |
timeActivityEx |
protected String |
timeZone |
protected Date |
txnDate |
protected ReferenceType |
vendorRef |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
TimeActivity() |
| 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) |
BillableStatusEnum |
getBillableStatus()
Gets the value of the billableStatus property.
|
Integer |
getBreakHours()
Gets the value of the breakHours property.
|
Integer |
getBreakMinutes()
Gets the value of the breakMinutes property.
|
ReferenceType |
getClassRef()
Gets the value of the classRef property.
|
ReferenceType |
getCustomerRef()
Gets the value of the customerRef property.
|
ReferenceType |
getDepartmentRef()
Gets the value of the departmentRef property.
|
String |
getDescription()
Gets the value of the description property.
|
ReferenceType |
getEmployeeRef()
Gets the value of the employeeRef property.
|
Date |
getEndTime()
Gets the value of the endTime property.
|
BigDecimal |
getHourlyRate()
Gets the value of the hourlyRate property.
|
Integer |
getHours()
Gets the value of the hours property.
|
ReferenceType |
getItemRef()
Gets the value of the itemRef property.
|
Integer |
getMinutes()
Gets the value of the minutes property.
|
TimeActivityTypeEnum |
getNameOf()
Gets the value of the nameOf property.
|
ReferenceType |
getOtherNameRef()
Gets the value of the otherNameRef property.
|
ReferenceType |
getPayrollItemRef()
Gets the value of the payrollItemRef property.
|
Date |
getStartTime()
Gets the value of the startTime property.
|
IntuitAnyType |
getTimeActivityEx()
Gets the value of the timeActivityEx property.
|
String |
getTimeZone()
Gets the value of the timeZone property.
|
Date |
getTxnDate()
Gets the value of the txnDate property.
|
ReferenceType |
getVendorRef()
Gets the value of the vendorRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isTaxable()
Gets the value of the taxable property.
|
void |
setBillableStatus(BillableStatusEnum value)
Sets the value of the billableStatus property.
|
void |
setBreakHours(Integer value)
Sets the value of the breakHours property.
|
void |
setBreakMinutes(Integer value)
Sets the value of the breakMinutes property.
|
void |
setClassRef(ReferenceType value)
Sets the value of the classRef property.
|
void |
setCustomerRef(ReferenceType value)
Sets the value of the customerRef property.
|
void |
setDepartmentRef(ReferenceType value)
Sets the value of the departmentRef property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEmployeeRef(ReferenceType value)
Sets the value of the employeeRef property.
|
void |
setEndTime(Date value)
Sets the value of the endTime property.
|
void |
setHourlyRate(BigDecimal value)
Sets the value of the hourlyRate property.
|
void |
setHours(Integer value)
Sets the value of the hours property.
|
void |
setItemRef(ReferenceType value)
Sets the value of the itemRef property.
|
void |
setMinutes(Integer value)
Sets the value of the minutes property.
|
void |
setNameOf(TimeActivityTypeEnum value)
Sets the value of the nameOf property.
|
void |
setOtherNameRef(ReferenceType value)
Sets the value of the otherNameRef property.
|
void |
setPayrollItemRef(ReferenceType value)
Sets the value of the payrollItemRef property.
|
void |
setStartTime(Date value)
Sets the value of the startTime property.
|
void |
setTaxable(Boolean value)
Sets the value of the taxable property.
|
void |
setTimeActivityEx(IntuitAnyType value)
Sets the value of the timeActivityEx property.
|
void |
setTimeZone(String value)
Sets the value of the timeZone property.
|
void |
setTxnDate(Date value)
Sets the value of the txnDate property.
|
void |
setVendorRef(ReferenceType value)
Sets the value of the vendorRef property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String timeZone
protected Date txnDate
protected TimeActivityTypeEnum nameOf
protected ReferenceType employeeRef
protected ReferenceType vendorRef
protected ReferenceType otherNameRef
protected ReferenceType customerRef
protected ReferenceType departmentRef
protected ReferenceType itemRef
protected ReferenceType classRef
protected ReferenceType payrollItemRef
protected BillableStatusEnum billableStatus
protected Boolean taxable
protected BigDecimal hourlyRate
protected Integer hours
protected Integer minutes
protected Integer breakHours
protected Integer breakMinutes
protected Date startTime
protected Date endTime
protected String description
protected IntuitAnyType timeActivityEx
public String getTimeZone()
Stringpublic void setTimeZone(String value)
value - allowed object is
Stringpublic Date getTxnDate()
Stringpublic void setTxnDate(Date value)
value - allowed object is
Stringpublic TimeActivityTypeEnum getNameOf()
TimeActivityTypeEnumpublic void setNameOf(TimeActivityTypeEnum value)
value - allowed object is
TimeActivityTypeEnumpublic ReferenceType getEmployeeRef()
ReferenceTypepublic void setEmployeeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getVendorRef()
ReferenceTypepublic void setVendorRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getOtherNameRef()
ReferenceTypepublic void setOtherNameRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getCustomerRef()
ReferenceTypepublic void setCustomerRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getDepartmentRef()
ReferenceTypepublic void setDepartmentRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getItemRef()
ReferenceTypepublic void setItemRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getClassRef()
ReferenceTypepublic void setClassRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getPayrollItemRef()
ReferenceTypepublic void setPayrollItemRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BillableStatusEnum getBillableStatus()
BillableStatusEnumpublic void setBillableStatus(BillableStatusEnum value)
value - allowed object is
BillableStatusEnumpublic Boolean isTaxable()
Booleanpublic void setTaxable(Boolean value)
value - allowed object is
Booleanpublic BigDecimal getHourlyRate()
BigDecimalpublic void setHourlyRate(BigDecimal value)
value - allowed object is
BigDecimalpublic Integer getHours()
Integerpublic void setHours(Integer value)
value - allowed object is
Integerpublic Integer getMinutes()
Integerpublic void setMinutes(Integer value)
value - allowed object is
Integerpublic Integer getBreakHours()
Integerpublic void setBreakHours(Integer value)
value - allowed object is
Integerpublic Integer getBreakMinutes()
Integerpublic void setBreakMinutes(Integer value)
value - allowed object is
Integerpublic Date getStartTime()
Stringpublic void setStartTime(Date value)
value - allowed object is
Stringpublic Date getEndTime()
Stringpublic void setEndTime(Date value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic IntuitAnyType getTimeActivityEx()
IntuitAnyTypepublic void setTimeActivityEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic 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.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.