Class QueueJobResultFile_Base

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

public abstract class QueueJobResultFile_Base extends org.fenixedu.bennu.io.domain.GenericFile
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Field Summary

    Fields inherited from class org.fenixedu.bennu.io.domain.GenericFile

    advice$updateFileStorage
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.fenixedu.academic.domain.QueueJobWithFile
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.QueueJobWithFile,org.fenixedu.academic.domain.QueueJobResultFile>
     
    void
    setJob(org.fenixedu.academic.domain.QueueJobWithFile job)
     

    Methods inherited from class org.fenixedu.bennu.io.domain.GenericFile

    convertFileStorages, delete, detectContentType, ensureChecksum, getChecksum, getChecksumAlgorithm, getContent, getContentKey, getContentType, getCreationDate, getFiles, getFileStorage, getSize, getStream, guessContentType, init, init, init, isAccessible, isPrivate, setFilename

    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

    • QueueJobResultFile_Base

      protected QueueJobResultFile_Base()
  • Method Details

    • getRelationQueueJobWithFileResult

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.QueueJobWithFile,org.fenixedu.academic.domain.QueueJobResultFile> getRelationQueueJobWithFileResult()
    • getJob

      public org.fenixedu.academic.domain.QueueJobWithFile getJob()
    • setJob

      public void setJob(org.fenixedu.academic.domain.QueueJobWithFile job)