Class Occupation_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.spaces.domain.occupation.Occupation_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject
Direct Known Subclasses:
org.fenixedu.spaces.domain.occupation.Occupation

public abstract class Occupation_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
    protected void
    addSpace(org.fenixedu.spaces.domain.Space space)
     
    org.fenixedu.bennu.core.domain.Bennu
     
    org.fenixedu.spaces.domain.occupation.config.OccupationConfig
     
     
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.occupation.Occupation,org.fenixedu.bennu.core.domain.Bennu>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.occupation.requests.OccupationRequest,org.fenixedu.spaces.domain.occupation.Occupation>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.Space,org.fenixedu.spaces.domain.occupation.Occupation>
     
    org.fenixedu.spaces.domain.occupation.requests.OccupationRequest
     
    protected Set<org.fenixedu.spaces.domain.Space>
     
     
    protected void
    removeSpace(org.fenixedu.spaces.domain.Space space)
     
    void
    setBennu(org.fenixedu.bennu.core.domain.Bennu bennu)
     
    void
    setConfig(org.fenixedu.spaces.domain.occupation.config.OccupationConfig config)
     
    void
    setDescription(String description)
     
    void
    setEmails(String emails)
     
    void
    setRequest(org.fenixedu.spaces.domain.occupation.requests.OccupationRequest request)
     
    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

    • Occupation_Base

      protected Occupation_Base()
  • Method Details

    • getRelationBennuSpaceOccupation

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.occupation.Occupation,org.fenixedu.bennu.core.domain.Bennu> getRelationBennuSpaceOccupation()
    • getRelationOccupationRequestOccupations

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.occupation.requests.OccupationRequest,org.fenixedu.spaces.domain.occupation.Occupation> getRelationOccupationRequestOccupations()
    • getRelationSpaceOccupation

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.Space,org.fenixedu.spaces.domain.occupation.Occupation> getRelationSpaceOccupation()
    • getConfig

      public org.fenixedu.spaces.domain.occupation.config.OccupationConfig getConfig()
    • setConfig

      public void setConfig(org.fenixedu.spaces.domain.occupation.config.OccupationConfig config)
    • getEmails

      public String getEmails()
    • setEmails

      public void setEmails(String emails)
    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getBennu

      public org.fenixedu.bennu.core.domain.Bennu getBennu()
    • setBennu

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

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

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

      protected void addSpace(org.fenixedu.spaces.domain.Space space)
    • removeSpace

      protected void removeSpace(org.fenixedu.spaces.domain.Space space)
    • getSpaceSet

      protected Set<org.fenixedu.spaces.domain.Space> getSpaceSet()