public class

BillLineExpressionHolder

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

Summary

Fields
protected IdType _txnIdType
protected IdType _txnLineIdType
protected Object txnId
protected Object txnLineId
Public Constructors
BillLineExpressionHolder()
Public Methods
Object getTxnId()
Retrieves txnId
Object getTxnLineId()
Retrieves txnLineId
void setTxnId(Object value)
Sets txnId
void setTxnLineId(Object value)
Sets txnLineId
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType _txnIdType

protected IdType _txnLineIdType

protected Object txnId

protected Object txnLineId

Public Constructors

public BillLineExpressionHolder ()

Public Methods

public Object getTxnId ()

Retrieves txnId

public Object getTxnLineId ()

Retrieves txnLineId

public void setTxnId (Object value)

Sets txnId

Parameters
value Value to set

public void setTxnLineId (Object value)

Sets txnLineId

Parameters
value Value to set