Class ProfileValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ProfilePK>
com.echothree.model.data.party.server.value.ProfileValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionProfileValue(PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) Creates a new instance of ProfileValueProfileValue(ProfilePK profilePK, PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) Creates a new instance of ProfileValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetBio()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetBioMimeTypePK(MimeTypePK bioMimeTypePK) voidsetBirthday(Integer birthday) voidsetBirthdayFormatPK(BirthdayFormatPK birthdayFormatPK) voidsetFromTime(Long fromTime) voidsetGenderPK(GenderPK genderPK) voidsetHobbies(String hobbies) voidvoidsetLocation(String location) voidsetNickname(String nickname) voidsetOccupation(String occupation) voidsetPartyPK(PartyPK partyPK) voidsetPronouns(String pronouns) voidsetPronunciation(String pronunciation) voidsetSignature(String signature) voidsetSignatureMimeTypePK(MimeTypePK signatureMimeTypePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ProfileValue
public ProfileValue(ProfilePK profilePK, PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ProfileValue- Throws:
PersistenceNotNullException
-
ProfileValue
public ProfileValue(PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ProfileValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ProfilePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ProfilePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ProfilePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ProfilePK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getNickname
-
setNickname
-
getNicknameHasBeenModified
-
getIconPK
-
setIconPK
-
getIconPKHasBeenModified
-
getPronunciation
-
setPronunciation
-
getPronunciationHasBeenModified
-
getGenderPK
-
setGenderPK
-
getGenderPKHasBeenModified
-
getPronouns
-
setPronouns
-
getPronounsHasBeenModified
-
getBirthday
-
setBirthday
-
getBirthdayHasBeenModified
-
getBirthdayFormatPK
-
setBirthdayFormatPK
public void setBirthdayFormatPK(BirthdayFormatPK birthdayFormatPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBirthdayFormatPKHasBeenModified
-
getOccupation
-
setOccupation
-
getOccupationHasBeenModified
-
getHobbies
-
setHobbies
-
getHobbiesHasBeenModified
-
getLocation
-
setLocation
-
getLocationHasBeenModified
-
getBioMimeTypePK
-
setBioMimeTypePK
-
getBioMimeTypePKHasBeenModified
-
getBio
-
setBio
-
getBioHasBeenModified
-
getSignatureMimeTypePK
-
setSignatureMimeTypePK
-
getSignatureMimeTypePKHasBeenModified
-
getSignature
-
setSignature
-
getSignatureHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-