Class UnitNamePart_Base

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

public abstract class UnitNamePart_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
    addUnitName(org.fenixedu.academic.domain.organizationalStructure.UnitName unitName)
     
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.UnitNamePart,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>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    Set<org.fenixedu.academic.domain.organizationalStructure.UnitName>
     
    void
    removeUnitName(org.fenixedu.academic.domain.organizationalStructure.UnitName unitName)
     
    void
    setNamePart(String namePart)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     

    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

    • UnitNamePart_Base

      protected UnitNamePart_Base()
  • Method Details

    • getRelationUnitNameUnitNamePart

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

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.UnitNamePart,org.fenixedu.bennu.core.domain.Bennu> getRelationRootDomainObjectUnitNamePart()
    • getNamePart

      public String getNamePart()
    • setNamePart

      public void setNamePart(String namePart)
    • addUnitName

      public void addUnitName(org.fenixedu.academic.domain.organizationalStructure.UnitName unitName)
    • removeUnitName

      public void removeUnitName(org.fenixedu.academic.domain.organizationalStructure.UnitName unitName)
    • getUnitNameSet

      public Set<org.fenixedu.academic.domain.organizationalStructure.UnitName> getUnitNameSet()
    • getRootDomainObject

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

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