Class Avatar_Base

  • All Implemented Interfaces:
    Serializable, pt.ist.fenixframework.DomainObject

    public abstract class Avatar_Base
    extends pt.ist.fenixframework.core.AbstractDomainObject
    See Also:
    Serialized Form
    • 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 Avatar_Base()  
    • Constructor Detail

      • Avatar_Base

        protected Avatar_Base()
    • Method Detail

      • 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)