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

public abstract class UnitName_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
    addUnitNamePart(org.fenixedu.academic.domain.organizationalStructure.UnitNamePart unitNamePart)
     
     
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.UnitName,org.fenixedu.bennu.core.domain.Bennu>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.UnitNamePart,org.fenixedu.academic.domain.organizationalStructure.UnitName>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.UnitName,org.fenixedu.academic.domain.organizationalStructure.Unit>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    org.fenixedu.academic.domain.organizationalStructure.Unit
     
    Set<org.fenixedu.academic.domain.organizationalStructure.UnitNamePart>
     
    void
    removeUnitNamePart(org.fenixedu.academic.domain.organizationalStructure.UnitNamePart unitNamePart)
     
    void
    setIsExternalUnit(Boolean isExternalUnit)
     
    void
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
    setUnit(org.fenixedu.academic.domain.organizationalStructure.Unit unit)
     

    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

    • UnitName_Base

      protected UnitName_Base()
  • Method Details

    • getRelationUnitUnitName

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.UnitName,org.fenixedu.academic.domain.organizationalStructure.Unit> getRelationUnitUnitName()
    • getRelationRootDomainObjectUnitName

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.UnitName,org.fenixedu.bennu.core.domain.Bennu> getRelationRootDomainObjectUnitName()
    • getRelationUnitNameUnitNamePart

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.UnitNamePart,org.fenixedu.academic.domain.organizationalStructure.UnitName> getRelationUnitNameUnitNamePart()
    • getIsExternalUnit

      public Boolean getIsExternalUnit()
    • setIsExternalUnit

      public void setIsExternalUnit(Boolean isExternalUnit)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getUnit

      public org.fenixedu.academic.domain.organizationalStructure.Unit getUnit()
    • setUnit

      public void setUnit(org.fenixedu.academic.domain.organizationalStructure.Unit unit)
    • getRootDomainObject

      public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject()
    • setRootDomainObject

      public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
    • addUnitNamePart

      public void addUnitNamePart(org.fenixedu.academic.domain.organizationalStructure.UnitNamePart unitNamePart)
    • removeUnitNamePart

      public void removeUnitNamePart(org.fenixedu.academic.domain.organizationalStructure.UnitNamePart unitNamePart)
    • getUnitNamePartSet

      public Set<org.fenixedu.academic.domain.organizationalStructure.UnitNamePart> getUnitNamePartSet()