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, setSyncToken
protected Date latestUploadDateTime
protected Date latestWriteBackDateTime
protected SyncType syncType
protected Date startSyncTMS
protected Date endSyncTMS
protected String entityName
protected Integer entityRowCount
public Date getLatestUploadDateTime()
String
public void setLatestUploadDateTime(Date value)
value
- allowed object is
String
public Date getLatestWriteBackDateTime()
String
public void setLatestWriteBackDateTime(Date value)
value
- allowed object is
String
public SyncType getSyncType()
SyncType
public void setSyncType(SyncType value)
value
- allowed object is
SyncType
public Date getStartSyncTMS()
String
public void setStartSyncTMS(Date value)
value
- allowed object is
String
public Date getEndSyncTMS()
String
public void setEndSyncTMS(Date value)
value
- allowed object is
String
public String getEntityName()
String
public void setEntityName(String value)
value
- allowed object is
String
public Integer getEntityRowCount()
Integer
public void setEntityRowCount(Integer value)
value
- allowed object is
Integer
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.