Interface TermEdit
- All Superinterfaces:
BaseEdit,BaseForm,BaseSpec,TermDescriptionEdit,TermSpec
- All Known Subinterfaces:
CreateTermForm
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDiscountBeforeDayOfMonth(String discountBeforeDayOfMonth) voidsetDiscountDays(String discountDays) voidsetDiscountPercentage(String discountPercentage) voidsetDueNextMonthDays(String dueNextMonthDays) voidsetIsDefault(String isDefault) voidsetNetDueDayOfMonth(String netDueDayOfMonth) voidsetNetDueDays(String netDueDays) voidsetSortOrder(String sortOrder) Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toStringMethods inherited from interface com.echothree.control.user.term.common.edit.TermDescriptionEdit
getDescription, setDescriptionMethods inherited from interface com.echothree.control.user.term.common.spec.TermSpec
getTermName, setTermName
-
Method Details
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getNetDueDays
-
setNetDueDays
-
getDiscountPercentage
-
setDiscountPercentage
-
getDiscountDays
-
setDiscountDays
-
getNetDueDayOfMonth
-
setNetDueDayOfMonth
-
getDueNextMonthDays
-
setDueNextMonthDays
-
getDiscountBeforeDayOfMonth
-
setDiscountBeforeDayOfMonth
-