Class Profile
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.party.server.entity.Profile
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionProfile()Creates a new instance of ProfileProfile(ProfileValue value, EntityPermission entityPermission) Creates a new instance of Profile -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBio()booleangetBioMimeType(EntityPermission entityPermission) booleangetBirthdayFormat(EntityPermission entityPermission) booleanbooleanbooleangetGender(EntityPermission entityPermission) booleanbooleangetIcon()getIcon(EntityPermission entityPermission) booleanbooleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) booleanbooleanbooleanbooleangetSignatureMimeType(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetBioMimeType(MimeType entity) voidsetBioMimeTypePK(MimeTypePK bioMimeTypePK) voidsetBirthday(Integer birthday) voidsetBirthdayFormat(BirthdayFormat entity) voidsetBirthdayFormatPK(BirthdayFormatPK birthdayFormatPK) voidsetFromTime(Long fromTime) voidvoidsetGenderPK(GenderPK genderPK) voidsetHobbies(String hobbies) voidvoidvoidsetLocation(String location) voidsetNickname(String nickname) voidsetOccupation(String occupation) voidvoidsetPartyPK(PartyPK partyPK) voidsetProfileValue(ProfileValue value) voidsetPronouns(String pronouns) voidsetPronunciation(String pronunciation) voidsetSignature(String signature) voidsetSignatureMimeType(MimeType entity) voidsetSignatureMimeTypePK(MimeTypePK signatureMimeTypePK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
Profile
Creates a new instance of Profile- Throws:
PersistenceException
-
Profile
Creates a new instance of Profile
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getProfileValue
-
setProfileValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(@Nonnull PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getNickname
-
setNickname
public void setNickname(@Nullable String nickname) throws PersistenceNotNullException, PersistenceReadOnlyException -
getNicknameHasBeenModified
-
getIconPK
-
getIcon
-
getIcon
-
getIconForUpdate
-
setIconPK
public void setIconPK(@Nullable IconPK iconPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIcon
-
getIconPKHasBeenModified
-
getPronunciation
-
setPronunciation
public void setPronunciation(@Nullable String pronunciation) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPronunciationHasBeenModified
-
getGenderPK
-
getGender
-
getGender
-
getGenderForUpdate
-
setGenderPK
public void setGenderPK(@Nullable GenderPK genderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGender
-
getGenderPKHasBeenModified
-
getPronouns
-
setPronouns
public void setPronouns(@Nullable String pronouns) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPronounsHasBeenModified
-
getBirthday
-
setBirthday
public void setBirthday(@Nullable Integer birthday) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBirthdayHasBeenModified
-
getBirthdayFormatPK
-
getBirthdayFormat
-
getBirthdayFormat
-
getBirthdayFormatForUpdate
-
setBirthdayFormatPK
public void setBirthdayFormatPK(@Nonnull BirthdayFormatPK birthdayFormatPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBirthdayFormat
-
getBirthdayFormatPKHasBeenModified
-
getOccupation
-
setOccupation
public void setOccupation(@Nullable String occupation) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOccupationHasBeenModified
-
getHobbies
-
setHobbies
public void setHobbies(@Nullable String hobbies) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHobbiesHasBeenModified
-
getLocation
-
setLocation
public void setLocation(@Nullable String location) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLocationHasBeenModified
-
getBioMimeTypePK
-
getBioMimeType
-
getBioMimeType
-
getBioMimeTypeForUpdate
-
setBioMimeTypePK
public void setBioMimeTypePK(@Nullable MimeTypePK bioMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBioMimeType
-
getBioMimeTypePKHasBeenModified
-
getBio
-
setBio
public void setBio(@Nullable String bio) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBioHasBeenModified
-
getSignatureMimeTypePK
-
getSignatureMimeType
-
getSignatureMimeType
-
getSignatureMimeTypeForUpdate
-
setSignatureMimeTypePK
public void setSignatureMimeTypePK(@Nullable MimeTypePK signatureMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSignatureMimeType
-
getSignatureMimeTypePKHasBeenModified
-
getSignature
-
setSignature
public void setSignature(@Nullable String signature) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSignatureHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-