Class FileRawData_Base

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

    public abstract class FileRawData_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 FileRawData_Base()  
    • Constructor Detail

      • FileRawData_Base

        protected FileRawData_Base()
    • Method Detail

      • getRelationFileRawDatas

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.io.domain.FileSupport,​org.fenixedu.bennu.io.domain.FileRawData> getRelationFileRawDatas()
      • getContentKey

        protected String getContentKey()
      • setContentKey

        protected void setContentKey​(String contentKey)
      • getContent

        protected byte[] getContent()
      • setContent

        protected void setContent​(byte[] content)
      • getFileSupport

        protected org.fenixedu.bennu.io.domain.FileSupport getFileSupport()
      • setFileSupport

        protected void setFileSupport​(org.fenixedu.bennu.io.domain.FileSupport fileSupport)