Class ProfileTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.party.common.transfer.ProfileTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProfileTransfer(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 -
Method Summary
Modifier and TypeMethodDescriptiongetBio()Returns the bio.Returns the bioMimeType.Returns the birthday.Returns the birthdayFormat.Returns the gender.Returns the hobbies.getIcon()Returns the icon.Returns the location.Returns the nickname.Returns the occupation.Returns the pronouns.Returns the pronunciation.Returns the signature.Returns the signatureMimeType.Returns the unformattedBirthday.voidSets the bio.voidsetBioMimeType(MimeTypeTransfer bioMimeType) Sets the bioMimeType.voidsetBirthday(String birthday) Sets the birthday.voidsetBirthdayFormat(BirthdayFormatTransfer birthdayFormat) Sets the birthdayFormat.voidsetGender(GenderTransfer gender) Sets the gender.voidsetHobbies(String hobbies) Sets the hobbies.voidsetIcon(IconTransfer icon) Sets the icon.voidsetLocation(String location) Sets the location.voidsetNickname(String nickname) Sets the nickname.voidsetOccupation(String occupation) Sets the occupation.voidsetPronouns(String pronouns) Sets the pronouns.voidsetPronunciation(String pronunciation) Sets the pronunciation.voidsetSignature(String signature) Sets the signature.voidsetSignatureMimeType(MimeTypeTransfer signatureMimeType) Sets the signatureMimeType.voidsetUnformattedBirthday(Integer unformattedBirthday) Sets the unformattedBirthday.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
ProfileTransfer
public ProfileTransfer(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
-
-
Method Details
-
getNickname
Returns the nickname.- Returns:
- the nickname
-
setNickname
Sets the nickname.- Parameters:
nickname- the nickname to set
-
getIcon
Returns the icon.- Returns:
- the icon
-
setIcon
Sets the icon.- Parameters:
icon- the icon to set
-
getPronunciation
Returns the pronunciation.- Returns:
- the pronunciation
-
setPronunciation
Sets the pronunciation.- Parameters:
pronunciation- the pronunciation to set
-
getGender
Returns the gender.- Returns:
- the gender
-
setGender
Sets the gender.- Parameters:
gender- the gender to set
-
getPronouns
Returns the pronouns.- Returns:
- the pronouns
-
setPronouns
Sets the pronouns.- Parameters:
pronouns- the pronouns to set
-
getBirthday
Returns the birthday.- Returns:
- the birthday
-
setBirthday
Sets the birthday.- Parameters:
birthday- the birthday to set
-
getUnformattedBirthday
Returns the unformattedBirthday.- Returns:
- the unformattedBirthday
-
setUnformattedBirthday
Sets the unformattedBirthday.- Parameters:
unformattedBirthday- the unformattedBirthday to set
-
getBirthdayFormat
Returns the birthdayFormat.- Returns:
- the birthdayFormat
-
setBirthdayFormat
Sets the birthdayFormat.- Parameters:
birthdayFormat- the birthdayFormat to set
-
getOccupation
Returns the occupation.- Returns:
- the occupation
-
setOccupation
Sets the occupation.- Parameters:
occupation- the occupation to set
-
getHobbies
Returns the hobbies.- Returns:
- the hobbies
-
setHobbies
Sets the hobbies.- Parameters:
hobbies- the hobbies to set
-
getLocation
Returns the location.- Returns:
- the location
-
setLocation
Sets the location.- Parameters:
location- the location to set
-
getBioMimeType
Returns the bioMimeType.- Returns:
- the bioMimeType
-
setBioMimeType
Sets the bioMimeType.- Parameters:
bioMimeType- the bioMimeType to set
-
getBio
Returns the bio.- Returns:
- the bio
-
setBio
Sets the bio.- Parameters:
bio- the bio to set
-
getSignatureMimeType
Returns the signatureMimeType.- Returns:
- the signatureMimeType
-
setSignatureMimeType
Sets the signatureMimeType.- Parameters:
signatureMimeType- the signatureMimeType to set
-
getSignature
Returns the signature.- Returns:
- the signature
-
setSignature
Sets the signature.- Parameters:
signature- the signature to set
-