public class

CreditCardChargeHeaderExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.holders.CreditCardChargeHeaderExpressionHolder

Summary

Fields
protected IdType _entityIdType
protected String _entityNameType
protected EntityTypeEnum _entityTypeType
protected BigDecimal _totalAmtType
protected Object entityId
protected Object entityName
protected Object entityType
protected Object totalAmt
Public Constructors
CreditCardChargeHeaderExpressionHolder()
Public Methods
Object getEntityId()
Retrieves entityId
Object getEntityName()
Retrieves entityName
Object getEntityType()
Retrieves entityType
Object getTotalAmt()
Retrieves totalAmt
void setEntityId(Object value)
Sets entityId
void setEntityName(Object value)
Sets entityName
void setEntityType(Object value)
Sets entityType
void setTotalAmt(Object value)
Sets totalAmt
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType _entityIdType

protected String _entityNameType

protected EntityTypeEnum _entityTypeType

protected BigDecimal _totalAmtType

protected Object entityId

protected Object entityName

protected Object entityType

protected Object totalAmt

Public Constructors

public CreditCardChargeHeaderExpressionHolder ()

Public Methods

public Object getEntityId ()

Retrieves entityId

public Object getEntityName ()

Retrieves entityName

public Object getEntityType ()

Retrieves entityType

public Object getTotalAmt ()

Retrieves totalAmt

public void setEntityId (Object value)

Sets entityId

Parameters
value Value to set

public void setEntityName (Object value)

Sets entityName

Parameters
value Value to set

public void setEntityType (Object value)

Sets entityType

Parameters
value Value to set

public void setTotalAmt (Object value)

Sets totalAmt

Parameters
value Value to set