|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.entity.EntityDefault
public class EntityDefault
| Nested Class Summary | |
|---|---|
static class |
EntityDefault.Builder
A builder which can be used to construct EntityDefault instances. |
static class |
EntityDefault.Cache
|
| Constructor Summary | |
|---|---|
EntityDefault(EntityDefault.Builder builder)
|
|
EntityDefault(String entityId,
EntityName name,
List<Principal> principals,
List<EntityTypeContactInfoDefault> entityTypes,
List<EntityAffiliation> affiliations,
EntityAffiliation defaultAffiliation,
EntityEmployment employment,
List<EntityExternalIdentifier> externalIdentifiers,
EntityPrivacyPreferences privacyPreferences,
boolean active)
|
|
| Method Summary | |
|---|---|
List<EntityAffiliation> |
getAffiliations()
|
EntityAffiliation |
getDefaultAffiliation()
|
EntityEmployment |
getEmployment()
|
String |
getEntityId()
|
EntityTypeContactInfoDefault |
getEntityType(String entityTypeCode)
Gets this EntityDefault's EntityTypeContactInfoDefault for the given type code. |
List<EntityTypeContactInfoDefault> |
getEntityTypeContactInfos()
|
List<EntityExternalIdentifier> |
getExternalIdentifiers()
|
EntityName |
getName()
|
List<Principal> |
getPrincipals()
|
EntityPrivacyPreferences |
getPrivacyPreferences()
|
boolean |
isActive()
|
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EntityDefault(String entityId,
EntityName name,
List<Principal> principals,
List<EntityTypeContactInfoDefault> entityTypes,
List<EntityAffiliation> affiliations,
EntityAffiliation defaultAffiliation,
EntityEmployment employment,
List<EntityExternalIdentifier> externalIdentifiers,
EntityPrivacyPreferences privacyPreferences,
boolean active)
public EntityDefault(EntityDefault.Builder builder)
| Method Detail |
|---|
public String getEntityId()
public EntityName getName()
public List<Principal> getPrincipals()
public List<EntityTypeContactInfoDefault> getEntityTypeContactInfos()
public List<EntityAffiliation> getAffiliations()
public EntityAffiliation getDefaultAffiliation()
public EntityEmployment getEmployment()
public List<EntityExternalIdentifier> getExternalIdentifiers()
public EntityPrivacyPreferences getPrivacyPreferences()
public boolean isActive()
public EntityTypeContactInfoDefault getEntityType(String entityTypeCode)
EntityDefault's EntityTypeContactInfoDefault for the given type code.
EntityTypeContactInfoDefault for the given type code for this EntityTypeContactInfoDefault,
or null if none has been assigned.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||