Interface SecurityRoleGroupEdit
- All Superinterfaces:
BaseEdit
,BaseForm
,BaseSpec
,SecurityRoleGroupDescriptionEdit
,SecurityRoleGroupSpec
- All Known Subinterfaces:
CreateSecurityRoleGroupForm
public interface SecurityRoleGroupEdit
extends SecurityRoleGroupSpec, SecurityRoleGroupDescriptionEdit
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setIsDefault
(String isDefault) void
setParentSecurityRoleGroupName
(String parentSecurityRoleGroupName) 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.security.common.edit.SecurityRoleGroupDescriptionEdit
getDescription, setDescription
Methods inherited from interface com.echothree.control.user.security.common.spec.SecurityRoleGroupSpec
getSecurityRoleGroupName, setSecurityRoleGroupName
-
Method Details
-
getParentSecurityRoleGroupName
-
setParentSecurityRoleGroupName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-