public abstract class Avatar_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
Avatar_Base() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
getData() |
protected String |
getMimeType() |
protected UserProfile |
getProfile() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<UserProfile,Avatar> |
getRelationUserProfileAvatar() |
protected void |
setData(byte[] data) |
protected void |
setMimeType(String mimeType) |
protected void |
setProfile(UserProfile profile) |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<UserProfile,Avatar> getRelationUserProfileAvatar()
protected byte[] getData()
protected void setData(byte[] data)
protected String getMimeType()
protected void setMimeType(String mimeType)
protected UserProfile getProfile()
protected void setProfile(UserProfile profile)
Copyright © 2018 FenixEdu. All rights reserved.