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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected byte[]
     
    protected String
     
    protected org.fenixedu.bennu.core.domain.UserProfile
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.Avatar>
     
    protected void
    setData(byte[] data)
     
    protected void
    setMimeType(String mimeType)
     
    protected void
    setProfile(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      protected String getMimeType()
    • setMimeType

      protected void setMimeType(String mimeType)
    • getProfile

      protected org.fenixedu.bennu.core.domain.UserProfile getProfile()
    • setProfile

      protected void setProfile(org.fenixedu.bennu.core.domain.UserProfile profile)