Package org.fenixedu.academic.domain
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDone()org.joda.time.DateTimeorg.joda.time.DateTimeorg.fenixedu.academic.domain.Personstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.QueueJob> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.QueueJob> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.QueueJob> org.joda.time.DateTimeorg.fenixedu.bennu.core.domain.Bennuorg.fenixedu.bennu.core.domain.BennuvoidvoidsetFailedCounter(Integer failedCounter) voidsetJobEndTime(org.joda.time.DateTime jobEndTime) voidsetJobStartTime(org.joda.time.DateTime jobStartTime) voidsetPerson(org.fenixedu.academic.domain.Person person) voidsetRequestDate(org.joda.time.DateTime requestDate) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetRootDomainObjectQueueUndone(org.fenixedu.bennu.core.domain.Bennu rootDomainObjectQueueUndone) Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
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
-
setDone
-
getFailedCounter
-
setFailedCounter
-
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)
-