Interface ItemAccountingCategoryEdit
- All Superinterfaces:
BaseEdit,BaseForm,BaseSpec,ItemAccountingCategoryDescriptionEdit,ItemAccountingCategorySpec
- All Known Subinterfaces:
CreateItemAccountingCategoryForm
public interface ItemAccountingCategoryEdit
extends ItemAccountingCategorySpec, ItemAccountingCategoryDescriptionEdit
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetIsDefault(String isDefault) voidsetParentItemAccountingCategoryName(String parentItemAccountingCategoryName) 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.accounting.common.edit.ItemAccountingCategoryDescriptionEdit
getDescription, setDescriptionMethods inherited from interface com.echothree.control.user.accounting.common.spec.ItemAccountingCategorySpec
getItemAccountingCategoryName, setItemAccountingCategoryName
-
Method Details
-
getParentItemAccountingCategoryName
-
setParentItemAccountingCategoryName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-