Example usage for org.apache.commons.collections15.functors InstantiateFactory subclass-usage

List of usage examples for org.apache.commons.collections15.functors InstantiateFactory subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections15.functors InstantiateFactory subclass-usage.

Usage

From source file gov.nih.nci.cabig.caaers.domain.StudyDeviceChildInstantiateFactory.java

/**
 * @author Biju Joseph
 */
public class StudyDeviceChildInstantiateFactory<T extends StudyDeviceChild> extends InstantiateFactory<T> {

    /** The study agent. */

From source file gov.nih.nci.cabig.caaers.domain.StudyAgentChildInstantiateFactory.java

/**
 * A factory for creating StudyAgentChildInstantiate objects.
 *
 * @param <T> the generic type
 */
public class StudyAgentChildInstantiateFactory<T extends StudyAgentChild> extends InstantiateFactory<T> {

From source file gov.nih.nci.cabig.caaers.domain.SAEReportPriorTherapyFactory.java

/**
 * A factory for creating SAEReportPriorTherapy objects.
 *
 * @param <T> the generic type
 * @author Rhett Sutphin
 */

From source file gov.nih.nci.cabig.caaers.domain.StudyChildInstantiateFactory.java

/**
 * A factory for creating StudyChildInstantiate objects.
 *
 * @param <T> the generic type
 */
public class StudyChildInstantiateFactory<T extends StudyChild> extends InstantiateFactory<T> {

From source file gov.nih.nci.cabig.caaers.domain.ExpeditedAdverseEventReportChildFactory.java

/**
 * A factory for creating ExpeditedAdverseEventReportChild objects.
 *
 * @param <T> the generic type
 * @author Rhett Sutphin
 */

From source file gov.nih.nci.cabig.caaers.domain.StudyOrganizationChildInstantiateFactory.java

/**
 * A factory for creating StudyOrganizationChildInstantiate objects.
 *
 * @param <T> the generic type
 */
public class StudyOrganizationChildInstantiateFactory<T extends StudyOrganizationChild>

From source file edu.duke.cabig.c3pr.domain.BiDirectionalInstantiateFactory.java

/**
 * A factory for creating BiDirectionalInstantiate objects.
 */
public class BiDirectionalInstantiateFactory<T> extends InstantiateFactory<T> {

    /** The parent. */

From source file edu.duke.cabig.c3pr.domain.factory.ParameterizedBiDirectionalInstantiateFactory.java

/**
 * A factory for creating ParameterizedBiDirectionalInstantiate objects.
 */
public class ParameterizedBiDirectionalInstantiateFactory<T extends DomainObject> extends InstantiateFactory<T> {

    /** The parent. */