Class UserLoginPeriod_Base

  • All Implemented Interfaces:
    Serializable, pt.ist.fenixframework.DomainObject

    public abstract class UserLoginPeriod_Base
    extends pt.ist.fenixframework.core.AbstractDomainObject
    See Also:
    Serialized Form
    • 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 UserLoginPeriod_Base()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.joda.time.LocalDate getBeginDate()  
      protected org.joda.time.LocalDate getEndDate()  
      static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,​org.fenixedu.bennu.core.domain.UserLoginPeriod> getRelationUserLoginPeriods()  
      protected org.fenixedu.bennu.core.domain.User getUser()  
      protected void setBeginDate​(org.joda.time.LocalDate beginDate)  
      protected void setEndDate​(org.joda.time.LocalDate endDate)  
      protected void setUser​(org.fenixedu.bennu.core.domain.User user)  
      • Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

        checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
    • Constructor Detail

      • UserLoginPeriod_Base

        protected UserLoginPeriod_Base()
    • Method Detail

      • getRelationUserLoginPeriods

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,​org.fenixedu.bennu.core.domain.UserLoginPeriod> getRelationUserLoginPeriods()
      • getBeginDate

        protected org.joda.time.LocalDate getBeginDate()
      • setBeginDate

        protected void setBeginDate​(org.joda.time.LocalDate beginDate)
      • getEndDate

        protected org.joda.time.LocalDate getEndDate()
      • setEndDate

        protected void setEndDate​(org.joda.time.LocalDate endDate)
      • getUser

        protected org.fenixedu.bennu.core.domain.User getUser()
      • setUser

        protected void setUser​(org.fenixedu.bennu.core.domain.User user)