Class PhysicalAddress_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.contacts.PartyContact_Base
org.fenixedu.academic.domain.contacts.PartyContact
org.fenixedu.academic.domain.contacts.PhysicalAddress_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class PhysicalAddress_Base
extends org.fenixedu.academic.domain.contacts.PartyContact
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.fenixedu.academic.domain.contacts.PartyContact
org.fenixedu.academic.domain.contacts.PartyContact.ContactResolver<T extends org.fenixedu.academic.domain.contacts.PartyContact>Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm -
Field Summary
Fields inherited from class org.fenixedu.academic.domain.contacts.PartyContact
COMPARATOR_BY_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()org.fenixedu.academic.domain.Countrybooleanstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Country,org.fenixedu.academic.domain.contacts.PhysicalAddress> voidsetAddress(String address) voidvoidsetAreaCode(String areaCode) voidsetAreaOfAreaCode(String areaOfAreaCode) voidsetCountryOfResidence(org.fenixedu.academic.domain.Country countryOfResidence) voidsetDistrictOfResidence(String districtOfResidence) voidsetDistrictSubdivisionOfResidence(String districtSubdivisionOfResidence) voidsetFiscalAddress(boolean fiscalAddress) voidsetParishOfResidence(String parishOfResidence) Methods inherited from class org.fenixedu.academic.domain.contacts.PartyContact
changeToDefault, checkRulesToDelete, delete, deleteWithoutCheckRules, edit, getPartyContactTypeString, getPresentationValue, hasValue, init, init, isActiveAndValid, isDefault, isEmailAddress, isInstitutionalType, isMobile, isPersonalType, isPhone, isPhysicalAddress, isValid, isValidationCodeGenerated, isVisible, isWebAddress, isWorkType, logCreate, logCreateAux, logDelete, logDeleteAux, logEdit, logEditAux, logRefuse, logRefuseAux, logValid, logValidAux, processDelete, readPartyContactsOfType, setAnotherContactAsDefault, setDefaultContactInformation, setResolver, setValid, setVisibleToPublic, setVisibleToStaff, setVisibleToStudents, waitsValidationMethods inherited from class org.fenixedu.academic.domain.contacts.PartyContact_Base
getActive, getContactRoot, getCurrentPartyContact, getDefaultContact, getLastModifiedDate, getParty, getPartyContactValidation, getPrevPartyContact, getRelationContactRootContacts, getRelationPartyPartyContact, getRelationPartyPartyContactValidation, getRelationPrevContactPartyContact, getType, getVisibleToPublic, getVisibleToStaff, getVisibleToStudents, setActive, setContactRoot, setCurrentPartyContact, setDefaultContact, setLastModifiedDate, setParty, setPartyContactValidation, setPrevPartyContact, setTypeMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
PhysicalAddress_Base
protected PhysicalAddress_Base()
-
-
Method Details
-
getRelationPhysicalAddressCountryOfResidence
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Country,org.fenixedu.academic.domain.contacts.PhysicalAddress> getRelationPhysicalAddressCountryOfResidence() -
getFiscalAddress
public boolean getFiscalAddress() -
setFiscalAddress
public void setFiscalAddress(boolean fiscalAddress) -
getAddress
-
setAddress
-
getArea
-
setArea
-
getAreaCode
-
setAreaCode
-
getAreaOfAreaCode
-
setAreaOfAreaCode
-
getDistrictOfResidence
-
setDistrictOfResidence
-
getDistrictSubdivisionOfResidence
-
setDistrictSubdivisionOfResidence
-
getParishOfResidence
-
setParishOfResidence
-
getCountryOfResidence
public org.fenixedu.academic.domain.Country getCountryOfResidence() -
setCountryOfResidence
public void setCountryOfResidence(org.fenixedu.academic.domain.Country countryOfResidence)
-