Class UnitAcronym_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.organizationalStructure.UnitAcronym_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class UnitAcronym_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 TypeMethodDescriptionvoidaddUnits(org.fenixedu.academic.domain.organizationalStructure.Unit units) static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.UnitAcronym,org.fenixedu.bennu.core.domain.Bennu> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.Unit,org.fenixedu.academic.domain.organizationalStructure.UnitAcronym> org.fenixedu.bennu.core.domain.BennuSet<org.fenixedu.academic.domain.organizationalStructure.Unit>voidremoveUnits(org.fenixedu.academic.domain.organizationalStructure.Unit units) voidsetAcronym(String acronym) voidsetRootDomainObject(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
-
Constructor Details
-
UnitAcronym_Base
protected UnitAcronym_Base()
-
-
Method Details
-
getRelationRootDomainObjectUnitAcronym
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.UnitAcronym,org.fenixedu.bennu.core.domain.Bennu> getRelationRootDomainObjectUnitAcronym() -
getRelationUnitUnitAcronym
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.Unit,org.fenixedu.academic.domain.organizationalStructure.UnitAcronym> getRelationUnitUnitAcronym() -
getAcronym
-
setAcronym
-
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
addUnits
public void addUnits(org.fenixedu.academic.domain.organizationalStructure.Unit units) -
removeUnits
public void removeUnits(org.fenixedu.academic.domain.organizationalStructure.Unit units) -
getUnitsSet
-