Class EntityDefault
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.entity.EntityDefault
- All Implemented Interfaces:
Serializable,ModelObjectBasic,ModelObjectComplete
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructEntityDefaultinstances.static class -
Constructor Summary
ConstructorsConstructorDescriptionEntityDefault(String entityId, EntityName name, List<Principal> principals, List<EntityTypeContactInfoDefault> entityTypes, List<EntityAffiliation> affiliations, EntityAffiliation defaultAffiliation, EntityEmployment employment, List<EntityExternalIdentifier> externalIdentifiers, EntityPrivacyPreferences privacyPreferences, boolean active) EntityDefault(EntityDefault.Builder builder) -
Method Summary
Modifier and TypeMethodDescriptiongetEntityType(String entityTypeCode) Gets thisEntityDefault'sEntityTypeContactInfoDefaultfor the given type code.getName()booleanisActive()Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Constructor Details
-
EntityDefault
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) -
EntityDefault
-
-
Method Details
-
getEntityId
-
getName
-
getPrincipals
-
getEntityTypeContactInfos
-
getAffiliations
-
getDefaultAffiliation
-
getEmployment
-
getExternalIdentifiers
-
getPrivacyPreferences
-
isActive
public boolean isActive() -
getEntityType
Gets thisEntityDefault'sEntityTypeContactInfoDefaultfor the given type code.- Returns:
- the
EntityTypeContactInfoDefaultfor the given type code for thisEntityTypeContactInfoDefault, or null if none has been assigned.
-