org.kuali.student.contract.model.test.source
Interface ModelBuilder<T>

All Known Implementing Classes:
AttributeInfo.Builder, ComparisonInfo.Builder, ContextInfo.Builder, LprInfo.Builder, MetaInfo.Builder, RichTextInfo.Builder, SearchParamInfo.Builder, StateInfo.Builder, StatusInfo.Builder, TimeAmountInfo.Builder, TypeInfo.Builder, TypeTypeRelationInfo.Builder, ValidationResultInfo.Builder

public interface ModelBuilder<T>

This is an interface that defines a builder. See Effective Java 2nd ed. page 15 for more information.


Method Summary
 T build()
           
 

Method Detail

build

T build()


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.