public class ExpenseApplicationLineTemplate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_ID |
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_NAME |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LINE_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TAX_CODE |
static String |
SERIALIZED_NAME_TAX_NAME |
| Constructor and Description |
|---|
ExpenseApplicationLineTemplate() |
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_ID
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_LINE_DESCRIPTION
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TAX_CODE
public static final String SERIALIZED_NAME_TAX_NAME
public ExpenseApplicationLineTemplate accountItemId(Integer accountItemId)
@Nullable public Integer getAccountItemId()
public void setAccountItemId(Integer accountItemId)
public ExpenseApplicationLineTemplate accountItemName(String accountItemName)
public String getAccountItemName()
public void setAccountItemName(String accountItemName)
public ExpenseApplicationLineTemplate description(String description)
public void setDescription(String description)
public ExpenseApplicationLineTemplate id(Integer id)
public Integer getId()
public void setId(Integer id)
public ExpenseApplicationLineTemplate lineDescription(String lineDescription)
public void setLineDescription(String lineDescription)
public ExpenseApplicationLineTemplate name(String name)
public String getName()
public void setName(String name)
public ExpenseApplicationLineTemplate taxCode(Integer taxCode)
@Nullable public Integer getTaxCode()
public void setTaxCode(Integer taxCode)
public ExpenseApplicationLineTemplate taxName(String taxName)
public String getTaxName()
public void setTaxName(String taxName)
Copyright © 2020. All rights reserved.