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 TypeMethodDescriptionvoid
clone()
boolean
getBio()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setBioMimeTypePK
(MimeTypePK bioMimeTypePK) void
setBirthday
(Integer birthday) void
setBirthdayFormatPK
(BirthdayFormatPK birthdayFormatPK) void
setFromTime
(Long fromTime) void
setGenderPK
(GenderPK genderPK) void
setHobbies
(String hobbies) void
void
setLocation
(String location) void
setNickname
(String nickname) void
setOccupation
(String occupation) void
setPartyPK
(PartyPK partyPK) void
setPronouns
(String pronouns) void
setPronunciation
(String pronunciation) void
setSignature
(String signature) void
setSignatureMimeTypePK
(MimeTypePK signatureMimeTypePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ProfilePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ProfilePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ProfilePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-