Class PersonIdentifierType_Base

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

public abstract class PersonIdentifierType_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
    addIdentifiers(org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifier identifiers)
     
     
    protected String
     
    protected org.fenixedu.commons.i18n.LocalizedString
     
    Set<org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifier>
     
    org.fenixedu.commons.i18n.LocalizedString
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifierType,org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifier>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifierType>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    void
    removeIdentifiers(org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifier identifiers)
     
    void
     
    protected void
    setExpression(String expression)
     
    protected void
    setExpressionHelpMessage(org.fenixedu.commons.i18n.LocalizedString expressionHelpMessage)
     
    void
    setName(org.fenixedu.commons.i18n.LocalizedString name)
     
    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

    • PersonIdentifierType_Base

      protected PersonIdentifierType_Base()
  • Method Details

    • getRelationRootDomainObjectPersonIdentifierType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifierType> getRelationRootDomainObjectPersonIdentifierType()
    • getRelationPersonIdentifierTypePersonIdentifier

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifierType,org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifier> getRelationPersonIdentifierTypePersonIdentifier()
    • 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)
    • getExpression

      protected String getExpression()
    • setExpression

      protected void setExpression(String expression)
    • getExpressionHelpMessage

      protected org.fenixedu.commons.i18n.LocalizedString getExpressionHelpMessage()
    • setExpressionHelpMessage

      protected void setExpressionHelpMessage(org.fenixedu.commons.i18n.LocalizedString expressionHelpMessage)
    • getRootDomainObject

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

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

      public void addIdentifiers(org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifier identifiers)
    • removeIdentifiers

      public void removeIdentifiers(org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifier identifiers)
    • getIdentifiersSet

      public Set<org.fenixedu.academic.domain.person.personIdentifier.PersonIdentifier> getIdentifiersSet()