org.kuali.rice.kim.ldap
Class EntityDefaultMapper

java.lang.Object
  extended by org.springframework.ldap.core.support.AbstractContextMapper
      extended by org.kuali.rice.kim.ldap.BaseMapper<EntityDefault>
          extended by org.kuali.rice.kim.ldap.EntityDefaultMapper
All Implemented Interfaces:
org.springframework.ldap.core.ContextMapper

public class EntityDefaultMapper
extends BaseMapper<EntityDefault>

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
EntityDefaultMapper()
           
 
Method Summary
 EntityAffiliationMapper getAffiliationMapper()
          Gets the value of affiliationMapper
 EntityNameMapper getDefaultNameMapper()
          Gets the value of defaultNameMapper
 EntityEmploymentMapper getEmploymentMapper()
          Gets the value of employmentMapper
 EntityTypeContactInfoDefaultMapper getEntityTypeContactInfoDefaultMapper()
          Gets the value of entityTypeMapper
 void setAffiliationMapper(EntityAffiliationMapper argAffiliationMapper)
          Sets the value of affiliationMapper
 void setDefaultNameMapper(EntityNameMapper argDefaultNameMapper)
          Sets the value of defaultNameMapper
 void setEmploymentMapper(EntityEmploymentMapper argEmploymentMapper)
          Sets the value of employmentMapper
 void setEntityTypeContactInfoDefaultMapper(EntityTypeContactInfoDefaultMapper argEntityTypeMapper)
          Sets the value of entityTypeMapper
 
Methods inherited from class org.kuali.rice.kim.ldap.BaseMapper
doMapFromContext, getConstants, setConstants
 
Methods inherited from class org.springframework.ldap.core.support.AbstractContextMapper
mapFromContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityDefaultMapper

public EntityDefaultMapper()
Method Detail

getAffiliationMapper

public final EntityAffiliationMapper getAffiliationMapper()
Gets the value of affiliationMapper

Returns:
the value of affiliationMapper

setAffiliationMapper

public final void setAffiliationMapper(EntityAffiliationMapper argAffiliationMapper)
Sets the value of affiliationMapper

Parameters:
argAffiliationMapper - Value to assign to this.affiliationMapper

getEntityTypeContactInfoDefaultMapper

public final EntityTypeContactInfoDefaultMapper getEntityTypeContactInfoDefaultMapper()
Gets the value of entityTypeMapper

Returns:
the value of entityTypeMapper

setEntityTypeContactInfoDefaultMapper

public final void setEntityTypeContactInfoDefaultMapper(EntityTypeContactInfoDefaultMapper argEntityTypeMapper)
Sets the value of entityTypeMapper

Parameters:
argEntityTypeMapper - Value to assign to this.entityTypeMapper

getDefaultNameMapper

public final EntityNameMapper getDefaultNameMapper()
Gets the value of defaultNameMapper

Returns:
the value of defaultNameMapper

setDefaultNameMapper

public final void setDefaultNameMapper(EntityNameMapper argDefaultNameMapper)
Sets the value of defaultNameMapper

Parameters:
argDefaultNameMapper - Value to assign to this.defaultNameMapper

getEmploymentMapper

public final EntityEmploymentMapper getEmploymentMapper()
Gets the value of employmentMapper

Returns:
the value of employmentMapper

setEmploymentMapper

public final void setEmploymentMapper(EntityEmploymentMapper argEmploymentMapper)
Sets the value of employmentMapper

Parameters:
argEmploymentMapper - Value to assign to this.employmentMapper


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.