Class PartySocialSecurityNumber_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class PartySocialSecurityNumber_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 TypeMethodDescriptionorg.fenixedu.academic.domain.Countryorg.fenixedu.academic.domain.organizationalStructure.PartygetParty()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber,org.fenixedu.academic.domain.Country> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber,org.fenixedu.academic.domain.organizationalStructure.Party> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber> org.fenixedu.bennu.core.domain.BennuvoidsetFiscalCountry(org.fenixedu.academic.domain.Country fiscalCountry) voidsetParty(org.fenixedu.academic.domain.organizationalStructure.Party party) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetSocialSecurityNumber(String socialSecurityNumber) 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
-
PartySocialSecurityNumber_Base
protected PartySocialSecurityNumber_Base()
-
-
Method Details
-
getRelationRootDomainObjectPartySocialSecurityNumber
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber> getRelationRootDomainObjectPartySocialSecurityNumber() -
getRelationPartyPartySocialSecurityCountry
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber,org.fenixedu.academic.domain.Country> getRelationPartyPartySocialSecurityCountry() -
getRelationPartyPartySocialSecurityNumber
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber,org.fenixedu.academic.domain.organizationalStructure.Party> getRelationPartyPartySocialSecurityNumber() -
getSocialSecurityNumber
-
setSocialSecurityNumber
-
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
getFiscalCountry
public org.fenixedu.academic.domain.Country getFiscalCountry() -
setFiscalCountry
public void setFiscalCountry(org.fenixedu.academic.domain.Country fiscalCountry) -
getParty
public org.fenixedu.academic.domain.organizationalStructure.Party getParty() -
setParty
public void setParty(org.fenixedu.academic.domain.organizationalStructure.Party party)
-