public class ModificationMetaData extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ModificationMetaData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModificationMetaData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreatedByRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="CreateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastModifiedByRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="LastUpdatedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastChangedInQB" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Synchronized" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_synchronized |
protected ReferenceType |
createdByRef |
protected Date |
createTime |
protected Date |
lastChangedInQB |
protected ReferenceType |
lastModifiedByRef |
protected Date |
lastUpdatedTime |
| Constructor and Description |
|---|
ModificationMetaData() |
| 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 |
getCreatedByRef()
Gets the value of the createdByRef property.
|
Date |
getCreateTime()
Gets the value of the createTime property.
|
Date |
getLastChangedInQB()
Gets the value of the lastChangedInQB property.
|
ReferenceType |
getLastModifiedByRef()
Gets the value of the lastModifiedByRef property.
|
Date |
getLastUpdatedTime()
Gets the value of the lastUpdatedTime property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isSynchronized()
Gets the value of the synchronized property.
|
void |
setCreatedByRef(ReferenceType value)
Sets the value of the createdByRef property.
|
void |
setCreateTime(Date value)
Sets the value of the createTime property.
|
void |
setLastChangedInQB(Date value)
Sets the value of the lastChangedInQB property.
|
void |
setLastModifiedByRef(ReferenceType value)
Sets the value of the lastModifiedByRef property.
|
void |
setLastUpdatedTime(Date value)
Sets the value of the lastUpdatedTime property.
|
void |
setSynchronized(Boolean value)
Sets the value of the synchronized property.
|
protected ReferenceType createdByRef
protected Date createTime
protected ReferenceType lastModifiedByRef
protected Date lastUpdatedTime
protected Date lastChangedInQB
protected Boolean _synchronized
public ReferenceType getCreatedByRef()
ReferenceTypepublic void setCreatedByRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic Date getCreateTime()
Stringpublic void setCreateTime(Date value)
value - allowed object is
Stringpublic ReferenceType getLastModifiedByRef()
ReferenceTypepublic void setLastModifiedByRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic Date getLastUpdatedTime()
Stringpublic void setLastUpdatedTime(Date value)
value - allowed object is
Stringpublic Date getLastChangedInQB()
Stringpublic void setLastChangedInQB(Date value)
value - allowed object is
Stringpublic Boolean isSynchronized()
Booleanpublic void setSynchronized(Boolean value)
value - allowed object is
Booleanpublic 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.