public class SyncActivity extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SyncActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncActivity">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="LatestUploadDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LatestWriteBackDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SyncType" type="{http://schema.intuit.com/finance/v3}SyncType" minOccurs="0"/>
<element name="StartSyncTMS" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EndSyncTMS" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EntityRowCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
endSyncTMS |
protected String |
entityName |
protected Integer |
entityRowCount |
protected Date |
latestUploadDateTime |
protected Date |
latestWriteBackDateTime |
protected Date |
startSyncTMS |
protected SyncType |
syncType |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
SyncActivity() |
| 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) |
Date |
getEndSyncTMS()
Gets the value of the endSyncTMS property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
Integer |
getEntityRowCount()
Gets the value of the entityRowCount property.
|
Date |
getLatestUploadDateTime()
Gets the value of the latestUploadDateTime property.
|
Date |
getLatestWriteBackDateTime()
Gets the value of the latestWriteBackDateTime property.
|
Date |
getStartSyncTMS()
Gets the value of the startSyncTMS property.
|
SyncType |
getSyncType()
Gets the value of the syncType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setEndSyncTMS(Date value)
Sets the value of the endSyncTMS property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setEntityRowCount(Integer value)
Sets the value of the entityRowCount property.
|
void |
setLatestUploadDateTime(Date value)
Sets the value of the latestUploadDateTime property.
|
void |
setLatestWriteBackDateTime(Date value)
Sets the value of the latestWriteBackDateTime property.
|
void |
setStartSyncTMS(Date value)
Sets the value of the startSyncTMS property.
|
void |
setSyncType(SyncType value)
Sets the value of the syncType property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected Date latestUploadDateTime
protected Date latestWriteBackDateTime
protected SyncType syncType
protected Date startSyncTMS
protected Date endSyncTMS
protected String entityName
protected Integer entityRowCount
public Date getLatestUploadDateTime()
Stringpublic void setLatestUploadDateTime(Date value)
value - allowed object is
Stringpublic Date getLatestWriteBackDateTime()
Stringpublic void setLatestWriteBackDateTime(Date value)
value - allowed object is
Stringpublic SyncType getSyncType()
SyncTypepublic void setSyncType(SyncType value)
value - allowed object is
SyncTypepublic Date getStartSyncTMS()
Stringpublic void setStartSyncTMS(Date value)
value - allowed object is
Stringpublic Date getEndSyncTMS()
Stringpublic void setEndSyncTMS(Date value)
value - allowed object is
Stringpublic String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic Integer getEntityRowCount()
Integerpublic void setEntityRowCount(Integer value)
value - allowed object is
Integerpublic 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.