public class TimeTrackingPrefs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TimeTrackingPrefs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeTrackingPrefs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UseServices" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DefaultTimeItem" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="BillCustomers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ShowBillRateToAll" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="WorkWeekStartDate" type="{http://schema.intuit.com/finance/v3}WeekEnum" minOccurs="0"/> <element name="TimeTrackingEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MarkTimeEntriesBillable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MarkExpensesAsBillable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
billCustomers |
protected ReferenceType |
defaultTimeItem |
protected Boolean |
markExpensesAsBillable |
protected Boolean |
markTimeEntriesBillable |
protected Boolean |
showBillRateToAll |
protected Boolean |
timeTrackingEnabled |
protected Boolean |
useServices |
protected WeekEnum |
workWeekStartDate |
Constructor and Description |
---|
TimeTrackingPrefs() |
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) |
ReferenceType |
getDefaultTimeItem()
Gets the value of the defaultTimeItem property.
|
WeekEnum |
getWorkWeekStartDate()
Gets the value of the workWeekStartDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isBillCustomers()
Gets the value of the billCustomers property.
|
Boolean |
isMarkExpensesAsBillable()
Gets the value of the markExpensesAsBillable property.
|
Boolean |
isMarkTimeEntriesBillable()
Gets the value of the markTimeEntriesBillable property.
|
Boolean |
isShowBillRateToAll()
Gets the value of the showBillRateToAll property.
|
Boolean |
isTimeTrackingEnabled()
Gets the value of the timeTrackingEnabled property.
|
Boolean |
isUseServices()
Gets the value of the useServices property.
|
void |
setBillCustomers(Boolean value)
Sets the value of the billCustomers property.
|
void |
setDefaultTimeItem(ReferenceType value)
Sets the value of the defaultTimeItem property.
|
void |
setMarkExpensesAsBillable(Boolean value)
Sets the value of the markExpensesAsBillable property.
|
void |
setMarkTimeEntriesBillable(Boolean value)
Sets the value of the markTimeEntriesBillable property.
|
void |
setShowBillRateToAll(Boolean value)
Sets the value of the showBillRateToAll property.
|
void |
setTimeTrackingEnabled(Boolean value)
Sets the value of the timeTrackingEnabled property.
|
void |
setUseServices(Boolean value)
Sets the value of the useServices property.
|
void |
setWorkWeekStartDate(WeekEnum value)
Sets the value of the workWeekStartDate property.
|
protected Boolean useServices
protected ReferenceType defaultTimeItem
protected Boolean billCustomers
protected Boolean showBillRateToAll
protected WeekEnum workWeekStartDate
protected Boolean timeTrackingEnabled
protected Boolean markTimeEntriesBillable
protected Boolean markExpensesAsBillable
public Boolean isUseServices()
Boolean
public void setUseServices(Boolean value)
value
- allowed object is
Boolean
public ReferenceType getDefaultTimeItem()
ReferenceType
public void setDefaultTimeItem(ReferenceType value)
value
- allowed object is
ReferenceType
public Boolean isBillCustomers()
Boolean
public void setBillCustomers(Boolean value)
value
- allowed object is
Boolean
public Boolean isShowBillRateToAll()
Boolean
public void setShowBillRateToAll(Boolean value)
value
- allowed object is
Boolean
public WeekEnum getWorkWeekStartDate()
WeekEnum
public void setWorkWeekStartDate(WeekEnum value)
value
- allowed object is
WeekEnum
public Boolean isTimeTrackingEnabled()
Boolean
public void setTimeTrackingEnabled(Boolean value)
value
- allowed object is
Boolean
public Boolean isMarkTimeEntriesBillable()
Boolean
public void setMarkTimeEntriesBillable(Boolean value)
value
- allowed object is
Boolean
public Boolean isMarkExpensesAsBillable()
Boolean
public void setMarkExpensesAsBillable(Boolean value)
value
- allowed object is
Boolean
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
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
Copyright © 2017. All rights reserved.