public class

CashPurchaseHeaderExpressionHolder

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

Summary

Fields
protected IdType _cashAccountIdType
protected String _cashAccountNameType
protected IdType _entityIdType
protected String _entityNameType
protected EntityTypeEnum _entityTypeType
protected PhysicalAddress _payeeAddrType
protected BigDecimal _totalAmtType
protected IdType _txnIdType
protected String _txnNumType
protected Object cashAccountId
protected Object cashAccountName
protected Object entityId
protected Object entityName
protected Object entityType
protected Object payeeAddr
protected Object totalAmt
protected Object txnId
protected Object txnNum
Public Constructors
CashPurchaseHeaderExpressionHolder()
Public Methods
Object getCashAccountId()
Retrieves cashAccountId
Object getCashAccountName()
Retrieves cashAccountName
Object getEntityId()
Retrieves entityId
Object getEntityName()
Retrieves entityName
Object getEntityType()
Retrieves entityType
Object getPayeeAddr()
Retrieves payeeAddr
Object getTotalAmt()
Retrieves totalAmt
Object getTxnId()
Retrieves txnId
Object getTxnNum()
Retrieves txnNum
void setCashAccountId(Object value)
Sets cashAccountId
void setCashAccountName(Object value)
Sets cashAccountName
void setEntityId(Object value)
Sets entityId
void setEntityName(Object value)
Sets entityName
void setEntityType(Object value)
Sets entityType
void setPayeeAddr(Object value)
Sets payeeAddr
void setTotalAmt(Object value)
Sets totalAmt
void setTxnId(Object value)
Sets txnId
void setTxnNum(Object value)
Sets txnNum
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType _cashAccountIdType

protected String _cashAccountNameType

protected IdType _entityIdType

protected String _entityNameType

protected EntityTypeEnum _entityTypeType

protected PhysicalAddress _payeeAddrType

protected BigDecimal _totalAmtType

protected IdType _txnIdType

protected String _txnNumType

protected Object cashAccountId

protected Object cashAccountName

protected Object entityId

protected Object entityName

protected Object entityType

protected Object payeeAddr

protected Object totalAmt

protected Object txnId

protected Object txnNum

Public Constructors

public CashPurchaseHeaderExpressionHolder ()

Public Methods

public Object getCashAccountId ()

Retrieves cashAccountId

public Object getCashAccountName ()

Retrieves cashAccountName

public Object getEntityId ()

Retrieves entityId

public Object getEntityName ()

Retrieves entityName

public Object getEntityType ()

Retrieves entityType

public Object getPayeeAddr ()

Retrieves payeeAddr

public Object getTotalAmt ()

Retrieves totalAmt

public Object getTxnId ()

Retrieves txnId

public Object getTxnNum ()

Retrieves txnNum

public void setCashAccountId (Object value)

Sets cashAccountId

Parameters
value Value to set

public void setCashAccountName (Object value)

Sets cashAccountName

Parameters
value Value to set

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 setPayeeAddr (Object value)

Sets payeeAddr

Parameters
value Value to set

public void setTotalAmt (Object value)

Sets totalAmt

Parameters
value Value to set

public void setTxnId (Object value)

Sets txnId

Parameters
value Value to set

public void setTxnNum (Object value)

Sets txnNum

Parameters
value Value to set