|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo
org.kuali.rice.kim.bo.entity.dto.KimEntityInfo
public class KimEntityInfo
This is a data transfer object containing all information related to a KIM entity.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo |
---|
active |
Constructor Summary | |
---|---|
KimEntityInfo()
This constructs an empty KimEntityInfo |
|
KimEntityInfo(KimEntity entity)
This constructs a KimEntityInfo derived from the KimEntity passed in. |
Methods inherited from class org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo |
---|
isActive, setActive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable |
---|
isActive, setActive |
Constructor Detail |
---|
public KimEntityInfo()
public KimEntityInfo(KimEntity entity)
KimEntity
passed in.
entity
- the KimEntity
that this KimEntityInfo is derived from. If null, then an empty
KimEntityInfo will be constructed.Method Detail |
---|
public List<KimEntityAffiliationInfo> getAffiliations()
KimEntity
's affiliations
getAffiliations
in interface KimEntity
KimEntityAffiliation
S for this KimEntity
.
The returned List will never be null, an empty List will be assigned and returned if needed.KimEntity.getAffiliations()
public void setAffiliations(List<KimEntityAffiliationInfo> affiliations)
KimEntityInfo
's affiliations. Note the behavior of getAffiliations()
if
this is set to null;
public KimEntityAffiliationInfo getDefaultAffiliation()
KimEntity
's default affiliation
getDefaultAffiliation
in interface KimEntity
KimEntityAffiliation
for the entity. If no default is defined, then
it returns the first one found. If none are defined, it returns null.KimEntity.getDefaultAffiliation()
public KimEntityBioDemographicsInfo getBioDemographics()
KimEntity
's demographic information
getBioDemographics
in interface KimEntity
KimEntityBioDemographics
for this KimEntity
,
or null if none has been assigned.KimEntity.getBioDemographics()
public void setBioDemographics(KimEntityBioDemographicsInfo bioDemographics)
KimEntityInfo
's demographic information. Note the behavior of
getBioDemographics()
if this is set to null;
public List<KimEntityCitizenshipInfo> getCitizenships()
KimEntity
's citizenship information
getCitizenships
in interface KimEntity
KimEntityCitizenship
S for this KimEntity
.
The returned List will never be null, an empty List will be assigned and returned if needed.KimEntity.getCitizenships()
public void setCitizenships(List<KimEntityCitizenshipInfo> citizenships)
KimEntityInfo
's demographic information. Note the behavior of
getCitizenships()
if this is set to null;
public List<KimEntityEmploymentInformationInfo> getEmploymentInformation()
KimEntity
's employment information List
getEmploymentInformation
in interface KimEntity
KimEntityEmploymentInformation
S for this KimEntity
.
The returned List will never be null, an empty List will be assigned and returned if needed.KimEntity.getEmploymentInformation()
public void setEmploymentInformation(List<KimEntityEmploymentInformationInfo> employmentInformation)
KimEntityInfo
's employment information. Note the behavior of
getEmploymentInformation()
if this is set to null;
public KimEntityEmploymentInformationInfo getPrimaryEmployment()
KimEntity
's employment information
getPrimaryEmployment
in interface KimEntity
KimEntityEmploymentInformation
for this KimEntity
,
or null if none has been assigned.KimEntity.getPrimaryEmployment()
public String getEntityId()
KimEntity
's entity id.
getEntityId
in interface KimEntity
KimEntity
, or null if none has been assigned.KimEntity.getEntityId()
public void setEntityId(String entityId)
KimEntityInfo
's entity id. Note the behavior of
getEntityId()
if this is set to null;
public List<KimEntityEntityTypeInfo> getEntityTypes()
KimEntity
's entity types
getEntityTypes
in interface KimEntity
KimEntityEntityType
S for this KimEntity
.
The returned List will never be null, an empty List will be assigned and returned if needed.KimEntity.getEntityTypes()
public void setEntityTypes(List<KimEntityEntityTypeInfo> entityTypes)
KimEntityInfo
's entity types. Note the behavior of
getEntityTypes()
if this is set to null;
public List<KimEntityExternalIdentifierInfo> getExternalIdentifiers()
KimEntity
's external identifiers
getExternalIdentifiers
in interface KimEntity
KimEntityExternalIdentifier
S for this KimEntity
.
The returned List will never be null, an empty List will be assigned and returned if needed.KimEntity.getExternalIdentifiers()
public void setExternalIdentifiers(List<KimEntityExternalIdentifierInfo> externalIdentifiers)
KimEntityInfo
's external identifiers. Note the behavior of
getExternalIdentifiers()
if this is set to null;
public List<KimEntityNameInfo> getNames()
KimEntity
's names
getNames
in interface KimEntity
KimEntityName
S for this KimEntity
.
The returned List will never be null, an empty List will be assigned and returned if needed.KimEntity.getNames()
public void setNames(List<KimEntityNameInfo> names)
KimEntityInfo
's names. Note the behavior of
getNames()
if this is set to null;
public KimEntityNameInfo getDefaultName()
KimEntity
's default name
getDefaultName
in interface KimEntity
KimEntityName
record for the entity. If no default is defined, then
it returns the first one found. If none are defined, it returns null.KimEntity.getDefaultName()
public List<KimPrincipalInfo> getPrincipals()
KimEntity
's principals
getPrincipals
in interface KimEntity
KimPrincipal
S for this KimEntity
.
The returned List will never be null, an empty List will be assigned and returned if needed.KimEntity.getPrincipals()
public void setPrincipals(List<KimPrincipalInfo> principals)
KimEntityInfo
's principals. Note the behavior of
getPrincipals()
if this is set to null;
public KimEntityPrivacyPreferencesInfo getPrivacyPreferences()
KimEntity
's privacy preferences
getPrivacyPreferences
in interface KimEntity
KimEntityPrivacyPreferences
for this KimEntity
,
or null if none has been assigned.KimEntity.getPrivacyPreferences()
public void setPrivacyPreferences(KimEntityPrivacyPreferencesInfo privacyPreferences)
KimEntityInfo
's privacy preferences. Note the behavior of
getPrivacyPreferences()
if this is set to null;
public List<KimEntityEthnicityInfo> getEthnicities()
KimEntity
's ethnicities
getEthnicities
in interface KimEntity
KimEntityEthnicity
S for this KimEntity
.
The returned List will never be null, an empty List will be assigned and returned if needed.KimEntity.getEthnicities()
public void setEthnicities(List<KimEntityEthnicityInfo> ethnicities)
KimEntityInfo
's ethnicities. Note the behavior of
getEthnicities()
if this is set to null;
public List<KimEntityResidencyInfo> getResidencies()
KimEntity
's residencies
getResidencies
in interface KimEntity
KimEntityResidency
S for this KimEntity
.
The returned List will never be null, an empty List will be assigned and returned if needed.KimEntity.getResidencies()
public void setResidencies(List<KimEntityResidencyInfo> residencies)
KimEntityInfo
's residencies. Note the behavior of
getResidencies()
if this is set to null;
public List<KimEntityVisaInfo> getVisas()
KimEntity
's visas
getVisas
in interface KimEntity
KimEntityVisa
S for this KimEntity
.
The returned List will never be null, an empty List will be assigned and returned if needed.KimEntity.getVisas()
public void setVisas(List<KimEntityVisaInfo> visas)
KimEntityInfo
's visas. Note the behavior of
getVisas()
if this is set to null;
public KimEntityExternalIdentifier getEntityExternalIdentifier(String externalIdentifierTypeCode)
KimEntity
's external identifier for the given type code
getEntityExternalIdentifier
in interface KimEntity
externalIdentifierTypeCode
- the type code
KimEntityExternalIdentifier
for this KimEntity
, or null if none has been assigned.KimEntity.getEntityExternalIdentifier(String)
public KimEntityEntityType getEntityType(String entityTypeCode)
KimEntity
's entity type for the given type code
getEntityType
in interface KimEntity
entityTypeCode
- the type code
KimEntity.getEntityType(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |