Class DocumentType.Builder

java.lang.Object
org.kuali.rice.kew.api.doctype.DocumentType.Builder
All Implemented Interfaces:
Serializable, 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, DocumentTypeContract
Enclosing class:
DocumentType

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