Class TeacherCategory_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.TeacherCategory_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class TeacherCategory_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
    void
    addAuthorization(org.fenixedu.academic.domain.TeacherAuthorization authorization)
     
    Set<org.fenixedu.academic.domain.TeacherAuthorization>
     
     
    org.fenixedu.commons.i18n.LocalizedString
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.TeacherCategory,org.fenixedu.academic.domain.TeacherAuthorization>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.TeacherCategory,org.fenixedu.bennu.core.domain.Bennu>
     
    protected org.fenixedu.bennu.core.domain.Bennu
     
     
    void
    removeAuthorization(org.fenixedu.academic.domain.TeacherAuthorization authorization)
     
    void
     
    void
    setName(org.fenixedu.commons.i18n.LocalizedString name)
     
    protected void
    setRoot(org.fenixedu.bennu.core.domain.Bennu root)
     
    void
     

    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

    • TeacherCategory_Base

      protected TeacherCategory_Base()
  • Method Details

    • getRelationTeacherAuthorizationTeacherCategory

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.TeacherCategory,org.fenixedu.academic.domain.TeacherAuthorization> getRelationTeacherAuthorizationTeacherCategory()
    • getRelationTeacherCategoryRoot

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.TeacherCategory,org.fenixedu.bennu.core.domain.Bennu> getRelationTeacherCategoryRoot()
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public org.fenixedu.commons.i18n.LocalizedString getName()
    • setName

      public void setName(org.fenixedu.commons.i18n.LocalizedString name)
    • getWeight

      public Integer getWeight()
    • setWeight

      public void setWeight(Integer weight)
    • addAuthorization

      public void addAuthorization(org.fenixedu.academic.domain.TeacherAuthorization authorization)
    • removeAuthorization

      public void removeAuthorization(org.fenixedu.academic.domain.TeacherAuthorization authorization)
    • getAuthorizationSet

      public Set<org.fenixedu.academic.domain.TeacherAuthorization> getAuthorizationSet()
    • getRoot

      protected org.fenixedu.bennu.core.domain.Bennu getRoot()
    • setRoot

      protected void setRoot(org.fenixedu.bennu.core.domain.Bennu root)