public abstract class NameIndex_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
NameIndex_Base() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProfile(UserProfile profile) |
protected Bennu |
getBennu() |
protected String |
getKeyword() |
Set<UserProfile> |
getProfileSet() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.NameIndex,Bennu> |
getRelationBennuNameIndexes() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<UserProfile,org.fenixedu.bennu.core.domain.NameIndex> |
getRelationUserProfileNameIndexes() |
void |
removeProfile(UserProfile profile) |
protected void |
setBennu(Bennu bennu) |
protected void |
setKeyword(String keyword) |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<UserProfile,org.fenixedu.bennu.core.domain.NameIndex> getRelationUserProfileNameIndexes()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.NameIndex,Bennu> getRelationBennuNameIndexes()
protected String getKeyword()
protected void setKeyword(String keyword)
public void addProfile(UserProfile profile)
public void removeProfile(UserProfile profile)
public Set<UserProfile> getProfileSet()
protected Bennu getBennu()
protected void setBennu(Bennu bennu)
Copyright © 2018 FenixEdu. All rights reserved.