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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.joda.time.DateTime
     
    org.fenixedu.bennu.core.domain.User
     
    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.OccupationRequest
     
    org.fenixedu.bennu.core.domain.Bennu
     
     
    void
    setDescription(String description)
     
    void
    setInstant(org.joda.time.DateTime instant)
     
    void
    setOwner(org.fenixedu.bennu.core.domain.User owner)
     
    void
    setRequest(org.fenixedu.spaces.domain.occupation.requests.OccupationRequest request)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
    setSubject(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getInstant

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

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

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • 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)