Class Entity.Builder

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

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