Interface ProfileEdit
- All Superinterfaces:
BaseEdit
,BaseForm
,BaseSpec
,BirthdayFormatSpec
,GenderSpec
,IconSpec
- All Known Subinterfaces:
CreateProfileForm
-
Method Summary
Modifier and TypeMethodDescriptiongetBio()
void
void
setBioMimeTypeName
(String bioMimeTypeName) void
setBirthday
(String birthday) void
setHobbies
(String hobbies) void
setLocation
(String location) void
setNickname
(String nickname) void
setOccupation
(String occupation) void
setPronouns
(String pronouns) void
setPronunciation
(String pronunciation) void
setSignature
(String signature) void
setSignatureMimeTypeName
(String signatureMimeTypeName) 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.party.common.spec.BirthdayFormatSpec
getBirthdayFormatName, setBirthdayFormatName
Methods inherited from interface com.echothree.control.user.party.common.spec.GenderSpec
getGenderName, setGenderName
Methods inherited from interface com.echothree.control.user.icon.common.spec.IconSpec
getIconName, setIconName
-
Method Details
-
getNickname
-
setNickname
-
getPronunciation
-
setPronunciation
-
getPronouns
-
setPronouns
-
getBirthday
-
setBirthday
-
getOccupation
-
setOccupation
-
getHobbies
-
setHobbies
-
getLocation
-
setLocation
-
getBioMimeTypeName
-
setBioMimeTypeName
-
getBio
-
setBio
-
getSignatureMimeTypeName
-
setSignatureMimeTypeName
-
getSignature
-
setSignature
-