Interface TermEdit
- All Superinterfaces:
BaseEdit
,BaseForm
,BaseSpec
,TermDescriptionEdit
,TermSpec
- All Known Subinterfaces:
CreateTermForm
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDiscountBeforeDayOfMonth
(String discountBeforeDayOfMonth) void
setDiscountDays
(String discountDays) void
setDiscountPercentage
(String discountPercentage) void
setDueNextMonthDays
(String dueNextMonthDays) void
setIsDefault
(String isDefault) void
setNetDueDayOfMonth
(String netDueDayOfMonth) void
setNetDueDays
(String netDueDays) void
setSortOrder
(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, toString
Methods inherited from interface com.echothree.control.user.term.common.edit.TermDescriptionEdit
getDescription, setDescription
Methods 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
-