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) getBioMimeType(Session session) getBioMimeType(Session session, EntityPermission entityPermission) getBioMimeTypeForUpdate(Session session) booleangetBirthdayFormat(EntityPermission entityPermission) getBirthdayFormat(Session session) getBirthdayFormat(Session session, EntityPermission entityPermission) getBirthdayFormatForUpdate(Session session) booleanbooleanbooleangetGender(EntityPermission entityPermission) getGender(Session session, EntityPermission entityPermission) getGenderForUpdate(Session session) booleanbooleangetIcon()getIcon(EntityPermission entityPermission) getIcon(Session session, EntityPermission entityPermission) getIconForUpdate(Session session) booleanbooleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleanbooleanbooleangetSignatureMimeType(EntityPermission entityPermission) getSignatureMimeType(Session session) getSignatureMimeType(Session session, EntityPermission entityPermission) getSignatureMimeTypeForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetBioMimeType(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) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getProfileValue
-
setProfileValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getNickname
-
setNickname
public void setNickname(String nickname) throws PersistenceNotNullException, PersistenceReadOnlyException -
getNicknameHasBeenModified
-
getIconPK
-
getIcon
-
getIcon
-
getIcon
-
getIcon
-
getIconForUpdate
-
getIconForUpdate
-
setIconPK
public void setIconPK(IconPK iconPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIcon
-
getIconPKHasBeenModified
-
getPronunciation
-
setPronunciation
public void setPronunciation(String pronunciation) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPronunciationHasBeenModified
-
getGenderPK
-
getGender
-
getGender
-
getGender
-
getGender
-
getGenderForUpdate
-
getGenderForUpdate
-
setGenderPK
public void setGenderPK(GenderPK genderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGender
-
getGenderPKHasBeenModified
-
getPronouns
-
setPronouns
public void setPronouns(String pronouns) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPronounsHasBeenModified
-
getBirthday
-
setBirthday
public void setBirthday(Integer birthday) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBirthdayHasBeenModified
-
getBirthdayFormatPK
-
getBirthdayFormat
-
getBirthdayFormat
-
getBirthdayFormat
-
getBirthdayFormat
-
getBirthdayFormatForUpdate
-
getBirthdayFormatForUpdate
-
setBirthdayFormatPK
public void setBirthdayFormatPK(BirthdayFormatPK birthdayFormatPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBirthdayFormat
-
getBirthdayFormatPKHasBeenModified
-
getOccupation
-
setOccupation
public void setOccupation(String occupation) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOccupationHasBeenModified
-
getHobbies
-
setHobbies
public void setHobbies(String hobbies) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHobbiesHasBeenModified
-
getLocation
-
setLocation
public void setLocation(String location) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLocationHasBeenModified
-
getBioMimeTypePK
-
getBioMimeType
-
getBioMimeType
-
getBioMimeType
-
getBioMimeType
-
getBioMimeTypeForUpdate
-
getBioMimeTypeForUpdate
-
setBioMimeTypePK
public void setBioMimeTypePK(MimeTypePK bioMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBioMimeType
-
getBioMimeTypePKHasBeenModified
-
getBio
-
setBio
-
getBioHasBeenModified
-
getSignatureMimeTypePK
-
getSignatureMimeType
-
getSignatureMimeType
-
getSignatureMimeType
-
getSignatureMimeType
-
getSignatureMimeTypeForUpdate
-
getSignatureMimeTypeForUpdate
-
setSignatureMimeTypePK
public void setSignatureMimeTypePK(MimeTypePK signatureMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSignatureMimeType
-
getSignatureMimeTypePKHasBeenModified
-
getSignature
-
setSignature
public void setSignature(String signature) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSignatureHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-