Class DocumentType.Builder

java.lang.Object
org.kuali.rice.kew.api.doctype.DocumentType.Builder
All Implemented Interfaces:
Serializable, GloballyUnique, Identifiable, Versioned, ModelBuilder, DocumentTypeContract
Enclosing class:
DocumentType

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