Interface AllocationPriorityEdit
- All Superinterfaces:
AllocationPriorityDescriptionEdit
,AllocationPrioritySpec
,BaseEdit
,BaseForm
,BaseSpec
- All Known Subinterfaces:
CreateAllocationPriorityForm
public interface AllocationPriorityEdit
extends AllocationPrioritySpec, AllocationPriorityDescriptionEdit
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setIsDefault
(String isDefault) void
setPriority
(String priority) void
setSortOrder
(String sortOrder) Methods inherited from interface com.echothree.control.user.inventory.common.edit.AllocationPriorityDescriptionEdit
getDescription, setDescription
Methods inherited from interface com.echothree.control.user.inventory.common.spec.AllocationPrioritySpec
getAllocationPriorityName, setAllocationPriorityName
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
-
Method Details
-
getPriority
-
setPriority
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-