public class EntityDefault extends AbstractDataTransferObject
| Modifier and Type | Class and Description | 
|---|---|
| static class  | EntityDefault.BuilderA builder which can be used to construct  EntityDefaultinstances. | 
| static class  | EntityDefault.Cache | 
| Constructor and Description | 
|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EntityAffiliation> | getAffiliations() | 
| EntityAffiliation | getDefaultAffiliation() | 
| EntityEmployment | getEmployment() | 
| String | getEntityId() | 
| EntityTypeContactInfoDefault | getEntityType(String entityTypeCode)Gets this  EntityDefault'sEntityTypeContactInfoDefaultfor the given type code. | 
| List<EntityTypeContactInfoDefault> | getEntityTypeContactInfos() | 
| List<EntityExternalIdentifier> | getExternalIdentifiers() | 
| EntityName | getName() | 
| List<Principal> | getPrincipals() | 
| EntityPrivacyPreferences | getPrivacyPreferences() | 
| boolean | isActive() | 
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic 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)
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.Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.