Class Entity.Builder

java.lang.Object
org.kuali.rice.kim.api.identity.entity.Entity.Builder
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelBuilder, EntityContract
Enclosing class:
Entity

public static final class Entity.Builder extends Object implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, EntityContract
A builder which can be used to construct Entity instances. Enforces the constraints of the EntityContract.
See Also: