public class

ModificationMetaData

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.ModificationMetaData

Class Overview

Product: ALL Description: Defines the metadata of the instance of data

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="CreatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatedById" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastModifiedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastModifiedById" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastUpdatedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Date createTime
protected String createdBy
protected String createdById
protected String lastModifiedBy
protected String lastModifiedById
protected Date lastUpdatedTime
Public Constructors
ModificationMetaData()
Public Methods
Date getCreateTime()
Gets the value of the createTime property.
String getCreatedBy()
Gets the value of the createdBy property.
String getCreatedById()
Gets the value of the createdById property.
String getLastModifiedBy()
Gets the value of the lastModifiedBy property.
String getLastModifiedById()
Gets the value of the lastModifiedById property.
Date getLastUpdatedTime()
Gets the value of the lastUpdatedTime property.
void setCreateTime(Date value)
Sets the value of the createTime property.
void setCreatedBy(String value)
Sets the value of the createdBy property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setLastModifiedBy(String value)
Sets the value of the lastModifiedBy property.
void setLastModifiedById(String value)
Sets the value of the lastModifiedById property.
void setLastUpdatedTime(Date value)
Sets the value of the lastUpdatedTime property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Date createTime

protected String createdBy

protected String createdById

protected String lastModifiedBy

protected String lastModifiedById

protected Date lastUpdatedTime

Public Constructors

public ModificationMetaData ()

Public Methods

public Date getCreateTime ()

Gets the value of the createTime property.

Returns
  • possible object is String

public String getCreatedBy ()

Gets the value of the createdBy property.

Returns
  • possible object is String

public String getCreatedById ()

Gets the value of the createdById property.

Returns
  • possible object is String

public String getLastModifiedBy ()

Gets the value of the lastModifiedBy property.

Returns
  • possible object is String

public String getLastModifiedById ()

Gets the value of the lastModifiedById property.

Returns
  • possible object is String

public Date getLastUpdatedTime ()

Gets the value of the lastUpdatedTime property.

Returns
  • possible object is String

public void setCreateTime (Date value)

Sets the value of the createTime property.

Parameters
value Allowed object is String

public void setCreatedBy (String value)

Sets the value of the createdBy property.

Parameters
value Allowed object is String

public void setCreatedById (String value)

Sets the value of the createdById property.

Parameters
value Allowed object is String

public void setLastModifiedBy (String value)

Sets the value of the lastModifiedBy property.

Parameters
value Allowed object is String

public void setLastModifiedById (String value)

Sets the value of the lastModifiedById property.

Parameters
value Allowed object is String

public void setLastUpdatedTime (Date value)

Sets the value of the lastUpdatedTime property.

Parameters
value Allowed object is String