public class GLTransactionSummary extends Object
Constructor and Description |
---|
GLTransactionSummary() |
Modifier and Type | Method and Description |
---|---|
BatchKey |
getBatchKey() |
CurrencyKey |
getCurrencyKey() |
GLTransactionKey |
getKey() |
GLLedgerType |
getLedgerType() |
Calendar |
getModifiedDate() |
String |
getReference() |
SourceDocumentKey |
getSourceDocumentKey() |
GLTransactionState |
getTransactionState() |
void |
setBatchKey(BatchKey value) |
void |
setCurrencyKey(CurrencyKey value) |
void |
setKey(GLTransactionKey value) |
void |
setLedgerType(GLLedgerType value) |
void |
setModifiedDate(Calendar value) |
void |
setReference(String value) |
void |
setSourceDocumentKey(SourceDocumentKey value) |
void |
setTransactionState(GLTransactionState value) |
public BatchKey getBatchKey()
public void setBatchKey(BatchKey value)
public CurrencyKey getCurrencyKey()
public void setCurrencyKey(CurrencyKey value)
public GLTransactionKey getKey()
public void setKey(GLTransactionKey value)
public GLLedgerType getLedgerType()
public void setLedgerType(GLLedgerType value)
public Calendar getModifiedDate()
public void setModifiedDate(Calendar value)
public String getReference()
public void setReference(String value)
public SourceDocumentKey getSourceDocumentKey()
public void setSourceDocumentKey(SourceDocumentKey value)
public GLTransactionState getTransactionState()
public void setTransactionState(GLTransactionState value)
Copyright © 2010–2016. All rights reserved.