public class MultiDocumentModel
extends java.lang.Object
Constructor and Description |
---|
MultiDocumentModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId
The unique ID number of the AvaTax customer account that created this MultiDocument object.
|
java.lang.String |
getCode()
Getter for code
The transaction code of the MultiDocument transaction.
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date/time when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
The user ID of the user who created this record.
|
java.util.ArrayList<TransactionModel> |
getDocuments()
Getter for documents
A separate document will exist for each unique combination of buyer and seller in this MultiDocument transaction.
|
java.lang.Long |
getId()
Getter for id
The unique ID number of this MultiDocument object.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
The user ID of the user who last modified this record.
|
DocumentType |
getType()
Getter for type
Indicates the type of MultiDocument transaction.
|
void |
setAccountId(java.lang.Integer value)
Setter for accountId
The unique ID number of the AvaTax customer account that created this MultiDocument object.
|
void |
setCode(java.lang.String value)
Setter for code
The transaction code of the MultiDocument transaction.
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date/time when this record was created.
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
The user ID of the user who created this record.
|
void |
setDocuments(java.util.ArrayList<TransactionModel> value)
Setter for documents
A separate document will exist for each unique combination of buyer and seller in this MultiDocument transaction.
|
void |
setId(java.lang.Long value)
Setter for id
The unique ID number of this MultiDocument object.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
The user ID of the user who last modified this record.
|
void |
setType(DocumentType value)
Setter for type
Indicates the type of MultiDocument transaction.
|
java.lang.String |
toString()
Returns a JSON string representation of MultiDocumentModel
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.String getCode()
public void setCode(java.lang.String value)
public DocumentType getType()
public void setType(DocumentType value)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public java.util.ArrayList<TransactionModel> getDocuments()
public void setDocuments(java.util.ArrayList<TransactionModel> value)
public java.lang.String toString()
toString
in class java.lang.Object