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.void
Sets the bio.void
setBioMimeType
(MimeTypeTransfer bioMimeType) Sets the bioMimeType.void
setBirthday
(String birthday) Sets the birthday.void
setBirthdayFormat
(BirthdayFormatTransfer birthdayFormat) Sets the birthdayFormat.void
setGender
(GenderTransfer gender) Sets the gender.void
setHobbies
(String hobbies) Sets the hobbies.void
setIcon
(IconTransfer icon) Sets the icon.void
setLocation
(String location) Sets the location.void
setNickname
(String nickname) Sets the nickname.void
setOccupation
(String occupation) Sets the occupation.void
setPronouns
(String pronouns) Sets the pronouns.void
setPronunciation
(String pronunciation) Sets the pronunciation.void
setSignature
(String signature) Sets the signature.void
setSignatureMimeType
(MimeTypeTransfer signatureMimeType) Sets the signatureMimeType.void
setUnformattedBirthday
(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
-