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 -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTimestatic 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.OccupationRequestorg.fenixedu.spaces.domain.occupation.requests.OccupationRequestStateorg.fenixedu.bennu.core.domain.BennuvoidsetInstant(org.joda.time.DateTime instant) voidsetRequest(org.fenixedu.spaces.domain.occupation.requests.OccupationRequest request) voidsetRequestState(org.fenixedu.spaces.domain.occupation.requests.OccupationRequestState requestState) voidsetRootDomainObject(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
-
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)
-