Class OccupationStateInstant_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.spaces.domain.occupation.requests.OccupationStateInstant_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class OccupationStateInstant_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
    org.joda.time.DateTime
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.occupation.requests.OccupationStateInstant,org.fenixedu.spaces.domain.occupation.requests.OccupationRequest>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.spaces.domain.occupation.requests.OccupationStateInstant>
     
    org.fenixedu.spaces.domain.occupation.requests.OccupationRequest
     
    org.fenixedu.spaces.domain.occupation.requests.OccupationRequestState
     
    org.fenixedu.bennu.core.domain.Bennu
     
    void
    setInstant(org.joda.time.DateTime instant)
     
    void
    setRequest(org.fenixedu.spaces.domain.occupation.requests.OccupationRequest request)
     
    void
    setRequestState(org.fenixedu.spaces.domain.occupation.requests.OccupationRequestState requestState)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     

    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

    • OccupationStateInstant_Base

      protected OccupationStateInstant_Base()
  • Method Details

    • getRelationRootDomainObjectOccupationStateInstant

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.spaces.domain.occupation.requests.OccupationStateInstant> getRelationRootDomainObjectOccupationStateInstant()
    • getRelationOccupationRequestOccupationStateInstant

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.occupation.requests.OccupationStateInstant,org.fenixedu.spaces.domain.occupation.requests.OccupationRequest> getRelationOccupationRequestOccupationStateInstant()
    • getInstant

      public org.joda.time.DateTime getInstant()
    • setInstant

      public void setInstant(org.joda.time.DateTime instant)
    • getRequestState

      public org.fenixedu.spaces.domain.occupation.requests.OccupationRequestState getRequestState()
    • setRequestState

      public void setRequestState(org.fenixedu.spaces.domain.occupation.requests.OccupationRequestState requestState)
    • getRootDomainObject

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

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

      public org.fenixedu.spaces.domain.occupation.requests.OccupationRequest getRequest()
    • setRequest

      public void setRequest(org.fenixedu.spaces.domain.occupation.requests.OccupationRequest request)