Interface SetPasswordForm
- All Superinterfaces:
BaseForm
,BaseSpec
,CustomerSpec
,EmployeeSpec
,PartySpec
,VendorSpec
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setNewPassword1
(String newPassword1) void
setNewPassword2
(String newPassword2) void
setOldPassword
(String oldPassword) 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.customer.common.spec.CustomerSpec
getCustomerName, setCustomerName
Methods inherited from interface com.echothree.control.user.party.common.spec.EmployeeSpec
getEmployeeName, setEmployeeName
Methods inherited from interface com.echothree.control.user.party.common.spec.PartySpec
getPartyName, setPartyName
Methods inherited from interface com.echothree.control.user.vendor.common.spec.VendorSpec
getVendorName, setVendorName
-
Method Details
-
getOldPassword
-
setOldPassword
-
getNewPassword1
-
setNewPassword1
-
getNewPassword2
-
setNewPassword2
-