public class

GenericEntity

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.GenericEntity

Class Overview

Defines the List of Generic entities

Java class for GenericEntity complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GenericEntity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
         <element name="EntityType" type="{http://www.intuit.com/sb/cdm/qbo}qboObjectName" 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 QboObjectName entityType
protected IdType id
protected Date lastUpdatedTime
Public Constructors
GenericEntity()
Public Methods
QboObjectName getEntityType()
Gets the value of the entityType property.
IdType getId()
Gets the value of the id property.
Date getLastUpdatedTime()
Gets the value of the lastUpdatedTime property.
void setEntityType(QboObjectName value)
Sets the value of the entityType property.
void setId(IdType value)
Sets the value of the id 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 QboObjectName entityType

protected IdType id

protected Date lastUpdatedTime

Public Constructors

public GenericEntity ()

Public Methods

public QboObjectName getEntityType ()

Gets the value of the entityType property.

Returns

public IdType getId ()

Gets the value of the id property.

Returns

public Date getLastUpdatedTime ()

Gets the value of the lastUpdatedTime property.

Returns
  • possible object is String

public void setEntityType (QboObjectName value)

Sets the value of the entityType property.

Parameters
value Allowed object is QboObjectName

public void setId (IdType value)

Sets the value of the id property.

Parameters
value Allowed object is IdType

public void setLastUpdatedTime (Date value)

Sets the value of the lastUpdatedTime property.

Parameters
value Allowed object is String