public class InvoicePropertiesTO extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Identifier |
creditTermsId |
(package private) Calendar |
issueDate |
(package private) DocumentOutputFormat |
outputFormat |
(package private) Identifier |
recipientsLocationId |
(package private) Identifier |
templateId |
| Constructor and Description |
|---|
InvoicePropertiesTO() |
InvoicePropertiesTO(Calendar issueDate,
Identifier templateId,
Identifier recipientsLocationId,
DocumentOutputFormat outputFormat) |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getCreditTermsId() |
Calendar |
getIssueDate() |
DocumentOutputFormat |
getOutputFormat() |
Identifier |
getRecipientsLocationId() |
Identifier |
getTemplateId() |
void |
setCreditTermsId(Identifier creditTermsId) |
void |
setIssueDate(Calendar issueDate) |
void |
setOutputFormat(DocumentOutputFormat outputFormat) |
void |
setRecipientsLocationId(Identifier recipientsLocationId) |
void |
setTemplateId(Identifier templateId) |
Calendar issueDate
Identifier templateId
Identifier recipientsLocationId
DocumentOutputFormat outputFormat
Identifier creditTermsId
public InvoicePropertiesTO()
public InvoicePropertiesTO(Calendar issueDate, Identifier templateId, Identifier recipientsLocationId, DocumentOutputFormat outputFormat)
public Calendar getIssueDate()
public void setIssueDate(Calendar issueDate)
public Identifier getTemplateId()
public void setTemplateId(Identifier templateId)
public Identifier getRecipientsLocationId()
public void setRecipientsLocationId(Identifier recipientsLocationId)
public DocumentOutputFormat getOutputFormat()
public void setOutputFormat(DocumentOutputFormat outputFormat)
public Identifier getCreditTermsId()
public void setCreditTermsId(Identifier creditTermsId)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.