Class OccupationComment_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.spaces.domain.occupation.requests.OccupationComment_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class OccupationComment_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.DateTimeorg.fenixedu.bennu.core.domain.UsergetOwner()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,org.fenixedu.spaces.domain.occupation.requests.OccupationComment> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.occupation.requests.OccupationRequest,org.fenixedu.spaces.domain.occupation.requests.OccupationComment> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.spaces.domain.occupation.requests.OccupationComment> org.fenixedu.spaces.domain.occupation.requests.OccupationRequestorg.fenixedu.bennu.core.domain.BennuvoidsetDescription(String description) voidsetInstant(org.joda.time.DateTime instant) voidsetOwner(org.fenixedu.bennu.core.domain.User owner) voidsetRequest(org.fenixedu.spaces.domain.occupation.requests.OccupationRequest request) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetSubject(String subject) 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
-
OccupationComment_Base
protected OccupationComment_Base()
-
-
Method Details
-
getRelationRootDomainObjectOccupationComment
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.spaces.domain.occupation.requests.OccupationComment> getRelationRootDomainObjectOccupationComment() -
getRelationOccupationRequestOccupationComment
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.occupation.requests.OccupationRequest,org.fenixedu.spaces.domain.occupation.requests.OccupationComment> getRelationOccupationRequestOccupationComment() -
getRelationOccupationCommentPerson
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,org.fenixedu.spaces.domain.occupation.requests.OccupationComment> getRelationOccupationCommentPerson() -
getDescription
-
setDescription
-
getInstant
public org.joda.time.DateTime getInstant() -
setInstant
public void setInstant(org.joda.time.DateTime instant) -
getSubject
-
setSubject
-
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) -
getOwner
public org.fenixedu.bennu.core.domain.User getOwner() -
setOwner
public void setOwner(org.fenixedu.bennu.core.domain.User owner)
-