public class RemoveTransactionLineModel
extends java.lang.Object
Constructor and Description |
---|
RemoveTransactionLineModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyCode()
Getter for companyCode
company code
|
DocumentType |
getDocumentType()
Getter for documentType
document type
|
java.util.ArrayList<java.lang.String> |
getLines()
Getter for lines
List of lines to be added
|
java.lang.Boolean |
getRenumber()
Getter for renumber
ption to renumber lines after removal.
|
java.lang.String |
getTransactionCode()
Getter for transactionCode
document code for the transaction to add lines
|
void |
setCompanyCode(java.lang.String value)
Setter for companyCode
company code
|
void |
setDocumentType(DocumentType value)
Setter for documentType
document type
|
void |
setLines(java.util.ArrayList<java.lang.String> value)
Setter for lines
List of lines to be added
|
void |
setRenumber(java.lang.Boolean value)
Setter for renumber
ption to renumber lines after removal.
|
void |
setTransactionCode(java.lang.String value)
Setter for transactionCode
document code for the transaction to add lines
|
java.lang.String |
toString()
Returns a JSON string representation of RemoveTransactionLineModel
|
public java.lang.String getCompanyCode()
public void setCompanyCode(java.lang.String value)
public java.lang.String getTransactionCode()
public void setTransactionCode(java.lang.String value)
public DocumentType getDocumentType()
public void setDocumentType(DocumentType value)
public java.util.ArrayList<java.lang.String> getLines()
public void setLines(java.util.ArrayList<java.lang.String> value)
public java.lang.Boolean getRenumber()
public void setRenumber(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object