Package org.fenixedu.bennu.core.domain
Class Avatar_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.bennu.core.domain.Avatar_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class Avatar_Base
extends pt.ist.fenixframework.core.AbstractDomainObject
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]getData()protected Stringprotected org.fenixedu.bennu.core.domain.UserProfilestatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.Avatar> protected voidsetData(byte[] data) protected voidsetMimeType(String mimeType) protected voidsetProfile(org.fenixedu.bennu.core.domain.UserProfile profile) Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
Avatar_Base
protected Avatar_Base()
-
-
Method Details
-
getRelationUserProfileAvatar
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.Avatar> getRelationUserProfileAvatar() -
getData
protected byte[] getData() -
setData
protected void setData(byte[] data) -
getMimeType
-
setMimeType
-
getProfile
protected org.fenixedu.bennu.core.domain.UserProfile getProfile() -
setProfile
protected void setProfile(org.fenixedu.bennu.core.domain.UserProfile profile)
-