Package org.fenixedu.bennu.core.domain
Class NameIndex_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- org.fenixedu.bennu.core.domain.NameIndex_Base
-
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class NameIndex_Base extends pt.ist.fenixframework.core.AbstractDomainObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNameIndex_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProfile(org.fenixedu.bennu.core.domain.UserProfile profile)protected org.fenixedu.bennu.core.domain.BennugetBennu()protected StringgetKeyword()Set<org.fenixedu.bennu.core.domain.UserProfile>getProfileSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.NameIndex,org.fenixedu.bennu.core.domain.Bennu>getRelationBennuNameIndexes()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.NameIndex>getRelationUserProfileNameIndexes()voidremoveProfile(org.fenixedu.bennu.core.domain.UserProfile profile)protected voidsetBennu(org.fenixedu.bennu.core.domain.Bennu bennu)protected voidsetKeyword(String keyword)
-
-
-
Method Detail
-
getRelationUserProfileNameIndexes
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.NameIndex> getRelationUserProfileNameIndexes()
-
getRelationBennuNameIndexes
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.NameIndex,org.fenixedu.bennu.core.domain.Bennu> getRelationBennuNameIndexes()
-
getKeyword
protected String getKeyword()
-
setKeyword
protected void setKeyword(String keyword)
-
addProfile
public void addProfile(org.fenixedu.bennu.core.domain.UserProfile profile)
-
removeProfile
public void removeProfile(org.fenixedu.bennu.core.domain.UserProfile profile)
-
getProfileSet
public Set<org.fenixedu.bennu.core.domain.UserProfile> getProfileSet()
-
getBennu
protected org.fenixedu.bennu.core.domain.Bennu getBennu()
-
setBennu
protected void setBennu(org.fenixedu.bennu.core.domain.Bennu bennu)
-
-