Class FileRawData_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.bennu.io.domain.FileRawData_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class FileRawData_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.io.domain.FileSupport
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.io.domain.FileSupport,org.fenixedu.bennu.io.domain.FileRawData>
     
    protected void
    setContent(byte[] content)
     
    protected void
    setContentKey(String contentKey)
     
    protected void
    setFileSupport(org.fenixedu.bennu.io.domain.FileSupport fileSupport)
     

    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

    • FileRawData_Base

      protected FileRawData_Base()
  • Method Details

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