public abstract class UserLoginPeriod_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
UserLoginPeriod_Base() |
| Modifier and Type | Method and Description |
|---|---|
protected org.joda.time.LocalDate |
getBeginDate() |
protected org.joda.time.LocalDate |
getEndDate() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<User,UserLoginPeriod> |
getRelationUserLoginPeriods() |
protected User |
getUser() |
protected void |
setBeginDate(org.joda.time.LocalDate beginDate) |
protected void |
setEndDate(org.joda.time.LocalDate endDate) |
protected void |
setUser(User user) |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<User,UserLoginPeriod> getRelationUserLoginPeriods()
protected org.joda.time.LocalDate getBeginDate()
protected void setBeginDate(org.joda.time.LocalDate beginDate)
protected org.joda.time.LocalDate getEndDate()
protected void setEndDate(org.joda.time.LocalDate endDate)
protected User getUser()
protected void setUser(User user)
Copyright © 2018 FenixEdu. All rights reserved.