Class UnitName_Base
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUnitNamePart(org.fenixedu.academic.domain.organizationalStructure.UnitNamePart unitNamePart) getName()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.Bennuorg.fenixedu.academic.domain.organizationalStructure.UnitgetUnit()Set<org.fenixedu.academic.domain.organizationalStructure.UnitNamePart>voidremoveUnitNamePart(org.fenixedu.academic.domain.organizationalStructure.UnitNamePart unitNamePart) voidsetIsExternalUnit(Boolean isExternalUnit) voidvoidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetUnit(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
-
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
-
setIsExternalUnit
-
getName
-
setName
-
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
-