public interface CsvOrderBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Gets the comment.
|
java.lang.String |
getIsin()
Gets the isin.
|
com.opencsv.bean.MappingStrategy<CsvOrderBean> |
getMappingStrategy()
Get the mapping strategy. can be Null if not needed
|
java.lang.String |
getName()
Gets the name.
|
java.math.BigDecimal |
getNominal()
Gets the nominal.
|
Order |
getOrder()
Gets a new order object
|
java.lang.String |
getOrderCurrency()
Gets the order currency.
|
java.util.Date |
getOrderDate()
Gets the order date.
|
java.lang.String |
getOrderNumber()
Get the number of the oder
|
java.math.BigDecimal |
getOrderPrice()
Gets the order price.
|
char |
getSeparator()
Gets the separator to use
|
int |
getSkipLines()
Gets the number of lines to skip
|
boolean |
isReading(java.io.BufferedReader csvExport)
Checks if a given file can be read by this CsvOrderBean
|
void |
setOrderNumber(java.lang.String orderNumber)
Set the order number
|
java.lang.String getComment()
java.lang.String getIsin()
com.opencsv.bean.MappingStrategy<CsvOrderBean> getMappingStrategy()
java.lang.String getName()
java.math.BigDecimal getNominal()
Order getOrder() throws OrderValueMissing
OrderValueMissing
java.lang.String getOrderCurrency()
java.util.Date getOrderDate()
java.lang.String getOrderNumber()
java.math.BigDecimal getOrderPrice()
char getSeparator()
int getSkipLines()
boolean isReading(java.io.BufferedReader csvExport)
csvExport
- the file to be checkedvoid setOrderNumber(java.lang.String orderNumber)
orderNumber
-