Uses of Class
com.echothree.model.control.party.common.transfer.GenderTransfer
Packages that use GenderTransfer
Package
Description
-
Uses of GenderTransfer in com.echothree.control.user.party.common.result
Methods in com.echothree.control.user.party.common.result that return GenderTransferModifier and TypeMethodDescriptionEditGenderResult.getGender()
GetGenderDescriptionsResult.getGender()
GetGenderResult.getGender()
Methods in com.echothree.control.user.party.common.result that return types with arguments of type GenderTransferMethods in com.echothree.control.user.party.common.result with parameters of type GenderTransferModifier and TypeMethodDescriptionvoid
EditGenderResult.setGender
(GenderTransfer gender) void
GetGenderDescriptionsResult.setGender
(GenderTransfer gender) void
GetGenderResult.setGender
(GenderTransfer gender) Method parameters in com.echothree.control.user.party.common.result with type arguments of type GenderTransfer -
Uses of GenderTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return GenderTransferModifier and TypeMethodDescriptionGenderDescriptionTransfer.getGender()
ProfileTransfer.getGender()
Returns the gender.Methods in com.echothree.model.control.party.common.transfer with parameters of type GenderTransferModifier and TypeMethodDescriptionvoid
GenderDescriptionTransfer.setGender
(GenderTransfer gender) void
ProfileTransfer.setGender
(GenderTransfer gender) Sets the gender.Constructors in com.echothree.model.control.party.common.transfer with parameters of type GenderTransferModifierConstructorDescriptionGenderDescriptionTransfer
(LanguageTransfer language, GenderTransfer gender, String description) Creates a new instance of GenderDescriptionTransferProfileTransfer
(String nickname, IconTransfer icon, String pronunciation, GenderTransfer gender, String pronouns, String birthday, Integer unformattedBirthday, BirthdayFormatTransfer birthdayFormat, String occupation, String hobbies, String location, MimeTypeTransfer bioMimeType, String bio, MimeTypeTransfer signatureMimeType, String signature) Creates a new instance of ProfileTransfer -
Uses of GenderTransfer in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return GenderTransferModifier and TypeMethodDescriptionPartyControl.getGenderTransfer
(UserVisit userVisit, Gender gender) Methods in com.echothree.model.control.party.server.control that return types with arguments of type GenderTransfer -
Uses of GenderTransfer in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer that return GenderTransfer