gov.nih.nci.caarray.services.biomaterial
Class BioMaterialUtils

java.lang.Object
  extended by gov.nih.nci.caarray.services.biomaterial.BioMaterialUtils

public class BioMaterialUtils
extends java.lang.Object

Author:
TranP

Method Summary
static void copy(BioSample source, BioSampleData target)
           
static void copy(BioSample source, BioSampleDesc target)
           
static void copy(BioSample source, BioSampleView target)
           
static void copy(BioSampleData source, BioSample target)
           
static void copy(BioSource source, BioSourceData target)
           
static void copy(BioSource source, BioSourceDesc target)
           
static void copy(BioSource source, BioSourceView target)
           
static void copy(BioSourceData source, BioSource target)
           
static void copy(LabeledExtractData source, LabeledExtract target)
           
static void copy(LabeledExtract source, LabeledExtractData target)
           
static void copy(LabeledExtract source, LabeledExtractDesc target)
           
static void copy(LabeledExtract source, LabeledExtractView target)
           
static void copy(MeasurementData source, Measurement target)
           
static void copy(Measurement source, MeasurementData target)
           
static void copy(TreatmentData source, Treatment target)
           
static void copy(Treatment source, TreatmentData target)
           
static OntologyEntry[] toOntologyEntries(VocabData[] characteristics)
           
static VocabData[] toVocabData(OntologyEntry[] characteristics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copy

public static void copy(BioSourceData source,
                        BioSource target)

copy

public static void copy(BioSource source,
                        BioSourceData target)

copy

public static void copy(BioSource source,
                        BioSourceView target)
                 throws ObjectNotExistException
Throws:
ObjectNotExistException

copy

public static void copy(BioSource source,
                        BioSourceDesc target)

copy

public static void copy(BioSampleData source,
                        BioSample target)

copy

public static void copy(BioSample source,
                        BioSampleData target)

copy

public static void copy(BioSample source,
                        BioSampleDesc target)

copy

public static void copy(BioSample source,
                        BioSampleView target)
                 throws ObjectNotExistException
Throws:
ObjectNotExistException

copy

public static void copy(LabeledExtractData source,
                        LabeledExtract target)

copy

public static void copy(LabeledExtract source,
                        LabeledExtractDesc target)

copy

public static void copy(LabeledExtract source,
                        LabeledExtractData target)

copy

public static void copy(LabeledExtract source,
                        LabeledExtractView target)
                 throws ObjectNotExistException
Throws:
ObjectNotExistException

copy

public static void copy(TreatmentData source,
                        Treatment target)
                 throws ObjectNotExistException
Throws:
ObjectNotExistException

copy

public static void copy(Treatment source,
                        TreatmentData target)
                 throws ObjectNotExistException
Throws:
ObjectNotExistException

copy

public static void copy(Measurement source,
                        MeasurementData target)
                 throws ObjectNotExistException
Throws:
ObjectNotExistException

copy

public static void copy(MeasurementData source,
                        Measurement target)
                 throws ObjectNotExistException
Throws:
ObjectNotExistException

toOntologyEntries

public static OntologyEntry[] toOntologyEntries(VocabData[] characteristics)

toVocabData

public static VocabData[] toVocabData(OntologyEntry[] characteristics)