org.kuali.rice.kim.test.service
Class IdentityArchiveServiceTest.MinimalKEDIBuilder

java.lang.Object
  extended by org.kuali.rice.kim.test.service.IdentityArchiveServiceTest.MinimalKEDIBuilder
Enclosing class:
IdentityArchiveServiceTest

private static class IdentityArchiveServiceTest.MinimalKEDIBuilder
extends Object


Field Summary
private  Boolean active
           
private  String entityId
           
private  String principalId
           
private  String principalName
           
 
Constructor Summary
IdentityArchiveServiceTest.MinimalKEDIBuilder(String name)
           
 
Method Summary
 EntityDefault build()
           
 Boolean getActive()
           
 String getEntityId()
           
 String getPrincipalId()
           
 String getPrincipalName()
           
 void setActive(Boolean active)
           
 void setEntityId(String entityId)
           
 void setPrincipalId(String principalId)
           
 void setPrincipalName(String principalName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityId

private String entityId

principalId

private String principalId

principalName

private String principalName

active

private Boolean active
Constructor Detail

IdentityArchiveServiceTest.MinimalKEDIBuilder

public IdentityArchiveServiceTest.MinimalKEDIBuilder(String name)
Method Detail

build

public EntityDefault build()

getEntityId

public String getEntityId()
Returns:
the entityId

setEntityId

public void setEntityId(String entityId)
Parameters:
entityId - the entityId to set

getPrincipalId

public String getPrincipalId()
Returns:
the principalId

setPrincipalId

public void setPrincipalId(String principalId)
Parameters:
principalId - the principalId to set

getPrincipalName

public String getPrincipalName()
Returns:
the principalName

setPrincipalName

public void setPrincipalName(String principalName)
Parameters:
principalName - the principalName to set

getActive

public Boolean getActive()
Returns:
the active

setActive

public void setActive(Boolean active)
Parameters:
active - the active to set


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.