public class Batch extends BusinessObject
Constructor and Description |
---|
Batch() |
Modifier and Type | Method and Description |
---|---|
BankAccountKey |
getBankAccountKey() |
String |
getComment() |
Integer |
getControlNumberOfTransactions() |
MoneyAmount |
getControlTotal() |
CurrencyKey |
getCurrencyKey() |
PostingFrequency |
getFrequency() |
Calendar |
getGeneralLedgerPostedDate() |
BatchKey |
getKey() |
Integer |
getNumberOfPostings() |
Integer |
getNumberOfTransactions() |
Calendar |
getRecurringLastPostedDate() |
MoneyAmount |
getTotal() |
WorkflowPriority |
getWorkflowPriority() |
void |
setBankAccountKey(BankAccountKey value) |
void |
setComment(String value) |
void |
setControlNumberOfTransactions(Integer value) |
void |
setControlTotal(MoneyAmount value) |
void |
setCurrencyKey(CurrencyKey value) |
void |
setFrequency(PostingFrequency value) |
void |
setGeneralLedgerPostedDate(Calendar value) |
void |
setKey(BatchKey value) |
void |
setNumberOfPostings(Integer value) |
void |
setNumberOfTransactions(Integer value) |
void |
setRecurringLastPostedDate(Calendar value) |
void |
setTotal(MoneyAmount value) |
void |
setWorkflowPriority(WorkflowPriority value) |
public BankAccountKey getBankAccountKey()
public void setBankAccountKey(BankAccountKey value)
public String getComment()
public void setComment(String value)
public Integer getControlNumberOfTransactions()
public void setControlNumberOfTransactions(Integer value)
public MoneyAmount getControlTotal()
public void setControlTotal(MoneyAmount value)
public CurrencyKey getCurrencyKey()
public void setCurrencyKey(CurrencyKey value)
public PostingFrequency getFrequency()
public void setFrequency(PostingFrequency value)
public Calendar getGeneralLedgerPostedDate()
public void setGeneralLedgerPostedDate(Calendar value)
public BatchKey getKey()
public void setKey(BatchKey value)
public Integer getNumberOfPostings()
public void setNumberOfPostings(Integer value)
public Integer getNumberOfTransactions()
public void setNumberOfTransactions(Integer value)
public Calendar getRecurringLastPostedDate()
public void setRecurringLastPostedDate(Calendar value)
public MoneyAmount getTotal()
public void setTotal(MoneyAmount value)
public WorkflowPriority getWorkflowPriority()
public void setWorkflowPriority(WorkflowPriority value)
Copyright © 2010–2016. All rights reserved.