Package org.fenixedu.academic.domain
Class PersonInformationLog_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.DomainOperationLog_Base
org.fenixedu.academic.domain.DomainOperationLog
org.fenixedu.academic.domain.PersonInformationLog_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class PersonInformationLog_Base
extends org.fenixedu.academic.domain.DomainOperationLog
- See Also:
-
Nested Class Summary
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.DomainOperationLog
advice$delete, COMPARATOR_BY_WHEN_DATETIME, DATE_FORMAT, SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.fenixedu.academic.domain.Personstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.PersonInformationLog> voidsetPersonViewed(org.fenixedu.academic.domain.Person personViewed) Methods inherited from class org.fenixedu.academic.domain.DomainOperationLog
deleteMethods inherited from class org.fenixedu.academic.domain.DomainOperationLog_Base
getDescription, getPerson, getRelationDomainOperationLogPerson, getRelationDomainOperationLogRootDomainObject, getRootDomainObject, getWhenDateTime, setDescription, setPerson, setRootDomainObject, setWhenDateTimeMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
PersonInformationLog_Base
protected PersonInformationLog_Base()
-
-
Method Details
-
getRelationPersonViewedPersonInformationLog
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.PersonInformationLog> getRelationPersonViewedPersonInformationLog() -
getPersonViewed
public org.fenixedu.academic.domain.Person getPersonViewed() -
setPersonViewed
public void setPersonViewed(org.fenixedu.academic.domain.Person personViewed)
-