public interface SlipCommon extends CashDocument<SlipPosition>
| Modifier and Type | Method and Description |
|---|---|
String |
getApprovingPerson() |
String |
getCashReportReference() |
String |
getCreator() |
String |
getTotalAmountInWords() |
void |
setApprovingPerson(String text) |
void |
setCashReportReference(String text) |
void |
setCreator(String text) |
void |
setTotalAmountInWords(String totalAmountInWords) |
getAuthenticityText, getBuyer, getNumber, getSeller, getSellPlace, setAuthenticityText, setNumber, setSellPlaceString getTotalAmountInWords()
void setTotalAmountInWords(String totalAmountInWords)
String getCreator()
void setCreator(String text)
String getApprovingPerson()
void setApprovingPerson(String text)
String getCashReportReference()
void setCashReportReference(String text)
Copyright © 2015 Matsuo IT. All rights reserved.