Class QueueJob_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.QueueJob_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject
Direct Known Subclasses:
org.fenixedu.academic.domain.QueueJob

public abstract class QueueJob_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Constructor Details

    • QueueJob_Base

      protected QueueJob_Base()
  • Method Details

    • getRelationQueueJobUndoneRootDomainObject

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.QueueJob> getRelationQueueJobUndoneRootDomainObject()
    • getRelationQueueJobRootDomainObject

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.QueueJob> getRelationQueueJobRootDomainObject()
    • getRelationQueueJobPerson

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.QueueJob> getRelationQueueJobPerson()
    • getDone

      public Boolean getDone()
    • setDone

      public void setDone(Boolean done)
    • getFailedCounter

      public Integer getFailedCounter()
    • setFailedCounter

      public void setFailedCounter(Integer failedCounter)
    • getRequestDate

      public org.joda.time.DateTime getRequestDate()
    • setRequestDate

      public void setRequestDate(org.joda.time.DateTime requestDate)
    • getJobStartTime

      public org.joda.time.DateTime getJobStartTime()
    • setJobStartTime

      public void setJobStartTime(org.joda.time.DateTime jobStartTime)
    • getJobEndTime

      public org.joda.time.DateTime getJobEndTime()
    • setJobEndTime

      public void setJobEndTime(org.joda.time.DateTime jobEndTime)
    • getRootDomainObjectQueueUndone

      public org.fenixedu.bennu.core.domain.Bennu getRootDomainObjectQueueUndone()
    • setRootDomainObjectQueueUndone

      public void setRootDomainObjectQueueUndone(org.fenixedu.bennu.core.domain.Bennu rootDomainObjectQueueUndone)
    • getRootDomainObject

      public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject()
    • setRootDomainObject

      public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
    • getPerson

      public org.fenixedu.academic.domain.Person getPerson()
    • setPerson

      public void setPerson(org.fenixedu.academic.domain.Person person)