public class

AccountExpressionHolder

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

Summary

Fields
protected IdType _accountParentIdType
protected String _accountParentNameType
protected String _acctNumType
protected Boolean _activeType
protected String _bankNumType
protected BigDecimal _currentBalanceType
protected BigDecimal _currentBalanceWithSubAccountsType
protected String _descType
protected String _nameType
protected Date _openingBalanceDateType
protected BigDecimal _openingBalanceType
protected String _routingNumType
protected String _subtypeType
protected AccountTypeEnum _typeType
protected Object accountParentId
protected Object accountParentName
protected Object acctNum
protected Object active
protected Object bankNum
protected Object currentBalance
protected Object currentBalanceWithSubAccounts
protected Object desc
protected Object name
protected Object openingBalance
protected Object openingBalanceDate
protected Object routingNum
protected Object subtype
protected Object type
Public Constructors
AccountExpressionHolder()
Public Methods
Object getAccountParentId()
Retrieves accountParentId
Object getAccountParentName()
Retrieves accountParentName
Object getAcctNum()
Retrieves acctNum
Object getActive()
Retrieves active
Object getBankNum()
Retrieves bankNum
Object getCurrentBalance()
Retrieves currentBalance
Object getCurrentBalanceWithSubAccounts()
Retrieves currentBalanceWithSubAccounts
Object getDesc()
Retrieves desc
Object getName()
Retrieves name
Object getOpeningBalance()
Retrieves openingBalance
Object getOpeningBalanceDate()
Retrieves openingBalanceDate
Object getRoutingNum()
Retrieves routingNum
Object getSubtype()
Retrieves subtype
Object getType()
Retrieves type
void setAccountParentId(Object value)
Sets accountParentId
void setAccountParentName(Object value)
Sets accountParentName
void setAcctNum(Object value)
Sets acctNum
void setActive(Object value)
Sets active
void setBankNum(Object value)
Sets bankNum
void setCurrentBalance(Object value)
Sets currentBalance
void setCurrentBalanceWithSubAccounts(Object value)
Sets currentBalanceWithSubAccounts
void setDesc(Object value)
Sets desc
void setName(Object value)
Sets name
void setOpeningBalance(Object value)
Sets openingBalance
void setOpeningBalanceDate(Object value)
Sets openingBalanceDate
void setRoutingNum(Object value)
Sets routingNum
void setSubtype(Object value)
Sets subtype
void setType(Object value)
Sets type
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType _accountParentIdType

protected String _accountParentNameType

protected String _acctNumType

protected Boolean _activeType

protected String _bankNumType

protected BigDecimal _currentBalanceType

protected BigDecimal _currentBalanceWithSubAccountsType

protected String _descType

protected String _nameType

protected Date _openingBalanceDateType

protected BigDecimal _openingBalanceType

protected String _routingNumType

protected String _subtypeType

protected AccountTypeEnum _typeType

protected Object accountParentId

protected Object accountParentName

protected Object acctNum

protected Object active

protected Object bankNum

protected Object currentBalance

protected Object currentBalanceWithSubAccounts

protected Object desc

protected Object name

protected Object openingBalance

protected Object openingBalanceDate

protected Object routingNum

protected Object subtype

protected Object type

Public Constructors

public AccountExpressionHolder ()

Public Methods

public Object getAccountParentId ()

Retrieves accountParentId

public Object getAccountParentName ()

Retrieves accountParentName

public Object getAcctNum ()

Retrieves acctNum

public Object getActive ()

Retrieves active

public Object getBankNum ()

Retrieves bankNum

public Object getCurrentBalance ()

Retrieves currentBalance

public Object getCurrentBalanceWithSubAccounts ()

Retrieves currentBalanceWithSubAccounts

public Object getDesc ()

Retrieves desc

public Object getName ()

Retrieves name

public Object getOpeningBalance ()

Retrieves openingBalance

public Object getOpeningBalanceDate ()

Retrieves openingBalanceDate

public Object getRoutingNum ()

Retrieves routingNum

public Object getSubtype ()

Retrieves subtype

public Object getType ()

Retrieves type

public void setAccountParentId (Object value)

Sets accountParentId

Parameters
value Value to set

public void setAccountParentName (Object value)

Sets accountParentName

Parameters
value Value to set

public void setAcctNum (Object value)

Sets acctNum

Parameters
value Value to set

public void setActive (Object value)

Sets active

Parameters
value Value to set

public void setBankNum (Object value)

Sets bankNum

Parameters
value Value to set

public void setCurrentBalance (Object value)

Sets currentBalance

Parameters
value Value to set

public void setCurrentBalanceWithSubAccounts (Object value)

Sets currentBalanceWithSubAccounts

Parameters
value Value to set

public void setDesc (Object value)

Sets desc

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setOpeningBalance (Object value)

Sets openingBalance

Parameters
value Value to set

public void setOpeningBalanceDate (Object value)

Sets openingBalanceDate

Parameters
value Value to set

public void setRoutingNum (Object value)

Sets routingNum

Parameters
value Value to set

public void setSubtype (Object value)

Sets subtype

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set